@import url('/themes/simplebootx/woweijia/css/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 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);
  overflow: hidden;
}
html body li {
  list-style: none;
}
.rightMenu {
  z-index: 1000;
  display: none;
  flex-direction: column;
  position: fixed;
  right: 0px;
  transform: translateY(-50%);
  top: 50%;
}
.rightMenu > a,
.rightMenu > span {
  margin-top: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 53px;
  height: 52px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #222222;
  border: 1px solid #222;
}
.rightMenu > a i,
.rightMenu > span i {
  font-size: 19px;
  color: #fff;
}
.rightMenu > a:hover,
.rightMenu > span:hover {
  background-color: #fff;
}
.rightMenu > a:hover i,
.rightMenu > span:hover i {
  color: #222222;
}
.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;
}
.clickM {
  display: none;
  padding: 0px 20px 40px 20px;
  width: 230px;
  position: fixed;
  z-index: 1001;
  right: 0px;
  top: 0px;
  height: 100%;
  background-color: #fff;
  overflow: auto;
  text-align: center;
}
.clickM::-webkit-scrollbar {
  width: 4px;
}
.clickM::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
.clickM::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.clickM > p {
  display: block;
  text-align: right;
}
.clickM > p i {
  font-size: 20px;
  line-height: 35px;
}
.clickM > p i:hover {
  color: #0251a0;
}
.clickM > form {
  display: inline-block;
  position: relative;
}
.clickM > form input:nth-of-type(1) {
  outline: none;
  color: #333;
  background-color: #fff;
  width: 100%;
  height: 35px;
  border: solid 1px #ccc;
  border-radius: 18px;
  padding: 0px 20px;
}
.clickM > form input:nth-of-type(2) {
  padding-left: 1px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}
.clickM > form input:nth-of-type(2):hover {
  color: #0251a0;
}
.clickM > form input::placeholder,
.clickM > form input:-o-placeholder,
.clickM > form input:-moz-placeholder,
.clickM > form input::-webkit-input-placeholder,
.clickM > form input:-ms-input-placeholder {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #333333;
}
.clickM > form i {
  font-size: 1.7rem;
}
.clickM > form span {
  color: #1b1b1b;
  line-height: 19px;
}
.clickM li {
  position: relative;
}
.clickM > .menuOne {
  margin-top: 10px;
  text-align: left;
}
.clickM > .menuOne a {
  font-family: Avenir-Book;
  line-height: 35px;
  display: block;
}
.clickM > .menuOne > a {
  border-bottom: 2px dashed #bc875b;
  font-size: 18px;
}
.clickM > .menuOne ul {
  display: none;
}
.clickM > .menuOne ul .menuTwo > a {
  border-bottom: 1px dashed #bc875b;
  font-size: 16px;
}
.clickM > .menuOne ul .menuTwo > ul .menuThree > a {
  font-size: 15px;
  border-bottom: 1px dashed #bc875b;
}
.clickM > .menuOne ul .menuTwo > ul .menuThree > span {
  font-size: 14px;
}
.clickM > .menuOne ul .menuTwo > ul .menuThree .menuFour {
  font-size: 14px;
}
.clickM > .menuOne ul .menuTwo > ul .menuThree .menuFour a {
  line-height: 30px;
}
.clickM > .menuOne ul .menuTwo > span {
  font-size: 26px;
}
.clickM > .menuOne span {
  right: 0px;
  position: absolute;
  top: 0px;
  transition: 0.5s;
}
#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);
  }
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 1000;
  max-width: 1920px;
  background-color: #fff;
}
header .head_box {
  position: relative;
}
header .content {
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .content .logoBox {
  display: flex;
  align-items: flex-start;
}
header .content .logoBox a {
  width: 136px;
}
header .content .logoBox a img {
  width: 100%;
}
header .content .center {
  display: flex;
  margin-left: 55px;
}
header .content .center .lastOne {
  margin-right: 20px;
}
header .content .center .sousuo {
  position: relative;
  display: flex;
  align-items: center;
}
header .content .center .sousuo i {
  cursor: pointer;
  font-size: 17px;
  color: #333;
  text-align: center;
}
header .content .center .sousuo i:hover {
  color: #bc875b;
}
header .content .center .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 85%;
  right: 0px;
}
header .content .center .sousuo form input:nth-of-type(1) {
  width: 180px;
  height: 33px;
  line-height: 33px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
}
header .content .center .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
}
header .content .center .zhedie {
  display: none;
  margin-left: 15px;
}
header .content .center .zhedie i {
  line-height: 30px;
  font-size: 25px;
  color: #333;
}
header .content .center .zhedie i:hover {
  color: #bc875b;
}
header .content .menuOne {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 54px;
  letter-spacing: 0px;
  color: #333333;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-right: 40px;
  padding: 24px 20px 22px 20px;
}
header .content .menuOne > a {
  color: #333333;
  position: relative;
  text-align: center;
}
header .content .menuOne > a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  content: '';
  width: 0%;
  height: 3px;
  background-color: #bc875b;
  border-radius: 2px;
  transition: 0.4s;
}
header .content .menuOne > a:hover::before {
  width: 90%;
}
header .content .menuOne > ul {
  display: none;
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 100%;
  left: 0%;
  max-height: calc(100vh - 100px);
  overflow: auto;
}
header .content .menuOne > ul::-webkit-scrollbar {
  width: 4px;
}
header .content .menuOne > ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
header .content .menuOne > ul::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
header .content .menuOne .box {
  display: flex;
  justify-content: center;
  padding-top: 8px;
  line-height: 44px;
  flex-wrap: wrap;
}
header .content .menuOne .menuactive > a {
  color: #333;
}
header .content .menuOne .menuactive > a::before {
  width: 100%;
}
header .content .menuOne .menuactive > a::before {
  width: 100% !important;
}
header .content .tw_a .box {
  min-height: 120px;
}
header .content .menuTwo {
  margin: 0px 26px;
  line-height: 44px;
}
header .content .menuTwo > a {
  color: #666;
  position: relative;
}
header .content .menuTwo > a::before {
  content: '';
  width: 0%;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0%;
  transition: 0.3s;
}
header .content .menuTwo > a:hover {
  color: #333;
}
header .content .menuTwo > a:hover::before {
  width: 100%;
}
header .content .tw_b {
  padding-top: 8px !important;
  padding-bottom: 40px;
  padding-left: 3.4%;
}
header .content .tw_b ul {
  min-width: 15.7%;
}
header .content .tw_b .menuTwo {
  margin: 6px 20px 0px 20px !important;
}
header .content .tw_b .li_f {
  font-family: AvenirLTStd-Heavy;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #000000;
  margin-top: 0px !important;
}
header .content .tw_b .li_f a{
	color: #000;
}
header .content .menuactive > a::before {
  width: 90%;
}
header .content .rightBox {
  display: flex;
}
header .content .rightBox .sousuo {
  position: relative;
  padding-top: 28px;
}
header .content .rightBox .sousuo i {
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 25px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
header .content .rightBox .sousuo i:hover {
  background-color: #092f6a;
}
header .content .rightBox .sousuo form {
  display: none;
  overflow: hidden;
  height: 35px;
  width: 230px;
  border-radius: 4px;
  border: 1px solid #333;
  background-color: #ffffff;
  position: absolute;
  top: 85%;
  right: 0px;
}
header .content .rightBox .sousuo form input:nth-of-type(1) {
  width: 180px;
  height: 33px;
  line-height: 33px;
  border-radius: 4px;
  padding-left: 10px;
  font-size: 14px;
  color: #2f3135;
  background: none;
}
header .content .rightBox .sousuo form input:nth-of-type(2) {
  line-height: 33px;
  font-size: 20px;
  background: none;
  position: absolute;
  right: 10px;
  color: #333;
}
header .content .rightBox .zhedie {
  display: none;
  margin-left: 15px;
}
header .content .rightBox .zhedie i {
  line-height: 40px;
  font-size: 28px;
  color: #fff;
}
.index_body img {
  width: 100%;
}
.index_body .banner .slide .carouse {
  width: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.index_body .banner .slide .slideItem .banner-img {
  width: 100%;
}
.index_body .banner .slide .carouse .slideItem {
  width: 100%;
  position: absolute;
}
.index_body .banner .slide .console {
  height: 57px;
  display: inline-block;
  width: 35px;
  position: absolute;
  top: 40%;
}
.index_body .banner .slide .pg {
  position: absolute;
  left: 0;
  bottom: 13px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 14%;
}
.index_body .banner .slide .dotList {
  margin: 0px 8px;
}
.index_body .banner .slide .dotList ul {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.index_body .banner .slide .dotList ul li {
  display: inline-block;
  cursor: pointer;
  position: relative;
}
.index_body .banner .slide .dotList ul li::before {
  content: '';
  width: 0%;
  height: 2px;
  border: none;
  background-color: #fff;
  position: absolute;
  top: 0px;
  left: 0;
  transform: translateY(-75%);
  transition: 0.3s;
}
.index_body .banner .slide .dotList ul li.active{
  color: #000;
  text-shadow: 2px 2px 2px #fff8;
}
.index_body .banner .slide .dotList ul li.active::before {
  width: 100%;
}
.index_body .banner .slide .carousel-control {
	color: #fff;
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
}
.index_body .banner .slide .carousel-control i {
  font-size: 28px;
}
.index_body .banner .slide .carousel-control i:hover {
  color: #bc875b;
}
.index_body .banner .slide .carousel-control.left {
	left: 5%;
	cursor: pointer;
}
.index_body .banner .slide .carousel-control.right {
	right: 5%;
	cursor: pointer;
}
.index_body .banner .slide .carousel-control.right {

	background-repeat: no-repeat;
	cursor: pointer;
}
.index_body .banner .slide .carousel-control.right:hover {
  /* background-image: url("//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/img/jtr1.png"); */
}
.index_body .banner .slide .dotList ul li {
  width: 110px;
  cursor: pointer;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  text-shadow: 2px 2px 2px #0008;
}
.index_body .banner .slide .slidedetail {
  display: none;
}
.index_body .banner .slide .slide-count {
  display: none;
}
.index_body .xiahua {
  width: 101px;
  height: 2px;
  background-color: #999999;
  margin: 0px auto 0px auto;
}
.index_body .buttonBox {
  width: 200px;
  height: 60px;
  background-color: #222222;
  border: 1px solid #222;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-right: 4px;
  transition: 0.3s;
}
.index_body .buttonBox i {
  font-size: 24px;
  margin: 0px 4px;
  transition: 0s;
}
.index_body .buttonBox a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform:uppercase;
}
.index_body .buttonBox:hover {
  background-color: #fff;
}
.index_body .buttonBox:hover a {
  color: #222;
}
.index_body .buttBox {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #cccccc;
  text-align: right;
  text-transform:uppercase;
}
.index_body .buttBox i {
  font-size: 24px;
  margin: 0px 4px;
  transition: 0s;
  vertical-align: middle;
}
.index_body .buttBox a {
  color: #000;
  position: relative;
}
.index_body .buttBox a::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #ccc;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}
.index_body .buttBox a:hover::before {
  width: 100%;
}
.index_body .imgBox {
  width: 100%;
}
.index_body .imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.index_body .imgBox img:hover {
  transform: scale(1.1);
}
.index_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #333333;
  text-align: center;
}
.index_body .b_t a {
  color: #333333;
}
.index_body .b_t a:hover {
  color: #bc875b;
}
.index_body .s_f {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.index_body .s_f a {
	display:block;
  color: #666;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;

}
.index_body .s_f a:hover {
  color: #bc875b;
}
.index_body .ib_a {
  padding-top: 105px;
}
.index_body .ib_a .xiahua {
  margin: 41px auto 68px auto;
}
.index_body .ib_a .iba_v {
  display: flex;
}
.index_body .ib_a .iba_v figure {
  width: 16.02%;
  margin-left: 1%;
  position: relative;
  transition: 0.4s;
}
.index_body .ib_a .iba_v figure > a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.index_body .ib_a .iba_v figure .t_t {
  position: absolute;
  bottom: 25px;
  padding: 0px 4.2% 0px 5.5%;
}
.index_body .ib_a .iba_v figure .t_b {
  display: none;
}
.index_body .ib_a .iba_v figure .j_j {
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
}
.index_body .ib_a .iba_v figure .j_j a {
  color: #000;
}
.index_body .ib_a .iba_v figure .j_j a:hover {
  color: #bc875b;
}
.index_body .ib_a .iba_v figure .tb_b {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #cccccc;
  margin-bottom: 25px;
  width: 90%;
}
.index_body .ib_a .iba_v figure .tb_b a {
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_body .ib_a .iba_v figure .tb_b a:hover {
  color: #bc875b;
}
.index_body .ib_a .iba_v figure .buttBox {
  margin-bottom: 2px;
}
.index_body .ib_a .iba_v figure:nth-of-type(1) {
  margin-left: 0%;
}
.index_body .ib_a .iba_v .zk {
  width: 48.93%;
}
.index_body .ib_a .iba_v .zk .t_b {
  display: block;
}
.index_body .ib_a .iba_v .zk .j_j {
  font-family: Avenir-Black;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #000;
  margin-bottom: 10px;
}
.index_body .ib_a .iba_v img {
  width: 685px;
}
.index_body .ib_a .iba_v img:hover {
  transform: scale(1.1);
}
.index_body .ib_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 99px;
  padding-bottom: 103px;
}
.index_body .ib_b .r_box {
  width: 64.29%;
  position: relative;
}
.index_body .ib_b .bofangBox {
  width: 77px;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.index_body .ib_b .l_box {
  width: 32%;
  padding-top: 11px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_body .ib_b .s_f {
  margin-top: 49px;
  margin-bottom: 74px;
}
.index_body .ib_b .s_f a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.index_body .ib_b .b_t {
  text-align: left;
}
.index_body .ib_b .b_t a {
  display: block;
}
.index_body .ib_b .xiahua {
  float: right;
  width: 200px;
  margin: 7% 4% 0px 2%;
}
.index_body .ib_c {
  background-color: #f5f5f5;
  padding-top: 59px;
  padding-bottom: 66px;
}
.index_body .ib_c .content {
  display: flex;
  justify-content: space-between;
}
.index_body .ib_c figure {
  text-align: center;
  padding: 0px 5px;
}
.index_body .ib_c figure .s_f a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_body .ib_c span {
  font-family: Avenir-Black;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.index_body .ib_d {
  padding-top: 87px;
  padding-bottom: 169px;
}
.index_body .ib_d .xiahua {
  margin: 41px auto 5px auto;
}
.index_body .ib_d .figure_box {
  display: flex;
  flex-wrap: wrap;
}
.index_body .ib_d figure {
  width: 31%;
  display: flex;
  justify-content: space-between;
  margin-left: 3.5%;
  margin-top: 55px;
}
.index_body .ib_d figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.index_body .ib_d .l_box {
  width: 53px;
  padding-top: 5px;
}
.index_body .ib_d .r_box {
  width: calc(100% - 53px);
  padding-left: 3%;
}
.index_body .ib_d .s_f a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index_body .ib_d .ibd_a {
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #333333;
}
.index_body .ib_d .ibd_a a {
  color: #333;
}
.index_body .ib_d .ibd_a a:hover {
  color: #bc875b;
}
.index_body .ib_e .b_t {
  text-align: left;
  margin-bottom: 42px;
}
.index_body .ib_e .imgBox {
  width: 100%;
}
.index_body .ib_e .imgBox a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.index_body .ib_e .imgBox img:hover {
  transform: scale(1.1);
}
.index_body .ib_e .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_body .ib_e .l_box {
  width: 50%;
}
.index_body .ib_e .r_box {
  width: 43.15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 46px;
}
.index_body .ib_e .r_box .b_t {
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -1px;
  margin-bottom: 0px;
}
.index_body .ib_e .r_box .xiahua {
  margin: 32px 0px 25px 0px;
}
.index_body .ib_e .rbt_a {
  font-family: Avenir-Black;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #333333;
}
.index_body .ib_e .rbt_a a {
  color: #333;
}
.index_body .ib_e .rbt_a a:hover {
  color: #bc875b;
}
.index_body .ib_e .rbt_b {
  font-family: Avenir-Book;
  font-size: 24px;
  font-weight: normal;
  line-height: 48px;
  letter-spacing: 0px;
  color: #666666;
  margin-top: 4px;
  margin-bottom: 49px;
}
.index_body .ib_e .rbt_b a {
  color: #666;
}
.index_body .ib_e .rbt_b a:hover {
  color: #bc875b;
}
.index_body .ib_e .buttonBox {
  margin-bottom: 111px;
}
.index_body .ib_f {
  padding-top: 93px;
  padding-bottom: 104px;
}
.index_body .ib_f .xiahua {
  margin: 41px auto 62px auto;
}
.index_body .ib_f .imgBox {
  position: relative;
}
.index_body .ib_f .riqi {
  position: absolute;
  width: 121px;
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #222222;
  padding-top: 16px;
  padding-bottom: 14px;
  top: 0;
  left: 0;
}
.index_body .ib_f .riqi span {
  display: block;
  text-align: center;
}
.index_body .ib_f .box {
  display: flex;
  flex-wrap: wrap;
}
.index_body .ib_f figure {
  width: 32.16%;
  margin-left: 1.76%;
}
.index_body .ib_f figure:hover .buttBox a {
  transform: translate(13px);
}
.index_body .ib_f figure:nth-of-type(1) {
  margin-left: 0%;
}
.index_body .ib_f .ibf_a {
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 7px;
  height:72px;
  
}
.index_body .ib_f .ibf_a a {
  color: #333;
  display:block;overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.index_body .ib_f .ibf_a a:hover {
  color: #bc875b;
}
.index_body .ib_f .s_f a {
  color: #333;
}
.index_body .ib_f .s_f a:hover {
  color: #bc875b;
}
.index_body .ib_f .buttBox {
  text-align: left;
  margin-top: 20px;
}
.index_body .ib_f .buttBox a {
  color: #666;
}
.index_body .ib_f .buttBox a:hover{
  color: #333;
}
.index_body .ib_f .buttBox a::before {
  background-color: #333;
}
.index_body .ib_g {
  background-color: #f5f5f5;
  padding-top: 91px;
  padding-bottom: 68px;
}
.index_body .ib_g .b_t {
  margin-bottom: 64px;
}
.index_body .ib_g figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_body .ib_g figure:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-top: 50px;
}
.index_body .ib_g .l_box {
  width: 64.29%;
  position: relative;
}
.index_body .ib_g .bofangBox {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.index_body .ib_g .buttBox a {
  color: #666;
}
.index_body .ib_g .buttBox a:hover {
  color: #333;
}
.index_body .ib_g .buttBox a::before {
  background-color: #333;
}
.index_body .ib_g .r_box {
  width: 31%;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index_body .ib_g .xuhao {
  font-family: Avenir-Black;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.index_body .ib_g .rb_a {
  font-family: Avenir-Black;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 67px;
}
.index_body .ib_g .rb_a a {
  color: #333;
}
.index_body .ib_g .rb_a a:hover {
  color: #bc875b;
}
.index_body .ib_g .rb_b {
  margin-top: 32px;
  margin-bottom: 40px;
}
.index_body .ib_g .rb_b strong {
  font-family: Avenir-Black;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  display: inline;
}
.index_body .ib_g .rb_b a,.index_body .ib_g .rb_b  {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  display: inline;
  color: #666;
}
.index_body .ib_g .rb_b a:hover {
  color: #bc875b;
}
.index_body .ib_g .ibg_bu {
  margin-top: 65px;
}
.index_body .ib_g .ibg_bu a {
  color: #666;
}
.index_body .ib_g .ibg_bu a:hover {
  color: #333;
}
.index_body .ib_g .ibg_bu a::before {
  background-color: #333;
}
.index_body .bottomBox {
  padding-top: 80px;
}
.index_body .bottomBox .xiahua {
  margin: 41px auto 74px auto;
}
.index_body .bottomBox form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index_body .bottomBox form .l_box {
  width: 49.2%;
}
.index_body .bottomBox form .l_box p {
  margin-top: 24px;
}
.index_body .bottomBox form .l_box p:nth-of-type(1) {
  margin-top: 0px;
}
.index_body .bottomBox form .r_box {
  width: 49.2%;
}
.index_body .bottomBox form .r_box p {
  margin-top: 19px;
}
.index_body .bottomBox form .r_box p:nth-of-type(1) {
  margin-top: 0px;
}
.index_body .bottomBox form .yzm {
  position: relative;
}
.index_body .bottomBox form .yzm input {
  padding-right: 120px;
  height: 49px;
}
.index_body .bottomBox form .yzm a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 97px;
  height: 30px;
}
.index_body .bottomBox form .yzm a img {
  width: 100%;
  height: 100%;
}
.index_body .bottomBox form p {
  width: 100%;
}
.index_body .bottomBox form input,
.index_body .bottomBox form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  height: 44px;
  text-indent: 14px;
}
.index_body .bottomBox form input::placeholder,
.index_body .bottomBox form input::-webkit-input-placeholder,
.index_body .bottomBox form textarea::placeholder {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}
.index_body .bottomBox form textarea {
  height: 248px;
}
.index_body .bottomBox form .submit {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 115px;
}
.index_body .bottomBox form .submit input {
  width: 300px;
  height: 50px;
  border: 1px solid #222222;
  background-color: #222;
  font-family: Avenir-Book;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
  text-transform:uppercase;
}
.index_body .bottomBox form .submit input:hover {
  background-color: #fff;
  color: #222;
}
.oo_body img {
  width: 100%;
}
.oo_body .buttonBox {
  width: 200px;
  height: 60px;
  background-color: #222222;
  border: 1px solid #222;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-right: 4px;
  transition: 0.3s;
  padding-left: 5px;
}
.oo_body .buttonBox i {
  font-size: 24px;
  margin: 0px 2px;
  transition: 0s;
}
.oo_body .buttonBox a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform:uppercase;
}
.oo_body .buttonBox a:hover {
  color: #bc875b;
}
.oo_body .buttonBox:hover {
  background-color: #fff;
}
.oo_body .buttonBox:hover a {
  color: #222;
}
.oo_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #333333;
}
.oo_body .b_t a {
  color: #333333;
}
.oo_body .b_t a:hover {
  color: #bc875b;
}
.oo_body .oob_a {
  padding-top: 57px;
}
.oo_body .oob_a .obba_t {
  font-family: Avenir-Book;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 41px;
}
.oo_body .oob_b {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
}
.oo_body .oob_b figure {
  text-align: center;
  padding: 0px 5px;
}
.oo_body .oob_b figure .s_f {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.oo_body .oob_b span {
  font-family: Avenir-Black;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .prev,
.oo_body .next {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
}
.oo_body .prev i,
.oo_body .next i {
  font-size: 26px;
  transform: rotate(180deg);
}
.oo_body .prev:hover,
.oo_body .next:hover {
  background-color: #333;
}
.oo_body .prev:hover i,
.oo_body .next:hover i {
  color: #fff;
}
.oo_body .oob_c {
  padding-top: 93px;
}
.oo_body .oob_c figure {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.oo_body .oob_c .fi_two {
  flex-direction: row-reverse;
  margin-top: 105px;
}
.oo_body .oob_c .l_box {
  width: 64.29%;
  position: relative;
}
.oo_body .oob_c .bofangBox {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oo_body .oob_c .r_box {
  width: 31%;
  padding-bottom: 17px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oo_body .oob_c .xuhao {
  font-family: Avenir-Black;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_c .rb_a {
  font-family: Avenir-Black;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 46px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 67px;
}
.oo_body .oob_c .rb_b {
  margin-top: 32px;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  display: inline;
  color: #666;
}
.oo_body .oob_c .rb_b span {
  font-family: Avenir-Black;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  display: inline;
}
.oo_body .oob_c .lunbo_a {
  position: relative;
  margin-top: 65px;
}
.oo_body .oob_c .lunbo_b {
  position: relative;
  margin-top: 68px;
}
.oo_body .oob_c .next,
.oo_body .oob_c .prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.oo_body .oob_c .next {
  right: -7.3%;
}
.oo_body .oob_c .prev {
  left: -7.3%;
}
.oo_body .oob_c .swiper {
  width: 100%;
  height: 100%;
}
.oo_body .oob_c .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.oo_body .oob_c .swiper-slide > a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.oo_body .oob_c .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.oo_body .oob_c .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
.oo_body .oob_c .buttonBox {
  margin: 84px auto 0px auto;
}
.oo_body .oob_d {
  padding-top: 120px;
}
.oo_body .oob_d figure {
  display: flex;
  justify-content: space-between;
  margin-top: 44px;
}
.oo_body .oob_d figure .ibox {
  margin: 43.7% 0px 0px auto;
}
.oo_body .oob_d figure .r_box {
  justify-content: flex-end;
  padding-bottom: 4px;
}
.oo_body .oob_d figure:nth-of-type(2n) {
  flex-direction: row-reverse;
  margin-top: 101px;
}
.oo_body .oob_d figure:nth-of-type(2n) .ibox {
  margin: 0px auto 22.8% 0px;
}
.oo_body .oob_d figure:nth-of-type(2n) .r_box {
  flex-direction: column-reverse;
}
.oo_body .oob_d .qiehuan {
  display: flex;
  margin-top: 17%;
}
.oo_body .oob_d .next,
.oo_body .oob_d .prev {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  transition: 0.3s;
  margin: 0px 5px;
}
.oo_body .oob_d .next i,
.oo_body .oob_d .prev i {
  color: #ccc;
  transition: 0.3s;
}
.oo_body .oob_d .next:hover,
.oo_body .oob_d .prev:hover {
  border: 1px solid #333;
  background-color: #fff;
}
.oo_body .oob_d .next:hover i,
.oo_body .oob_d .prev:hover i {
  color: #333;
}
.oo_body .oob_d .l_box {
  width: 50%;
}
.oo_body .oob_d .r_box {
  width: 40.3%;
  display: flex;
  flex-direction: column;
}
.oo_body .oob_d .text {
  padding-right: 10%;
}
.oo_body .oob_d .rba {
  font-family: Avenir-Book;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_d .rbb {
  font-family: Avenir-Book;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 25px;
}
.oo_body .oob_d .ibox {
  width: 81.3%;
}
.oo_body .oob_d .imgBox {
  margin-top: 62px;
}
.oo_body .oob_e {
  position: relative;
  padding-top: 96px;
}
.oo_body .oob_e .content {
  display: flex;
  justify-content: space-between;
}
.oo_body .oob_e .l_box {
  width: 35.29%;
}
.oo_body .oob_e .r_box {
  width: 52.1%;
  padding-top: 7.15%;
}
.oo_body .oob_e .rb_a {
  display: flex;
  justify-content: space-between;
}
.oo_body .oob_e .qiehuan {
  display: flex;
  align-items: flex-end;
  transform: translateY(15%);
}
.oo_body .oob_e .next,
.oo_body .oob_e .prev {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  transition: 0.3s;
  margin: 0px 5px;
}
.oo_body .oob_e .next i,
.oo_body .oob_e .prev i {
  color: #ccc;
  transition: 0.3s;
}
.oo_body .oob_e .next:hover,
.oo_body .oob_e .prev:hover {
  border: 1px solid #333;
  background-color: #fff;
}
.oo_body .oob_e .next:hover i,
.oo_body .oob_e .prev:hover i {
  color: #333;
}
.oo_body .oob_e .lunbo_c {
  position: absolute;
  width: 51.5%;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
}
.oo_body .oob_e .swiper {
  width: 100%;
  height: 100%;
}
.oo_body .oob_e .swiper-slide {
  width: 23.98%;
  display: flex;
  flex-wrap: wrap;
}
.oo_body .oob_e .swiper-slide > a {
  width: 100%;
  display: block;
  overflow: hidden;
}
.oo_body .oob_e .swiper-slide img {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: contain;
}
.oo_body .oob_e .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
.oo_body .oob_e .rb_b {
  font-family: Avenir-Book;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 40px;
}
.oo_body .oob_f {
  padding-top: 95px;
  padding-bottom: 120px;
}
.oo_body .oob_f .b_t {
  text-align: center;
  margin-bottom: 43px;
}
.oo_body .oob_f .figure_box {
  display: flex;
  flex-wrap: wrap;
}
.oo_body .oob_f figure {
  width: 33%;
  display: flex;
  justify-content: space-between;
  margin-left: 0.5%;
  margin-top: 41px;
}
.oo_body .oob_f figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.oo_body .oob_f .l_box {
  width: 53px;
  padding-top: 4px;
}
.oo_body .oob_f .r_box {
  width: calc(100% - 53px);
  padding-left: 3%;
}
.oo_body .oob_f .s_f {
  font-family: Avenir-Book;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 36px;
  color: #666666;
  margin-top: 1px;
}
.oo_body .oob_f .ibd_a {
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_g {
  display: flex;
  flex-wrap: wrap;
}
.oo_body .oob_g .l_box {
  width: 45.9375%;
}
.oo_body .oob_g .r_box {
  width: calc(100% - 45.9375%);
  background-color: #f5f5f5;
  padding: 95px 0% 0px 3.95%;
  display: flex;
  flex-direction: column;
}
.oo_body .oob_g .b_t {
  margin-bottom: 37px;
}
.oo_body .oob_g li {
  display: flex;
  min-height: 95px;
  align-items: flex-start;
  overflow: hidden;
}
.oo_body .oob_g li .imgBox {
  flex-shrink: 0;
  width: 20px;
  padding-top: 5px;
  position: relative;
}
.oo_body .oob_g li .imgBox::before {
  position: absolute;
  content: '';
  width: 1px;
  height: 1000%;
  background-color: #333;
  left: 50%;
  top: 0px;
  transform: translate(-50%);
}
.oo_body .oob_g li p {
  margin-left: 12px;
  font-family: Avenir-Book;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #666666;
}
.oo_body .oob_g li:nth-of-type(1) .imgBox::before {
  top: 10px;
}
.oo_body .oob_g .sj {
  flex-shrink: 0;
  width: 65px;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.oo_body .oob_g .sjx {
  margin-bottom: 6%;
  position: relative;
  overflow-y: scroll;
  flex: 1;
}
.oo_body .oob_g .sjx::-webkit-scrollbar {
  width: 0px;
}
.oo_body .oob_g .sjx ul {
  position: absolute;
  padding-right: 16%;
}
.oo_body .oob_g .active {
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.oo_body .oob_h {
  padding-top: 102px;
}
.oo_body .oob_h .b_t {
  text-align: center;
  margin-bottom: 55px;
}
.oo_body .oob_h .figureBox {
  display: flex;
  flex-wrap: wrap;
}
.oo_body .oob_h figure {
  width: 31.79%;
  margin-left: 2.315%;
}
.oo_body .oob_h figure:nth-of-type(3n+1) {
  /* margin-left: 0%; */
}
.oo_body .bottomBox {
  padding-top: 95px;
}
.oo_body .bottomBox .b_t {
  text-align: center;
  margin-bottom: 56px;
}
.oo_body .bottomBox form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 113px;
}
.oo_body .bottomBox form .l_box {
  width: 49.2%;
}
.oo_body .bottomBox form .l_box p {
  margin-top: 23px;
}
.oo_body .bottomBox form .l_box p:nth-of-type(1) {
  margin-top: 0px;
}
.oo_body .bottomBox form .r_box {
  width: 49.2%;
}
.oo_body .bottomBox form .r_box p {
  margin-top: 24px;
}
.oo_body .bottomBox form .r_box p:nth-of-type(1) {
  margin-top: 0px;
}
.oo_body .bottomBox form .yzm {
  position: relative;
}
.oo_body .bottomBox form .yzm input {
  padding-right: 120px;
  height: 49px;
}
.oo_body .bottomBox form .yzm a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 97px;
  height: 30px;
}
.oo_body .bottomBox form .yzm a img {
  width: 100%;
  height: 100%;
}
.oo_body .bottomBox form p {
  width: 100%;
}
.oo_body .bottomBox form select,
.oo_body .bottomBox form input,
.oo_body .bottomBox form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  height: 44px;
  text-indent: 14px;
}
.oo_body .bottomBox form input::placeholder,
.oo_body .bottomBox form input::-webkit-input-placeholder,
.oo_body .bottomBox form textarea::placeholder {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}
.oo_body .bottomBox form textarea {
  /* height: 120px; */
  height: 245px;
}
.oo_body .bottomBox form select::-ms-expand {
  display: none;
}
.oo_body .bottomBox form select {
  appearance: none;
}
.oo_body .bottomBox form option:checked {
  background-color: #333;
}
.oo_body .bottomBox form .select {
  cursor: pointer;
}
.oo_body .bottomBox form .sel_li {
  width: 100%;
  position: relative;
  margin-top: 24px;
}
.oo_body .bottomBox form .sel_li i {
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 32%;
  color: #999;
  pointer-events: none;
}
.oo_body .bottomBox form .sel_li ul {
  display: none;
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 2;
  background-color: #fff;
  border: 1px solid #ccc;
  border-top: none;
  padding: 8px 0px;
}
.oo_body .bottomBox form .sel_li ul li {
  text-indent: 14px;
  font-family: Avenir-Black;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 20px;
  padding: 5.5px 0px;
  letter-spacing: 0px;
  color: #333333;
  cursor: pointer;
}
.oo_body .bottomBox form .sel_li ul li:hover {
  background-color: #333;
  color: #fff;
}
.oo_body .bottomBox form .sel_li ul .active {
  background-color: #333;
  color: #fff;
}
.oo_body .bottomBox form .submit {
  width: 100%;
  margin-top: 16px;
}
.oo_body .bottomBox form .submit input {
  width: 100%;
  height: 50px;
  border: 1px solid #222222;
  background-color: #222;
  font-family: Avenir-Book;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
}
.oo_body .bottomBox form .submit input:hover {
  background-color: #fff;
  color: #222;
}
.oto_body img {
  width: 100%;
}
.oto_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #333333;
}
.oto_body .s_f {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.oto_body .prev,
.oto_body .next {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #333;
  position: absolute;
  top: calc(50% + 15px);
  transform: translateY(-50%);
}
.oto_body .prev i,
.oto_body .next i {
  font-size: 26px;
  transform: rotate(180deg);
}
.oto_body .prev:hover,
.oto_body .next:hover {
  background-color: #333;
}
.oto_body .prev:hover i,
.oto_body .next:hover i {
  color: #fff;
}
.oto_body .next {
  right: -7.3%;
}
.oto_body .prev {
  left: -7.3%;
}
.oto_body .swiper {
  width: 100%;
  height: 100%;
}
.oto_body .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.oto_body .swiper-slide > a {
  width: 100%;
  display: block;
  overflow: hidden;
  margin-top: 40px;
}
.oto_body .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.oto_body .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
.oto_body .otob_a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 65px;
}
.oto_body .otob_a .xiahua {
  width: 100px;
  height: 1px;
  background-color: #333;
  margin-top: 24px;
}
.oto_body .otob_a .l_box {
  width: 64.29%;
  position: relative;
}
.oto_body .otob_a .b_t {
  font-size: 58px;
}
.oto_body .otob_a .bofangBox {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.oto_body .otob_a .r_box {
  width: 31%;
  padding-bottom: 2.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.oto_body .otob_a .rb_b {
  padding-top: 20px;
}
.oto_body .otob_a .rb_b p {
  margin-top: 30px;
}
.oto_body .otob_a .rb_b strong {
  font-family: Avenir-Black;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333;
  display: block;
}
.oto_body .otob_a .rb_b .st {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
}
.oto_body .otob_b {
  padding-top: 86px;
}
.oto_body .otob_b .s_f {
  margin-top: 25px;
  line-height: 28px;
}
.oto_body .otob_c {
  padding-top: 92px;
}
.oto_body .otob_c .b_t {
  line-height: 46px;
}
.oto_body .otob_d {
  padding-top: 92px;
  padding-bottom: 120px;
}
.oto_body .otob_d .b_t {
  margin-bottom: 33px;
}
.oto_body .otob_d .swiper-slide a {
  margin-top: 0px;
}
.oto_body .lunbo_a {
  position: relative;
}
.ott_body .otob_a .r_box {
  padding-bottom: 6.4%;
}
.ott_body .otob_a .rb_b span {
  display: inline;
}
.oth_body .othb {
  padding-bottom: 103px;
}
.oth_body img {
  width: 100%;
 
}
.oth_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #333333;
  text-align: center;
  text-align: left;
  margin-top: 57px;
  margin-bottom: 42px;
}
.oth_body .logo_box {
  display: flex;
}
.oth_body .img_box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}
.oth_body .img_box figure {
  width: 23.57%;
  margin-left: 1.906%;
  margin-top: 30px;
}
.oth_body .img_box figure p {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  padding: 15px 0px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}
.oth_body .img_box figure:nth-of-type(4n+1) {
  margin-left: 0%;
}
.oth_body .img_box .imgBox {
  width: 100%;
}
.oth_body .img_box a {
  display: block;
  width: 100%;
  overflow: hidden; border:#ccc solid 1px;
  box-sizing:border-box;
}
.oth_body .img_box img:hover {
  transform: scale(1.1);
}
.to_body .bannerBox .content {
/*  position: relative;*/
}
.to_body .bannerBox .buttonBox {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 240px;
  height: 60px;
  background-color: #222222;
  border: 1px solid #222;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 2px;
  color: #ffffff;
  padding-right: 4px;
  transition: 0.3s;
}
.to_body .bannerBox .buttonBox i {
  font-size: 24px;
  margin: 0px 4px;
  transition: 0s;
}
.to_body .bannerBox .buttonBox a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.to_body .bannerBox .buttonBox:hover {
  background-color: #fff;
}
.to_body .bannerBox .buttonBox:hover a {
  color: #222;
}
.to_body img {
  width: 100%;
}
.to_body .tob {
  display: flex;
  flex-wrap: wrap;
  padding-top: 31px;
  padding-bottom: 142px;
}
.to_body figure {
  width: 48.93%;
  margin-left: 2.14%;
  position: relative;
  margin-top: 30px;
}
.to_body .tt {
  font-family: Avenir-Book;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom: 5.3%;
  left: 5.3%;
}
.to_body .tt a {
  color: #fff;
  position: relative;
}
.to_body .tt a::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  background-color: #fff;
  transition: 0.4s;
  bottom: 0px;
}
.to_body .tt a:hover::before {
  width: 100%;
}
.to_body figure:nth-of-type(2n+1) {
  margin-left: 0%;
}
.to_body .imgBox {
  width: 100%;
  display: block;
  overflow: hidden;
}
.to_body .imgBox img:hover {
  transform: scale(1.1);
  transition: 0.8s;
}
.tt_body .ttb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 57px;
  padding-bottom: 25px;
}
.tt_body .l_box {
  width: 17.16%;
}
.tt_body .l_box .jia {
  display: none;
}
.tt_body .l_box .menuOne {
  font-family: AvenirLTStd-Heavy;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: -1px;
  color: #333333;
}
.tt_body .l_box .menuOne .one {
  margin-bottom: 28px;
}
.tt_body .l_box .menuOne a {
  color: #333333;
  display: block;
}
.tt_body .l_box .menuOne .active {
  color: #bc875b;
}
.tt_body .l_box .menuOne .act {
  transform: rotate(90deg);
}
.tt_body .l_box .menuOne .firstjian,
.tt_body .l_box .menuOne .firstjia {
  display: none;
  top: 5px;
}
.tt_body .l_box .menuOne li {
  position: relative;
}
.tt_body .l_box .menuOne i {
  position: absolute;
  right: 0px;
  top: 19px;
  color: #333333;
  cursor: pointer;
}
.tt_body .l_box .menuOne>last-child:li  .twoI{ border:none !important}
.tt_body .l_box .menuOne i:hover {
  color: #000;
}
.tt_body .l_box .menuTwo {
  font-family: AvenirLTStd-Heavy;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.tt_body .l_box .menuTwo .twoI {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 17px 0px 17px 0px;
}
.tt_body .l_box .menuTwo a {
  color: #333;
}
.tt_body .l_box .menuTwo a:hover,.tt_body .l_box .active {
  color: #bc875b;
}
.tt_body .l_box .menuThree {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #333333;
  padding: 15px 0px 20px 0px;
}
.tt_body .l_box .menuThree a {
  color: #333;
}
.tt_body .l_box .menuThree li {
  margin-top: 6px;
}
.tt_body .r_box {
  width: 75.9%;
  padding-top: 8px;
}
.tt_body .r_box .PageNumber {
  margin-top: 6px;
  margin-bottom: 100px;
}
.tt_body .r_box form {
  display: flex;
  flex-wrap: wrap;
}
.tt_body .r_box figure {
  width: 32.65%;
  margin-left: 1.025%;
  margin-bottom: 63px;
}
.tt_body .r_box figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.tt_body .r_box .fi_box {
  width: 100%;
  border: 1px solid #f6f6f6;
  position: relative;
}
.tt_body .r_box .fi_box:hover .js {
  display: block;
}
.tt_body .r_box .fi_box .imgBox {
  width: 100%;
  display: block;
  overflow: hidden;
}
.tt_body .r_box .fi_box img {
  width: 100%;
}
.tt_body .r_box .fi_box img:hover {
  transform: scale(1.1, 1.1);
}
.tt_body .r_box .fi_box input {
  width: 13px;
  height: 11px;
  border-radius: 2px;
  border: solid 1px #363637;
  cursor: pointer;
  margin-right: 7px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.tt_body .r_box .fi_box .js {
  display: none;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 8px 0px 6px 0px;
}
.tt_body .r_box .fi_box .js a {
  color: #fff;
 text-transform:uppercase;
}
.tt_body .r_box .fi_box .js a:hover {
  text-decoration: underline; text-transform:uppercase;
}
.tt_body .r_box .fi_box .js:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.tt_body .r_box .f_a {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 7px;
}
.tt_body .r_box .f_a a {
  color: #333;
}
.tt_body .r_box .f_a a:hover {
  color: #bc875b;
}
.tth_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #111111;
}
.tth_body .tthb_a .b_t {
  font-size: 60px;
  margin-top: 45px;
  margin-bottom: 22px;
}
.tth_body .tthb_a .buttonBox {
  width: 200px;
  margin-top: 24px;
}
.tth_body .tthb_a .buttonBox a {
  text-align: center;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 2px;
  color: #ffffff;
  display: block;
  width: 100%;
  line-height: 58px;
  background-color: #222222;
  border: 1px solid #222;
}
.tth_body .tthb_a .buttonBox a:hover {
  color: #222;
  background-color: #fff;
}
.tth_body .tthb_a .r_box {
  width: 39.25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 9px;
}
.tth_body .tthb_a .r_box div {
  border-top: 1px solid #ccc;
}
.tth_body .tthb_a .r_box .rb_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth_body .tthb_a .r_box .rb_a {
  border-top: none;
  padding-bottom: 15px;
}
.tth_body .tthb_a .r_box .rb_b {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  line-height: 30px;
  color: #666666;
  padding-top: 1px;
  padding-bottom: 30px;
}
.tth_body .tthb_a .r_box .rb_b p {
  margin-top: 15px; font-family: Avenir-Book
}
.tth_body .tthb_a .r_box .rb_b span ,.tth_body .tthb_a .r_box .rb_b p strong{
  display: block;
  font-family: AvenirLTStd-Heavy;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tth_body .tthb_a .r_box .rb_c {
  padding-top: 21px;
  padding-bottom: 28px;
}
.tth_body .tthb_a .r_box .rb_c a {
  text-align: center;
  min-width: 100px;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #666666;
  border: 1px solid #cccccc;
  margin-right: 10px;
  margin-top: 17px;
  cursor:pointer;
}
.tth_body .tthb_a .r_box .rb_c a:hover {
  border: 1px solid #333;
}
.tth_body .tthb_a .r_box .rb_c .active {
  border: 1px solid #333;
}
.tth_body .tthb_a .zong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.tth_body .tthb_a .zoomPad {
  position: relative;
  float: left;
  z-index: 99;
  cursor: crosshair;
}
.tth_body .tthb_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;
}
.tth_body .tthb_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;
}
.tth_body .tthb_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;
}
.tth_body .tthb_a .zoomWindow {
  position: absolute;
  left: 110%;
  top: 40px;
  background: #FFF;
  z-index: 6000;
  height: auto;
  z-index: 10000;
  z-index: 110;
}
.tth_body .tthb_a .zoomWrapper {
  position: relative;
  border: 1px solid #ccc;
  z-index: 110;
}
.tth_body .tthb_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);
}
.tth_body .tthb_a .zoomWrapperImage {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 110;
}
.tth_body .tthb_a .zoomWrapperImage img {
  border: 0px;
  display: block;
  position: absolute;
  z-index: 101;
}
.tth_body .tthb_a .zoomIframe {
  z-index: -1;
  filter: alpha(opacity=0);
  -moz-opacity: 0.8;
  opacity: 0.8;
  position: absolute;
  display: block;
}
.tth_body .tthb_a .prob-pic {
  width: 54.6%;
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  flex-direction: row-reverse;
}
.tth_body .tthb_a .prob-pic .prob-pic-big {
  width: 79.2%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tth_body .tthb_a .prob-pic .prob-pic-big-img {
  display: block;
  line-height: 0;
  font-size: 0;
}
.tth_body .tthb_a .prob-pic .prob-pic-big-img img {
  transition: 0s;
}
.tth_body .tthb_a .prob-pic .prob-pic-big-img .zoomPad {
  float: none;
  z-index: 8;
}
.tth_body .tthb_a .prob-pic .zoomWrapperImage img {
  max-width: 1920px;
}
.tth_body .tthb_a .prob-pic .prob-pic-big-img:hover img {
  transform: scale(1);
}
.tth_body .tthb_a .prob-pic .prob-pic-small {
  position: relative;
  overflow: hidden;
  width: 18.3%;
}
.tth_body .tthb_a .prob-pic .prob-pic-btn {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  display: block;
  text-align: center;
  color: #eee;
  font-size: 22px;
  z-index: 99;
  cursor: pointer;
  color: #fff;
  font-weight: bold;
}
.tth_body .tthb_a .prob-pic .prob-pic-btn.prev {
  top: 10%;
}
.tth_body .tthb_a .prob-pic .prob-pic-btn.next {
  bottom: 10%;
}
.tth_body .tthb_a .prob-pic .prob-pic-btn:hover {
  color: #bc875b;
}
.tth_body .tthb_a .prob-pic .prob-pic-list {
  margin: 0px;
  position: absolute;
  top: 0px;
  width: 100%;
  left: 0;
  height: 100%;
  overflow: hidden;
}
.tth_body .tthb_a .prob-pic .prob-pic-list ul {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.tth_body .tthb_a .prob-pic .prob-pic-list ul li {
  position: relative;
  float: left;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 11.1%;
}
.tth_body .tthb_a .prob-pic .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;
}
.tth_body .tthb_a .prob-pic .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;
}
.tth_body .prev_a,
.tth_body .next_a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 4px #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;
}
.tth_body .prev_a i,
.tth_body .next_a i {
  font-size: 26px;
  color: #ccc;
}
.tth_body .prev_a:hover,
.tth_body .next_a:hover {
  border: solid 4px #333;
}
.tth_body .prev_a:hover i,
.tth_body .next_a:hover i {
  color: #333;
}
.tth_body .next_a {
  right: -5.8%;
}
.tth_body .prev_a {
  left: -5.8%;
}
.tth_body .swiper {
  width: 100%;
  height: 100%;
}
.tth_body .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.tth_body .swiper-slide .imgBox {
  width: 100%;
  display: block;
  overflow: hidden;
}
.tth_body .swiper-slide .fi_box {
  width: 100%;
  border: 1px solid #f6f6f6;
  position: relative;
}
.tth_body .swiper-slide .fi_box:hover .js {
  display: block;
}
.tth_body .swiper-slide .fi_box .js {
  display: none;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 8px 0px 6px 0px;
}
.tth_body .swiper-slide .fi_box .js a {
  color: #fff;
}
.tth_body .swiper-slide .fi_box .js a:hover {
  text-decoration: underline;
}
.tth_body .swiper-slide .fi_box .js:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.tth_body .swiper-slide .f_a {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}
.tth_body .swiper-slide .f_a a {
  color: #333;
}
.tth_body .swiper-slide .f_a a:hover {
  color: #bc875b;
}
.tth_body .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.tth_body .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
.tth_body .lunbo_a {
  position: relative;
  margin-top: 55px;
}
.tth_body .top {
  border-bottom: 1px solid #ccc;
}
.tth_body .top .b_t {
  position: relative;
  padding: 24px 0px;
}
.tth_body .top .b_t::before {
  width: 100%;
  content: '';
  position: absolute;
  height: 2px;
  background-color: #333;
  bottom: 0;
  left: 0;
}
.tth_body .tthb_b {
  padding: 56px 0px;
}
.tth_body .tthb_b .f_a {
  margin-top: 16px;
}
.tth_body .tthb_b .f_a a {
  color: #666;
}
.tth_body .s_f {
  font-family: Avenir-Book;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 2px;
  margin-bottom: 9px;
}
.tth_body table {
  width: 100%;
  font-family: Avenir-Book;
  font-size: 18px;
  line-height: 30px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  border-collapse: collapse;
}
.tth_body table tr:nth-of-type(1) {
  font-family: AvenirLTStd-Heavy;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  border-top: none;
}
.tth_body table tr:nth-of-type(1) td {
  padding: 8px 0px;
}
.tth_body table tr {
  border-top: 1px solid #ccc;
}
.tth_body table td {
  width: 50%;
  text-indent: 10px;
  padding: 10px 0px;
}
.tth_body .tthb_c img {
  margin: auto;
  max-width: 100%;
}
.tth_body .tthb_c .textBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 63px;
}
.tth_body .tthb_c figure {
  width: 25.2%;
  margin-left: 12.2%;
}
.tth_body .tthb_c figure:nth-of-type(1) {
  margin-left: 0%;
}
.tth_body .tthb_c .huanye {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eee;
  padding: 16px 0px 14px 0px;
  margin-top: 85px;
}
.tth_body .tthb_c .huanye div {
  padding: 0px 32px;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
.tth_body .tthb_c .huanye div a {
  color: #999;
}
.tth_body .tthb_c .huanye div a:hover {
  color: #333;
}
.tth_body .tthb_d {
  padding-top: 83px;
}
.tth_body .tthb_d .b_t {
  text-align: center;
  font-size: 60px;
}
.tth_body .tthb_e {
  padding-top: 103px;
}
.tth_body .tthb_e .b_t {
  text-align: center;
  font-size: 60px;
  margin-bottom: 55px;
}
.tth_body .tthb_e form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tth_body .tthb_e form .l_box {
  width: 49.2%;
}
.tth_body .tthb_e form .l_box p {
  margin-top: 24px;
}
.tth_body .tthb_e form .l_box p:nth-of-type(1) {
  margin-top: 0px;
}
.tth_body .tthb_e form .r_box {
  width: 49.2%;
}
.tth_body .tthb_e form .r_box p {
  margin-top: 19px;
}
.tth_body .tthb_e form .r_box p:nth-of-type(1) {
  margin-top: 0px;
}
.tth_body .tthb_e form .yzm {
  position: relative;
}
.tth_body .tthb_e form .yzm input {
  padding-right: 120px;
  height: 49px;
}
.tth_body .tthb_e form .yzm a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 97px;
  height: 30px;
}
.tth_body .tthb_e form .yzm a img {
  width: 100%;
  height: 100%;
}
.tth_body .tthb_e form p {
  width: 100%;
}
.tth_body .tthb_e form input,
.tth_body .tthb_e form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  height: 44px;
  text-indent: 14px;
}
.tth_body .tthb_e form input::placeholder,
.tth_body .tthb_e form input::-webkit-input-placeholder,
.tth_body .tthb_e form textarea::placeholder {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}
.tth_body .tthb_e form textarea {
  height: 181px;
}
.tth_body .tthb_e form .submit {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 134px;
}
.tth_body .tthb_e form .submit input {
  width: 300px;
  height: 50px;
  border: 1px solid #222222;
  background-color: #222;
  font-family: Avenir-Book;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
  text-transform:uppercase;
}
.tth_body .tthb_e form .submit input:hover {
  background-color: #fff;
  color: #222;
}
.too_body .PageNumber {
  margin-top: 77px;
  margin-bottom: 95px;
}
.too_body .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 51px;
  margin-bottom:20px;
}
.too_body figure {
  width: 48.93%;
  margin-left: 2.14%;
  margin-top: 10px;
}
.too_body figure:nth-of-type(1) {
  margin-left: 0%;
}
.too_body .xiahua {
  width: 100px;
  height: 1px;
  background-color: #999;
  margin-top: 16px;
  margin-bottom: 18px;
}
.too_body img {
  width: 100%;
}
.too_body .imgBox {
  width: 100%;
}
.too_body .imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.too_body .imgBox img:hover {
  transform: scale(1.1);
}
.too_body .tb_a {
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
}
.too_body .tb_a a {
  color: #333333;
}
.too_body .tb_b {
  font-family: Avenir-Black;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #333333;
  line-height: 30px;
}
.too_body .tb_b a {
  color: #333;
}
.too_body .tb_c {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 30px;
  margin-top: 1px;
}
.too_body .tb_c a {
  color: #666;
}
.too_body .tb_d {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 30px;
}
.too_body .tb_d a {
  color: #666;
}
.too_body .textBox {
  padding-top: 25px;
}
.too_body .textBox a:hover {
  color: #bc875b;
}
.tot_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 70px;
  letter-spacing: -1px;
  color: #333333;
}
.tot_body .small {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 29px;
}
.tot_body .totb_a {
  padding-top: 52px;
}
.tot_body .totb_a .s_f {
  font-family: Avenir-Book;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 30px;
  margin-top: 10px;
}
.tot_body .totb_a .tota_a,
.tot_body .totb_a .small {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 29px;
}
.tot_body .totb_a span {
  margin-right: 106px;
  margin-top: 10px;
}
.tot_body .textBox {
  padding-top: 27px;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.tot_body .textBox img {
  max-width: 100%;

  display:inline-block;
}
.tot_body .textBox em {
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  font-style: normal;
}
.tot_body .tota_b {
  padding-top: 87px;
}
.tot_body .tota_b .b_t {
  text-align: center;
}
.tot_body .tota_b .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 63px;
}
.tot_body .tota_b .box img {
  margin: auto;
  max-width: 100%;
}
.tot_body .tota_b .box figure {
  text-align: center;
}
.tot_body .tota_b .box figure > div {
  min-height: 106px;
}
.tot_body .tota_b .box .fi_a {
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #333333;
}
.tot_body .tota_b .box .fi_b {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #666666;
  line-height: 24px;
  margin-top: 26px;
}
.tot_body .tota_b .box .f_1 {
  width: 18%;
}
.tot_body .tota_b .box .f_2 {
  width: 20%;
}
.tot_body .tota_b .box .f_3 {
  width: 13%;
}
.tot_body .tota_b .box .f_4 {
  width: 20%;
}
.tot_body .tota_b .box .f_5 {
  width: 18.06%;
}
.tot_body .huanye {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eee;
  padding: 16px 0px 14px 0px;
  margin-top: 45px;
  margin-bottom: 93px;
}
.tot_body .huanye div {
  padding: 0px 32px;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
.tot_body .huanye div a {
  color: #999;
}
.tot_body .huanye div a:hover {
  color: #333;
}
.tot_body .huanye .back {
  font-family: AvenirLTStd-Heavy;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
}
.tot_body .huanye .back a {
  color: #999;
}
.tot_body .huanye .back a:hover {
  color: #333;
}
.tot_body .tota_c .b_t {
  text-align: center;
  margin-bottom: 52px;
}
.tot_body .tota_c form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tot_body .tota_c form .l_box {
  width: 49.2%;
}
.tot_body .tota_c form .l_box p {
  margin-top: 24px;
}
.tot_body .tota_c form .l_box p:nth-of-type(1) {
  margin-top: 0px;
}
.tot_body .tota_c form .r_box {
  width: 49.2%;
}
.tot_body .tota_c form .r_box p {
  margin-top: 19px;
}
.tot_body .tota_c form .r_box p:nth-of-type(1) {
  margin-top: 0px;
}
.tot_body .tota_c form .yzm {
  position: relative;
}
.tot_body .tota_c form .yzm input {
  padding-right: 120px;
  height: 49px;
}
.tot_body .tota_c form .yzm a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 97px;
  height: 30px;
}
.tot_body .tota_c form .yzm a img {
  width: 100%;
  height: 100%;
}
.tot_body .tota_c form p {
  width: 100%;
}
.tot_body .tota_c form input,
.tot_body .tota_c form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  height: 44px;
  text-indent: 14px;
}
.tot_body .tota_c form input::placeholder,
.tot_body .tota_c form input::-webkit-input-placeholder,
.tot_body .tota_c form textarea::placeholder {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}
.tot_body .tota_c form textarea {
  height: 181px;
}
.tot_body .tota_c form .submit {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 174px;
}
.tot_body .tota_c form .submit input {
  width: 300px;
  height: 50px;
  border: 1px solid #222222;
  background-color: #222;
  font-family: Avenir-Book;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
  text-transform:uppercase;
}
.tot_body .tota_c form .submit input:hover {
  background-color: #fff;
  color: #222;
}
.fo_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 56px;
  margin-bottom: 34px;
}
.fo_body figure {
  margin-top: 19px;
  background-color: #eeeeee;
  padding-bottom: 8px;
}
.fo_body figure i {
  cursor: pointer;
}
.fo_body figure:nth-of-type(1) {
  margin-top: 20px;
}
.fo_body .fi_A {
  padding: 23px 2.1% 0px 2.1%;
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  transition: 0.3s;
  position: relative;
}
.fo_body .fi_A div {
  padding-bottom: 17px;
  padding-right: 50px;
}
.fo_body .jia {
  position: absolute;
  right: 2%;
  top: 23px;
}
.fo_body .fi_B {
  display: none;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding: 0px 2.1% 40px 2.1%;
}
.fo_body .fi_B p {
  padding-top: 17px;
  border-top: 1px solid #ccc;
}
.fo_body .PageNumber {
  margin-top: 71px;
  margin-bottom: 105px;
}
.ft_body .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.ft_body figure {
  width: 31.79%;
  margin-left: 2.18%;
  margin-top: 10px;
}
.ft_body figure:nth-of-type(1),.ft_body .nouzuo {
  margin-left: 0%;
}
.ft_body .imgBox {
  width: 100%;
}
.ft_body .imgBox a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.ft_body .imgBox img {
  width: 100%;
  transition: 0.5s;
}
.ft_body .imgBox img:hover {
  transform: scale(1.1);
}
.ft_body .b_t {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 16px;
}
.ft_body .b_t a {
  color: #333;
}
.ft_body .b_t a:hover {
  color: #bc875b;
}
.ft_body .PageNumber {
  margin-top: 87px;
  margin-bottom: 129px;
}
.fth_body img {
  width: 100%;
}
.fth_body .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.fth_body figure {
  width: 31.79%;
  margin-left: 2.18%;
  margin-top: 10px;
  margin-bottom: 20px;
}
.fth_body figure p {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 12px;
}
.fth_body .bofangBox {
  width: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.fth_body figure:nth-of-type(3n+1) {
  margin-left: 0%;
}
.fth_body .imgBox {
  width: 100%;
  position: relative;
}
.fth_body .PageNumber {
  margin-top: 58px;
  margin-bottom: 118px;
}
.ffo_body .mbx {
  padding-top: 49px;
}
.ffo_body .buttBox {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 2px;
  color: #cccccc;
  text-align: right;
}
.ffo_body .buttBox i {
  font-size: 24px;
  margin: 0px 4px;
  transition: 0s;
  vertical-align: middle;
}
.ffo_body .buttBox a {
  color: #ccc;
  position: relative;
}
.ffo_body .buttBox a::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 2px;
  background-color: #ccc;
  bottom: 0px;
  left: 0px;
  transition: 0.3s;
}
.ffo_body .buttBox a:hover{
  color: #333;
}
.ffo_body .buttBox a:hover::before {
  width: 100%;
}
.ffo_body {
	padding-bottom: 60px;
}
.ffo_body .PageNumber {
  margin-top: 86px;
  margin-bottom: 99px;
}
.ffo_body .s_f {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
}
.ffo_body .s_f a {
  color: #666;
}
.ffo_body .s_f a:hover {
  color: #bc875b;
}
.ffo_body .imgBox {
  position: relative;
  width: 100%;
}
.ffo_body .imgBox a {
  display: block;
  overflow: hidden;
  width: 100%;
}
.ffo_body .imgBox img {
  width: 100%;
}
.ffo_body .imgBox img:hover {
  transform: scale(1.1);
}
.ffo_body .riqi {
  position: absolute;
  width: 121px;
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #222222;
  padding-top: 16px;
  padding-bottom: 14px;
  top: 0;
  left: 0;
}
.ffo_body .riqi span {
  display: block;
  text-align: center;
}
.ffo_body .box {
  display: flex;
  flex-wrap: wrap;
  padding-top: 59px;
}
.ffo_body figure {
  width: 32.16%;
  margin-left: 1.76%;
}
.ffo_body figure:hover .buttBox a {
  transform: translate(13px);
}
.ffo_body figure:nth-of-type(1) {
  margin-left: 0%;
}
.ffo_body .ibf_a {
  font-family: Avenir-Black;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 17px;
  margin-bottom: 7px;
  overflow: hidden;
  height:72px;

}
.ffo_body .ibf_a a {
  color: #333;
}
.ffo_body .ibf_a a:hover {
  color: #bc875b;
}
.ffo_body .s_f a {
  color: #333;
  display:block;
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.ffo_body .s_f a:hover {
  color: #bc875b;
}
.ffo_body .buttBox {
  text-align: left;
  margin-top: 20px;
}
.ffo_body .buttBox a {
  color: #666;
  text-transform:uppercase;
}
.ffo_body .buttBox a::before {
  background-color: #333;
}
.fft_body .box {
  padding-top: 34px;
}
.fft_body .b_t {
  font-family: AvenirLTStd-Heavy;
  font-size: 60px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #333333;
  display:block;
}
.fft_body .textBox {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
}
.fft_body .textBox img {
  max-width: 100%;
  margin: auto;
  display:inline-block;
}
.fft_body .share {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  display: flex;
  align-items: center;
  margin-top: 26px;
  margin-bottom: 36px;
}
.fft_body .s_h {
  display: flex;
  align-items: center;
  margin-left: 59px;
}
.fft_body .s_h .sh_t {
  margin-right: 7px;
}
.fft_body .mbx {
  padding-top: 45px;
}
.fft_body .prev_a,
.fft_body .next_a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: solid 4px #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;
}
.fft_body .prev_a i,
.fft_body .next_a i {
  font-size: 26px;
  color: #ccc;
}
.fft_body .prev_a:hover,
.fft_body .next_a:hover {
  border: solid 4px #333;
}
.fft_body .prev_a:hover i,
.fft_body .next_a:hover i {
  color: #333;
}
.fft_body .next_a {
  right: -5.8%;
}
.fft_body .prev_a {
  left: -5.8%;
}
.fft_body .swiper {
  width: 100%;
  height: 100%;
}
.fft_body .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fft_body .swiper-slide .imgBox {
  width: 100%;
  display: block;
  overflow: hidden;
}
.fft_body .swiper-slide .fi_box {
  width: 100%;
  border: 1px solid #f6f6f6;
  position: relative;
}
.fft_body .swiper-slide .fi_box:hover .js {
  display: block;
}
.fft_body .swiper-slide .fi_box .js {
  display: none;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  background-color: #000000;
  text-align: center;
  padding: 8px 0px 6px 0px;
}
.fft_body .swiper-slide .fi_box .js a {
  color: #fff;
}
.fft_body .swiper-slide .fi_box .js a:hover {
  text-decoration: underline;
}
.fft_body .swiper-slide .fi_box .js:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.fft_body .swiper-slide .f_a {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 13px;
  text-align: center;
}
.fft_body .swiper-slide .f_a a {
  color: #333;
}
.fft_body .swiper-slide .f_a a:hover {
  color: #bc875b;
}
.fft_body .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.fft_body .swiper-slide img:hover {
  transform: scale(1.1, 1.1);
}
.fft_body .lunbo_a {
  position: relative;
  margin-top: 29px;
  margin-bottom: 159px;
}
.fft_body .huanye {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eee;
  padding: 16px 0px 14px 0px;
  margin-top: 88px;
}
.fft_body .huanye div {
  padding: 0px 32px;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  text-transform:uppercase;
}
.fft_body .huanye div a {
  color: #999;
}
.fft_body .huanye div a:hover {
  color: #333;
}
.fft_body .juzhong {
  text-align: center;
  margin-top: 101px;
}
.so_body ifame {
  max-width: 100%;
}
.so_body .b_t {
  width: 100%;
  font-family: AvenirLTStd-Heavy;
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: -1px;
  color: #333333;
  text-align: center;
}
.so_body .sob_a {
  display: flex;
  flex-wrap: wrap;
  padding-top: 49px;
}
.so_body .sob_a .b_t {
  margin-bottom: 48px;
}
.so_body .sob_a figure {
  width: 16%;
  margin-left: 5%;
}
.so_body .sob_a figure:nth-of-type(1) {
  margin-left: 0%;
}
.so_body .sob_a .imgBox {
  width: 64px;
  margin: 0px auto 0px auto;
}
.so_body .sob_a .fi_a {
  font-family: Avenir-Book;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 24px;
  margin-bottom: 7px;
}
.so_body .sob_a .fi_b {
  text-align: center;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666;
}
.so_body .sob_a .fi_b a {
  color: #666;
}
.so_body .sob_a .fi_b a:hover {
  color: #bc875b;
}
.so_body .sob_b {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-top: 99px;
  padding-bottom: 104px;
}
.so_body .sob_b .imgBox img{
	width: 100%;
}

.so_body .sob_b .b_t {
  margin-top: 89px;
  margin-bottom: 23px;
}
.so_body .sob_b figure {
  width: 31.79%;
  margin-left: 2.315%;
  margin-top: 10px;
}
.so_body .sob_b figure:nth-of-type(1) {
  margin-left: 0%;
}
.so_body .sob_b .fi_a {
  font-family: AvenirLTStd-Heavy;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  margin-top: 27px;
  margin-bottom: 17px;
}
.so_body .sob_b .fi_b {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #666666;
}
.so_body .bottomBox {
  padding-top: 89px;
}
.so_body .bottomBox .b_t {
  margin-bottom: 59px;
}
.so_body .bottomBox form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.so_body .bottomBox form .l_box {
  width: 49.2%;
}
.so_body .bottomBox form .l_box p {
  margin-top: 24px;
}
.so_body .bottomBox form .l_box p:nth-of-type(1) {
  margin-top: 0px;
}
.so_body .bottomBox form .r_box {
  width: 49.2%;
}
.so_body .bottomBox form .r_box p {
  margin-top: 19px;
}
.so_body .bottomBox form .r_box p:nth-of-type(1) {
  margin-top: 0px;
}
.so_body .bottomBox form .yzm {
  position: relative;
}
.so_body .bottomBox form .yzm input {
  padding-right: 120px;
  height: 49px;
}
.so_body .bottomBox form .yzm a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 97px;
  height: 30px;
}
.so_body .bottomBox form .yzm a img {
  width: 100%;
  height: 100%;
}
.so_body .bottomBox form p {
  width: 100%;
}
.so_body .bottomBox form input,
.so_body .bottomBox form textarea {
  width: 100%;
  display: block;
  background-color: #ffffff;
  border: solid 1px #cccccc;
  outline: none;
  resize: none;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  height: 44px;
  text-indent: 14px;
}
.so_body .bottomBox form input::placeholder,
.so_body .bottomBox form input::-webkit-input-placeholder,
.so_body .bottomBox form textarea::placeholder {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #999999;
}
.so_body .bottomBox form textarea {
  /* height: 181px; */
  height: 248px;
}
.so_body .bottomBox form .submit {
  width: 100%;
  margin-top: 54px;
  margin-bottom: 113px;
}
.so_body .bottomBox form .submit input {
  width: 300px;
  height: 50px;
  border: 1px solid #222222;
  background-color: #222;
  font-family: Avenir-Book;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  transition: 0.3s;
  margin: auto;
  text-transform:uppercase;
}
.so_body .bottomBox form .submit input:hover {
  background-color: #fff;
  color: #222;
}
.PageNumber {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
  width: 100%;
}
.PageNumber a {
  width: 31px;
  line-height: 30px;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
.PageNumber a:hover {
  color: #fff;
  background-color: #000000;
}
.PageNumber .active  {
  color: #fff;
  background-color: #000000;
}
.PageNumber span {
  margin-left: 13px;
  cursor: pointer;
}
.PageNumber span:hover input {
  color: #000;
}
.PageNumber span:hover i {
  color: #000;
}
.PageNumber a.no:hover  {
  color: #666 !important;
  background-color: #fff !important;
}
.PageNumber a.no:hover  i{  color: #666 !important;}
.PageNumber input {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666;
  cursor: pointer;
  background-color: transparent;
  transition: 0.3s;
}
.PageNumber i {
  color: #666;
}
.ffohead {
  box-shadow: 0px 1px 0px 0px #e5e5e5;
}
footer {
  background-color: #eeeeee;
}
footer .content {
  padding-top: 78px;
}
footer .ft_a {
  display: flex;
  justify-content: center;
}
footer .ft_a .logoBox {
  width: 159px;
}
footer .ft_a .logoBox a {
  display: block;
}
footer .ft_a .logoBox img {
  width: 100%;
}
footer .ft_b {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  display: flex;
  justify-content: space-between;
  margin-top: 78px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 35px;
}
footer .ft_b li a {
  color: #666;
}
footer .ft_b li a:hover {
  text-decoration: underline;
}
footer .ft_b .li_f {
  font-family: Avenir-Black;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 13px;
}
footer .ft_b .li_f a {
  color: #333333;
}
footer .ft_b .li_f a:hover {
  text-decoration: underline;
}
footer .ftb_l {
  width: 68%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .ftb_l .icBox {
  width: 100%;
}
footer .ftb_r {
  width: 26.4%;
}
footer .ftb_r .span_b {
  color: #333;
  font-weight: bold;
}
footer .ftb_r li span {
  display: inline;
}
footer .icBox {
  display: flex;
  justify-content: flex-end;
  padding-right: 5%;
  margin-top: -3.3%;
}
footer .icBox a {
  width: 41px;
  height: 41px;
  text-align: center;
  margin-right: 15px;
  margin-top: 6px;
  border-radius: 20px;
  border: solid 1px #999999;
}
footer .icBox a:hover {
  background-color: #222;
  color: #fff;
}
footer .icBox a:hover i {
  color: #fff;
}
footer .icBox i {
  font-size: 20px;
  line-height: 39px;
  margin-right: 0px;
  color: #333333;
}
footer .ft_c {
  font-family: Avenir-Book;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #999999;
  padding-top: 36px;
  padding-bottom: 39px;
}
footer .ft_c a {
  color: #999999;
}
footer .ft_c a:hover {
  color: #000;
}
footer .ft_c .Keywords a,
footer .ft_c .link a,
footer .ft_c .Keywords span,
footer .ft_c .link span {
  margin-right: 15px;
}
.fenye {
  padding-bottom: 30px;
}
.fenye .link {
  display: none;
}
.bannerBox {
  position: relative;
}
.bannerBox img {
  width: 100%;
}
.bannerBox .bann_t {
  position: absolute;
  font-family: Avenir-Black;
  font-size: 74px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 80px;
  letter-spacing: -1px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-transform:uppercase;
}
.lianjie_box {
  width: 100%;
  position: relative;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  margin-top: -80px;
}
.lianjie_box .lianjie {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  line-height: 44px;
  letter-spacing: 0px;
  color: #ffffff;
  bottom: 25.1%;
  left: 50%;
  transform: translate(-50%);
  scrollbar-color: rgba(0, 0, 0, 0.1) #ffff;
}
.lianjie_box .lianjie::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0);
}
.lianjie_box .lianjie::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.lianjie_box .lianjie a {
  color: #fff;
  position: relative;
  font-weight: normal;
  margin: 0px 3.9%;
}
.lianjie_box .lianjie a::before {
  position: absolute;
  content: '';
  width: 0%;
  height: 1px;
  transition: 0.4s;
  background-color: #fff;
  left: 0;
  bottom: 0;
}
.lianjie_box .lianjie a:hover::before {
  width: 100%;
}
.lianjie_box .lianjie a:nth-of-type(1) {
  margin-left: 0%;
}
.lianjie_box .lianjie a:nth-last-of-type(1) {
  margin-right: 0%;
}
.lianjie_box .lianjie .active::before {
  width: 100%;
}
.margin_top {
  margin-top: 100px;
}
.mbx {
  font-family: Avenir-Book;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  padding-top: 27px;
}
.mbx a {
  color: #666;
  margin: 0px 3px;
}
.mbx a:hover {
  color: #333;
  font-size: 24px;
}
.mbx .active {
  color: #333;
  font-size: 24px;
}
.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: 1670px) {
  .oo_body .next,
  .oo_body .prev {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .oo_body .oob_c .prev {
    left: 10px;
  }
  .oo_body .oob_c .next {
    right: 10px;
  }
  .oto_body .next,
  .oto_body .prev {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .oto_body .prev {
    left: 10px;
  }
  .oto_body .next {
    right: 10px;
  }
  .tth_body .next_a,
  .fft_body .next_a,
  .tth_body .prev_a,
  .fft_body .prev_a {
    z-index: 10;
  }
  .tth_body .prev_a,
  .fft_body .prev_a {
    left: 10px;
  }
  .tth_body .next_a,
  .fft_body .next_a {
    right: 10px;
  }
}
@media screen and (max-width: 1550px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 45px;
    height: 45px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 19px;
  }
  .rightMenu > span:not(:nth-of-type(1)) > a i {
    font-size: 20px;
  }
  .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;
  }
}
@media screen and (max-width: 1460px) {
  .bannerBox .bann_t {
    font-size: 55px;
    line-height: 60px;
  }
  .lianjie_box .lianjie {
    font-size: 16px;
    line-height: 36px;
  }
  .lianjie_box .lianjie a {
    margin: 0px 2%;
  }
}
@media screen and (max-width: 1400px) {
  .mbx {
    padding-top: 20px;
    font-size: 16px;
  }
  .mbx:hover {
    font-size: 20px;
  }
  .mbx .active {
    font-size: 20px;
  }
  .margin_top {
    margin-top: 66px;
  }
  .lianjie_box {
    height: 60px;
    margin-top: -60px;
  }
  .lianjie_box .lianjie {
    bottom: 15%;
  }
  .fenye {
    padding-bottom: 20px;
  }
  header .content .tw_a .box{
	  min-height: 100px;
  }
  header .content .center {
    margin-left: 0%;
  }
  header .content .menuOne {
    font-size: 17px;
    line-height: 46px;
    padding: 10px 5px 10px 5px;
    margin-right: 20px;
  }
  header .content .menuOne > ul {
    max-height: calc(100vh - 66px);
  }
  header .content .menuTwo {
    line-height: 35px;
  }
  .index_body .banner .slide .dotList ul li {
    width: 90px;
    font-size: 16px;
    line-height: 35px;
  }
  .index_body .banner .slide .dotList {
    margin: 0px 5px;
  }
  .index_body .banner .slide .carousel-control i {
    font-size: 24px;
  }
  .index_body .b_t {
    font-size: 38px;
    line-height: 45px;
  }
  .index_body .ib_a {
    padding-top: 45px;
  }
  .index_body .ib_a .xiahua {
    margin: 30px auto 40px auto;
  }
  .index_body .ib_a .iba_v img {
    width: 647px;
  }
  .index_body .ib_a .iba_v figure .j_j {
    font-size: 22px;
  }
  .index_body .ib_a .iba_v figure .t_t {
    bottom: 20px;
  }
  .index_body .ib_a .iba_v figure .tb_b {
    line-height: 22px;
    margin-bottom: 5px;
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .buttBox {
    margin-bottom: 2px;
  }
  .index_body .ib_a .iba_v .zk .j_j {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  .index_body .s_f {
    font-size: 17px;
    line-height: 26px;
  }
  .index_body .buttonBox {
    width: 184px;
    height: 56px;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .index_body .ib_b {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .index_body .ib_b .xiahua {
    width: 130px;
    margin: 8% 4% 0px 2%;
  }
  .index_body .ib_b .l_box {
    width: 34%;
    padding-top: 0px;
  }
  .index_body .ib_b .s_f {
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .index_body .ib_b .bofangBox {
    width: 65px;
  }
  .index_body .ib_c {
    padding: 30px 0px;
  }
  .index_body .ib_c .content {
    flex-wrap: wrap;
  }
  .index_body .ib_c .content figure {
    width: 33.333%;
    margin-top: 10px;
  }
  .index_body .ib_c span {
    font-size: 38px;
    line-height: 45px;
  }
  .index_body .ib_d {
    padding-top: 45px;
    padding-bottom: 100px;
  }
  .index_body .ib_d .xiahua {
    margin: 30px auto 5px auto;
  }
  .index_body .ib_d .l_box {
    width: 45px;
  }
  .index_body .ib_d .r_box {
    width: calc(100% - 46px);
    padding-left: 1%;
  }
  .index_body .ib_d figure {
    width: 33%;
    margin-left: 0.5%;
    margin-top: 30px;
  }
  .index_body .ib_d .ibd_a {
    font-size: 21px;
  }
  .index_body .ib_e .b_t {
    margin-bottom: 25px;
  }
  .index_body .ib_e .r_box {
    width: 46%;
    padding-top: 0px;
  }
  .index_body .ib_e .r_box .b_t {
    font-size: 35px;
    line-height: 50px;
  }
  .index_body .ib_e .r_box .xiahua {
    margin: 10px 0px;
  }
  .index_body .ib_e .rbt_a {
    font-size: 26px;
    line-height: 36px;
  }
  .index_body .ib_e .rbt_b {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 15px;
  }
  .index_body .ib_e .buttonBox {
    margin-bottom: 40px;
  }
  .index_body .ib_f {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  .index_body .ib_f .xiahua {
    margin: 30px auto;
  }
  .index_body .ib_f .riqi {
    width: 90px;
    font-size: 21px;
    line-height: 26px;
    padding: 10px 0px;
  }
  .index_body .ib_f .ibf_a {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
	  height:60px;
  }
  .index_body .ib_f .buttBox {
    margin-top: 10px;
  }
  .index_body .ib_f .buttBox a {
    margin-left: 0px;
  }
  .index_body .ib_g {
    padding-top: 50px;
  }
  .index_body .ib_g .bofangBox {
    width: 100px;
  }
  .index_body .ib_g .b_t {
    margin-bottom: 30px;
  }
  .index_body .ib_g .xuhao {
    font-size: 30px;
    line-height: 32px;
  }
  .index_body .ib_g .rb_a {
    font-size: 26px;
    line-height: 36px;
    margin-top: 25px;
  }
  .index_body .ib_g .rb_b {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .index_body .ib_g .rb_b a,.index_body .ib_g .rb_b  {
    font-size: 17px;
    line-height: 26px;
  }
  .index_body .ib_g .rb_b strong {
    line-height: 26px;
  }
  .index_body .ib_g .ibg_bu {
    margin-top: 30px;
  }
  .index_body .bottomBox {
    padding-top: 50px;
  }
  .index_body .bottomBox .xiahua {
    margin: 30px auto;
  }
  .index_body .bottomBox form .submit {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .oo_body .prev,
  .oo_body .next {
    width: 45px;
    height: 45px;
  }
  .oo_body .prev i,
  .oo_body .next i {
    font-size: 22px;
  }
  .oo_body .b_t {
    font-size: 38px;
    line-height: 45px;
  }
  .oo_body .oob_a {
    padding-top: 25px;
  }
  .oo_body .oob_a .obba_t {
    font-size: 20px;
    line-height: 32px;
    margin-top: 25px;
  }
  .oo_body .oob_b {
    flex-wrap: wrap;
    margin-top: 35px;
  }
  .oo_body .oob_b figure {
    width: 33.333%;
    margin-top: 10px;
  }
  .oo_body .oob_b figure .s_f {
    font-size: 17px;
    line-height: 26px;
  }
  .oo_body .oob_b span {
    font-size: 38px;
    line-height: 45px;
  }
  .oo_body .buttonBox {
    width: 184px;
    height: 56px;
    letter-spacing: 1px;
    font-size: 17px;
  }
  .oo_body .oob_c {
    padding-top: 55px;
  }
  .oo_body .oob_c .bofangBox {
    width: 100px;
  }
  .oo_body .oob_c .buttonBox {
    margin: 40px auto 0px auto;
  }
  .oo_body .oob_c .fi_two {
    margin-top: 50px;
  }
  .oo_body .oob_c .lunbo_a {
    margin-top: 50px;
  }
  .oo_body .oob_c .lunbo_b {
    margin-top: 50px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 30px;
  }
  .oo_body .oob_c .xuhao {
    font-size: 30px;
    line-height: 32px;
  }
  .oo_body .oob_c .rb_a {
    font-size: 26px;
    line-height: 36px;
    margin-top: 25px;
  }
  .oo_body .oob_c .rb_b {
    margin-top: 25px;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 26px;
  }
  .oo_body .oob_c .rb_b span {
    line-height: 26px;
  }
  .oo_body .oob_d {
    padding-top: 40px;
  }
  .oo_body .oob_d figure {
    margin-top: 30px;
  }
  .oo_body .oob_d figure .ibox {
    margin: 30% 0px 0px auto;
  }
  .oo_body .oob_d figure:nth-of-type(2n) .ibox {
    margin: 0px auto 15% 0px;
  }
  .oo_body .oob_d .imgBox {
    margin-top: 40px;
  }
  .oo_body .oob_d .qiehuan {
    margin-top: 10%;
  }
  .oo_body .oob_d .ibox {
    width: 90%;
  }
  .oo_body .oob_d figure:nth-of-type(2n) {
    margin-top: 60px;
  }
  .oo_body .oob_d .rba {
    font-size: 38px;
    line-height: 50px;
  }
  .oo_body .oob_d .rbb {
    font-size: 22px;
    line-height: 32px;
    margin-top: 15px;
  }
  .oo_body .oob_e {
    padding-top: 40px;
  }
  .oo_body .oob_e .r_box {
    width: 57%;
    padding-top: 6%;
  }
  .oo_body .oob_e .lunbo_c {
    width: 57%;
  }
  .oo_body .oob_e .rb_b {
    font-size: 22px;
    line-height: 32px;
    margin-top: 30px;
  }
  .oo_body .oob_f {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .oo_body .oob_f .b_t {
    margin-bottom: 0px;
  }
  .oo_body .oob_f .s_f {
    font-size: 19px;
    line-height: 28px;
  }
  .oo_body .oob_f .l_box {
    width: 45px;
  }
  .oo_body .oob_f .r_box {
    width: calc(100% - 46px);
    padding-left: 1%;
  }
  .oo_body .oob_f figure {
    width: 33%;
    margin-left: 0.5%;
    margin-top: 30px;
  }
  .oo_body .oob_f .ibd_a {
    font-size: 21px;
  }
  .oo_body .oob_g .r_box {
    padding: 40px 0% 0px 3.5%;
  }
  .oo_body .oob_g .b_t {
    margin-bottom: 30px;
  }
  .oo_body .oob_g .sjx ul {
    padding-right: 3%;
  }
  .oo_body .oob_g li p {
    font-size: 19px;
    line-height: 28px;
  }
  .oo_body .oob_h {
    padding-top: 50px;
  }
  .oo_body .oob_h .b_t {
    margin-bottom: 30px;
  }
  .oo_body .bottomBox {
    padding-top: 50px;
  }
  .oo_body .bottomBox .b_t {
    margin-bottom: 30px;
  }
  .oo_body .bottomBox form {
    margin-bottom: 70px;
  }
  .oto_body .prev,
  .oto_body .next {
    width: 45px;
    height: 45px;
  }
  .oto_body .s_f {
    font-size: 17px;
    line-height: 26px;
  }
  .oto_body .b_t {
    font-size: 38px;
    line-height: 45px;
  }
  .oto_body .otob_a {
    padding-top: 30px;
  }
  .oto_body .otob_a .b_t {
    font-size: 36px;
  }
  .oto_body .otob_a .bofangBox {
    width: 100px;
  }
  .oto_body .otob_a .r_box {
    padding-bottom: 0%;
  }
  .oto_body .otob_a .rb_b p {
    margin-top: 20px;
  }
  .oto_body .otob_a .rb_b .st {
    font-size: 17px;
    line-height: 26px;
  }
  .oto_body .otob_a .rb_b strong {
    line-height: 26px;
  }
  .oto_body .lunbo_a .swiper-slide a {
    margin-top: 15px;
  }
  .oto_body .otob_b {
    padding-top: 45px;
  }
  .oto_body .otob_b .s_f {
    margin-top: 10px;
    line-height: 26px;
  }
  .oto_body .otob_c {
    padding-top: 30px;
  }
  .oto_body .otob_d {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .oto_body .otob_d .b_t {
    margin-bottom: 0px;
  }
  .oth_body .othb {
    padding-bottom: 60px;
  }
  .oth_body .b_t {
    font-size: 38px;
    line-height: 45px;
    margin-top: 30px;
    margin-bottom: 25px;
  }
  .oth_body .img_box figure {
    margin-top: 20px;
  }
  .oth_body .img_box figure p {
    font-size: 16px;
    padding: 8px 0px;
  }
  .to_body .bannerBox .buttonBox {
    width: 220px;
    height: 55px;
    font-size: 17px;
  }
  .to_body .tob {
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .to_body figure {
    margin-top: 20px;
  }
  .to_body .tt {
    font-size: 25px;
    line-height: 25px;
  }
  .tth_body .b_t {
    font-size: 36px;
    line-height: 45px;
  }
  .tth_body .prev_a,
  .tth_body .next_a {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
  }
  .tth_body .prev_a i,
  .tth_body .next_a i {
    font-size: 22px;
  }
  .tth_body .prev_a:hover,
  .tth_body .next_a:hover {
    border: 1px solid #333;
  }
  .tth_body .top .b_t {
    padding: 12px 0px;
  }
  .tth_body .lunbo_a {
    margin-top: 30px;
  }
  .tth_body .tthb_a .zong {
    align-items: flex-start;
  }
  .tth_body .tthb_a .buttonBox {
    width: 180px;
    margin-top: 10px;
  }
  .tth_body .tthb_a .buttonBox a {
    font-size: 16px;
    line-height: 48px;
  }
  .tth_body .tthb_a .b_t {
    font-size: 38px;
    line-height: 45px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .tth_body .tthb_a .r_box {
    width: 43%;
  }
  .tth_body .tthb_a .r_box .rb_a {
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_b {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .tth_body .tthb_a .r_box .rb_b p {
    margin-top: 10px;
  }
  .tth_body .tthb_a .r_box .rb_b span,.tth_body .tthb_a .r_box .rb_b p strong {
    font-size: 18px;
    line-height: 26px;
  }
  .tth_body .tthb_a .r_box .rb_t {
    font-size: 21px;
    line-height: 26px;
  }
  .tth_body .tthb_a .r_box .rb_c {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .tth_body .tthb_a .r_box .rb_c a {
    font-size: 15px;
    margin-top: 10px;
  }
  .tth_body .swiper-slide .f_a {
    font-size: 17px;
    line-height: 30px;
  }
  .tth_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .tth_body .tthb_b {
    padding: 0px 0px 30px 0px;
  }
  .tth_body .tthb_b .f_a {
    margin-top: 10px;
  }
  .tth_body .s_f {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .tth_body .tthb_c .textBox {
    margin-top: 30px;
  }
  .tth_body .tthb_c figure {
    width: 30%;
    margin-left: 5%;
  }
  .tth_body .tthb_c .huanye {
    margin-top: 30px;
    padding: 12px 0px;
  }
  .tth_body .tthb_c .huanye div {
    padding: 0px 25px;
  }
  .tth_body table {
    font-size: 14px;
    line-height: 25px;
  }
  .tth_body table tr:nth-of-type(1) {
    font-size: 18px;
    line-height: 28px;
  }
  .tth_body table tr:nth-of-type(1) td {
    padding: 6px 0px;
  }
  .tth_body table td {
    padding: 6px 0px;
  }
  .tth_body .tthb_d {
    padding-top: 40px;
  }
  .tth_body .tthb_d .b_t {
    font-size: 38px;
    line-height: 45px;
  }
  .tth_body .tthb_e {
    padding-top: 30px;
  }
  .tth_body .tthb_e .b_t {
    font-size: 38px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .tth_body .tthb_e form .submit {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .tt_body .ttb {
    padding-top: 25px;
  }
  .tt_body .l_box {
    width: 20%;
  }
  .tt_body .l_box .menuOne {
    font-size: 24px;
    line-height: 35px;
  }
  .tt_body .l_box .menuOne i {
    top: 14px;
    font-size: 14px;
  }
  .tt_body .l_box .menuOne .one {
    margin-bottom: 10px;
  }
  .tt_body .l_box .menuTwo {
    font-size: 16px;
    line-height: 30px;
  }
  .tt_body .l_box .menuTwo .twoI {
    padding: 12px 20px 12px 0px;
  }
  .tt_body .l_box .menuThree {
    font-size: 15px;
    padding: 10px 0px;
  }
  .tt_body .l_box .menuThree li {
    margin-top: 0px;
  }
  .tt_body .r_box .fi_box .js {
    line-height: 30px;
  }
  .tt_body .r_box .f_a {
    font-size: 17px;
    line-height: 30px;
    margin-top: 4px;
  }
  .tt_body .r_box figure {
    margin-bottom: 35px;
  }
  .tt_body .r_box .PageNumber {
    margin-top: 5px;
    margin-bottom: 60px;
  }
  .too_body .box {
    padding-top: 10px;
  }
  .too_body .tb_a {
    font-size: 22px;
    line-height: 30px;
  }
  .too_body .xiahua {
    margin: 10px 0px;
  }
  .too_body .textBox {
    padding-top: 15px;
  }
  .too_body .tb_c,
  .too_body .tb_d {
    line-height: 25px;
  }
  .too_body .PageNumber {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .tot_body .b_t {
    font-size: 38px;
    line-height: 45px;
  }
  .tot_body .totb_a {
    padding-top: 10px;
  }
  .tot_body .totb_a .s_f {
    font-size: 22px;
    margin-top: 5px;
  }
  .tot_body .totb_a .tota_a,
  .tot_body .totb_a .small {
    font-size: 16px;
    line-height: 28px;
    padding-top: 8px;
  }
  .tot_body .totb_a span {
    margin-right: 50px;
  }
  .tot_body .textBox {
    padding-top: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .tot_body .textBox em {
    font-size: 22px;
    line-height: 25px;
  }
  .tot_body .tota_b {
    padding-top: 30px;
  }
  .tot_body .tota_b .box {
    padding-top: 10px;
    justify-content: flex-start;
  }
  .tot_body .tota_b .box img {
    max-width: 32%;
  }
  .tot_body .tota_b .box figure {
    width: 33% !important;
    margin-left: 0.5%;
    margin-top: 10px;
  }
  .tot_body .tota_b .box figure > div {
    min-height: 70px;
  }
  .tot_body .tota_b .box figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .tot_body .tota_b .box .fi_a {
    font-size: 22px;
    line-height: 24px;
  }
  .tot_body .tota_b .box .fi_b {
    font-size: 16px;
    margin-top: 10px;
  }
  .tot_body .huanye {
    margin-top: 30px;
    padding: 12px 0px;
    margin-bottom: 30px;
  }
  .tot_body .huanye div {
    padding: 0px 25px;
  }
  .tot_body .tota_c .b_t {
    margin-bottom: 30px;
  }
  .tot_body .tota_c form .submit {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  .fo_body .b_t {
    font-size: 38px;
    line-height: 45px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .fo_body .fi_A {
    font-size: 21px;
    line-height: 25px;
  }
  .fo_body .fi_B {
    font-size: 17px;
    line-height: 25px;
    padding: 0px 2.1% 20px 2.1%;
  }
  .fo_body .fi_B p {
    padding-top: 10px;
  }
  .fo_body figure {
    margin-top: 15px;
  }
  .fo_body .PageNumber {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .ft_body .box {
    padding-top: 20px;
  }
  .ft_body .b_t {
    font-size: 17px;
    line-height: 30px;
    margin-top: 12px;
  }
  .ft_body .PageNumber {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .fth_body .box {
    padding-top: 10px;
  }
  .fth_body .bofangBox {
    width: 40px;
  }
  .fth_body figure {
    margin-bottom: 10px;
  }
  .fth_body figure p {
    font-size: 17px;
    margin-top: 5px;
  }
  .fth_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ffo_body .mbx {
    padding-top: 15px;
  }
  .ffo_body .box {
    padding-top: 15px;
  }
  .ffo_body .s_f {
    font-size: 17px;
    line-height: 26px;
  }
  .ffo_body .riqi {
    position: relative;
    width: 100%;
    font-size: 21px;
    line-height: 26px;
    padding: 10px 0px;
  }
  .ffo_body .ibf_a {
    font-size: 22px;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 5px;
	height:60px;
  }
  .ffo_body .buttBox {
    margin-top: 10px;
  }
  .ffo_body .buttBox a {
    margin-left: 0px;
  }
  .ffo_body .PageNumber {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .fft_body .mbx {
    padding-top: 15px;
  }
  .fft_body .box {
    padding-top: 15px;
  }
  .fft_body .b_t {
    font-size: 38px;
    line-height: 45px;
  }
  .fft_body .share {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .fft_body .textBox {
    line-height: 27px;
  }
  .fft_body .juzhong {
    margin-top: 30px;
  }
  .fft_body .lunbo_a {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .fft_body .prev_a,
  .fft_body .next_a {
    width: 45px;
    height: 45px;
    border: 1px solid #ccc;
  }
  .fft_body .prev_a i,
  .fft_body .next_a i {
    font-size: 22px;
  }
  .fft_body .prev_a:hover,
  .fft_body .next_a:hover {
    border: 1px solid #333;
  }
  .fft_body .swiper-slide .f_a {
    font-size: 17px;
    line-height: 30px;
  }
  .fft_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .fft_body .huanye {
    margin-top: 30px;
    padding: 12px 0px;
  }
  .fft_body .huanye div {
    padding: 0px 25px;
  }
  .so_body .b_t {
    font-size: 36px;
    line-height: 45px;
  }
  .so_body .sob_a {
    padding-top: 5px;
  }
  .so_body .sob_a .b_t {
    margin-bottom: 25px;
  }
  .so_body .sob_a .imgBox {
    width: 54px;
  }
  .so_body .sob_a .fi_a {
    font-size: 21px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .so_body .sob_a .fi_b {
    font-size: 16px;
    line-height: 26px;
  }
  .so_body .sob_a figure {
    width: 19.2%;
    margin-left: 1%;
  }
  .so_body .sob_b {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .so_body .sob_b .b_t {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .so_body .sob_b .fi_a {
    font-size: 21px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .so_body .bottomBox {
    padding-top: 50px;
  }
  .so_body .bottomBox .b_t {
    margin-bottom: 40px;
  }
  .so_body .bottomBox form .submit {
    margin-top: 40px;
    margin-bottom: 70px;
  }
  footer .content {
    padding-top: 40px;
  }
  footer .ft_b {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
  }
  footer .ft_b .li_f {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
  }
  footer .ftb_l {
    width: 63%;
    justify-content: flex-start;
  }
  footer .ftb_l ul {
    margin-right: 12%;
    margin-top: 10px;
  }
  footer .ftb_r {
    width: 32%;
  }
  footer .icBox {
    margin-top: 0px;
  }
  footer .icBox a {
    width: 36px;
    height: 36px;
    margin-right: 10px;
  }
  footer .icBox a i {
    font-size: 18px;
    line-height: 34px;
  }
  footer .ft_c {
    padding-top: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .rightMenu > a,
  .rightMenu > span {
    width: 40px;
    height: 40px;
  }
  .rightMenu > a i,
  .rightMenu > span i {
    font-size: 19px;
  }
  .rightMenu > span:not(:nth-of-type(1)) > a i {
    font-size: 20px;
  }
  .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;
  }
}
@media screen and (max-width: 992px) {
  .bannerBox .bann_t {
    font-size: 40px;
    line-height: 50px;
  }
  .lianjie_box {
    height: 40px;
    margin-top: -40px;
  }
  .lianjie_box .lianjie {
    font-size: 14px;
    line-height: 28px;
  }
  .lianjie_box .lianjie a {
    margin: 0px 1.5%;
  }
  .mbx {
    padding-top: 10px;
    font-size: 14px;
  }
  .mbx:hover {
    font-size: 18px;
  }
  .mbx .active {
    font-size: 18px;
  }
  .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: 20px;
  }
  .rightMenu > span:not(:nth-of-type(1)) > a {
    width: 20px;
    height: 20px;
  }
  .rightMenu > span:not(:nth-of-type(1)) > a i {
    font-size: 16px;
  }
  .rightMenu > span:nth-of-type(1) {
    position: relative;
  }
  .rightMenu > span:nth-of-type(1) > img {
    bottom: 100%;
    transform: translate(-50%);
    left: 50%;
  }
  .rightMenu > span:nth-of-type(1):active > img {
    display: block;
  }
  .fenye {
    padding-bottom: 10px;
  }
  .margin_top {
    margin-top: 47px;
  }
  header .content {
    padding: 10px 0px;
  }
  header .content .logoBox a {
    width: 120px;
  }
  header .content .menuOne {
    display: none;
  }
  header .content > .center .sousuo {
    display: none;
  }
  header .content > .center .zhedie {
    display: block;
  }
  header .content > .rightBox {
    align-items: center;
  }
  header .content > .rightBox .sousuo {
    display: none;
  }
  header .content > .rightBox .zhedie {
    display: block;
  }
  .index_body .banner .slide .dotList ul li {
    width: 70px;
    font-size: 16px;
    line-height: 35px;
  }
  .index_body .banner .slide .dotList {
    margin: 0px 5px;
  }
  .index_body .banner .slide .carousel-control {
    display: none;
  }
  .index_body .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .index_body .buttBox {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .index_body .ib_a {
    padding-top: 35px;
  }
  .index_body .ib_a .xiahua {
    margin: 15px auto 20px auto;
  }
  .index_body .ib_a .iba_v {
    flex-wrap: wrap;
  }
  .index_body .ib_a .iba_v .zk {
    width: 49%;
  }
  .index_body .ib_a .iba_v .zk .j_j {
    font-size: 23px;
  }
  .index_body .ib_a .iba_v figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }
  .index_body .ib_a .iba_v figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .index_body .ib_a .iba_v img {
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .j_j {
    font-size: 23px;
  }
  .index_body .ib_a .iba_v figure .t_b {
    display: block;
  }
  .index_body .ib_a .iba_v figure .t_t {
    bottom: 5px;
  }
  .index_body .ib_a .iba_v figure .tb_b {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 2px;
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .buttBox {
    margin-bottom: 0px;
  }
  .index_body .s_f {
    font-size: 16px;
    line-height: 24px;
  }
  .index_body .buttonBox {
    width: 172px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .index_body .ib_b {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .index_body .ib_b .xiahua {
    display: none;
  }
  .index_body .ib_b .l_box {
    width: 34%;
    padding-top: 0px;
  }
  .index_body .ib_b .s_f {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .index_body .ib_b .bofangBox {
    width: 55px;
  }
  .index_body .ib_c {
    padding: 20px 0px;
  }
  .index_body .ib_c .content {
    flex-wrap: wrap;
  }
  .index_body .ib_c .content figure {
    width: 33.333%;
    margin-top: 10px;
  }
  .index_body .ib_c span {
    font-size: 30px;
    line-height: 40px;
  }
  .index_body .ib_d {
    padding-top: 35px;
    padding-bottom: 70px;
  }
  .index_body .ib_d .xiahua {
    margin: 15px auto 5px auto;
  }
  .index_body .ib_d .l_box {
    width: 45px;
  }
  .index_body .ib_d .r_box {
    width: calc(100% - 46px);
    padding-left: 3%;
  }
  .index_body .ib_d figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
  }
  .index_body .ib_d figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .index_body .ib_d figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index_body .ib_d .ibd_a {
    font-size: 21px;
  }
  .index_body .ib_e .b_t {
    margin-bottom: 15px;
  }
  .index_body .ib_e .r_box {
    width: 46%;
    padding-top: 0px;
  }
  .index_body .ib_e .r_box .b_t {
    font-size: 28px;
    line-height: 38px;
    letter-spacing: 0px;
  }
  .index_body .ib_e .r_box .xiahua {
    margin: 6px 0px;
  }
  .index_body .ib_e .rbt_a {
    font-size: 22px;
    line-height: 36px;
  }
  .index_body .ib_e .rbt_b {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .index_body .ib_e .buttonBox {
    margin-bottom: 20px;
  }
  .index_body .ib_f {
    padding-top: 40px;
    padding-bottom: 60px;
  }
  .index_body .ib_f .xiahua {
    margin: 20px auto;
  }
  .index_body .ib_f .riqi {
    width: 80px;
    font-size: 18px;
    line-height: 26px;
    padding: 6px 0px;
  }
  .index_body .ib_f .ibf_a {
    font-size: 19px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .index_body .ib_f .buttBox {
    margin-top: 5px;
  }
  .index_body .ib_f .buttBox a {
    margin-left: 0px;
  }
  .index_body .ib_g {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index_body .ib_g .bofangBox {
    width: 90px;
  }
  .index_body .ib_g .r_box {
    width: 34%;
  }
  .index_body .ib_g figure:nth-of-type(2n) {
    margin-top: 30px;
  }
  .index_body .ib_g .b_t {
    margin-bottom: 15px;
  }
  .index_body .ib_g .xuhao {
    font-size: 24px;
    line-height: 30px;
  }
  .index_body .ib_g .rb_a {
    font-size: 22px;
    line-height: 32px;
    margin-top: 5px;
  }
  .index_body .ib_g .rb_b {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .index_body .ib_g .rb_b a,.index_body .ib_g .rb_b  {
    font-size: 16px;
    line-height: 24px;
  }
  .index_body .ib_g .rb_b strong {
    font-size: 17px;
    line-height: 24px;
  }
  .index_body .ib_g .ibg_bu {
    margin-top: 20px;
  }
  .index_body .bottomBox {
    padding-top: 40px;
  }
  .index_body .bottomBox .xiahua {
    margin: 20px auto;
  }
  .index_body .bottomBox form .submit {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .oo_body .prev,
  .oo_body .next {
    width: 40px;
    height: 40px;
  }
  .oo_body .prev i,
  .oo_body .next i {
    font-size: 22px;
  }
  .oo_body .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .oo_body .oob_a {
    padding-top: 0px;
  }
  .oo_body .oob_a .obba_t {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
  }
  .oo_body .oob_b {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .oo_body .oob_b figure {
    width: 33.333%;
    margin-top: 10px;
  }
  .oo_body .oob_b figure .s_f {
    font-size: 16px;
    line-height: 24px;
  }
  .oo_body .oob_b span {
    font-size: 30px;
    line-height: 40px;
  }
  .oo_body .buttonBox {
    width: 172px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .oo_body .oob_c {
    padding-top: 40px;
  }
  .oo_body .oob_c .bofangBox {
    width: 100px;
  }
  .oo_body .oob_c .buttonBox {
    margin: 30px auto 0px auto;
  }
  .oo_body .oob_c .fi_two {
    margin-top: 30px;
  }
  .oo_body .oob_c .lunbo_a {
    margin-top: 30px;
  }
  .oo_body .oob_c .lunbo_b {
    margin-top: 30px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 30px;
  }
  .oo_body .oob_c .bofangBox {
    width: 90px;
  }
  .oo_body .oob_c .r_box {
    width: 34%;
  }
  .oo_body .oob_c figure:nth-of-type(2n) {
    margin-top: 30px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 15px;
  }
  .oo_body .oob_c .xuhao {
    font-size: 24px;
    line-height: 30px;
  }
  .oo_body .oob_c .rb_a {
    font-size: 22px;
    line-height: 32px;
    margin-top: 5px;
  }
  .oo_body .oob_c .rb_b {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .oo_body .oob_c .rb_b span {
    font-size: 17px;
    line-height: 24px;
  }
  .oo_body .oob_d {
    padding-top: 30px;
  }
  .oo_body .oob_d .r_box {
    width: 45%;
  }
  .oo_body .oob_d .qiehuan {
    margin-top: 6%;
  }
  .oo_body .oob_d .next,
  .oo_body .oob_d .prev {
    width: 35px;
    height: 35px;
  }
  .oo_body .oob_d figure {
    margin-top: 15px;
  }
  .oo_body .oob_d figure .ibox {
    margin: 18% 0px 0px auto;
  }
  .oo_body .oob_d figure:nth-of-type(2n) .ibox {
    margin: 0px auto 10% 0px;
  }
  .oo_body .oob_d .imgBox {
    margin-top: 30px;
  }
  .oo_body .oob_d .qiehuan {
    margin-top: 10%;
  }
  .oo_body .oob_d .ibox {
    width: 90%;
  }
  .oo_body .oob_d figure:nth-of-type(2n) {
    margin-top: 40px;
  }
  .oo_body .oob_d .rba {
    font-size: 30px;
    line-height: 40px;
  }
  .oo_body .oob_d .rbb {
    font-size: 20px;
    line-height: 30px;
    margin-top: 3px;
  }
  .oo_body .oob_e {
    padding-top: 30px;
  }
  .oo_body .oob_e .r_box {
    width: 60%;
    padding-top: 6%;
  }
  .oo_body .oob_e .lunbo_c {
    width: 60%;
  }
  .oo_body .oob_e .rb_b {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
  }
  .oo_body .oob_f {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .oo_body .oob_f .b_t {
    margin-bottom: 0px;
  }
  .oo_body .oob_f .s_f {
    font-size: 16px;
    line-height: 24px;
  }
  .oo_body .oob_f .l_box {
    width: 45px;
  }
  .oo_body .oob_f .r_box {
    width: calc(100% - 46px);
    padding-left: 3%;
  }
  .oo_body .oob_f figure {
    width: 48%;
    margin-left: 4%;
    margin-top: 25px;
  }
  .oo_body .oob_f figure:nth-of-type(3n+1) {
    margin-left: 4%;
  }
  .oo_body .oob_f figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_f .ibd_a {
    font-size: 21px;
  }
  .oo_body .oob_g .r_box {
    padding: 20px 0% 0px 3.5%;
  }
  .oo_body .oob_g .b_t {
    margin-bottom: 20px;
  }
  .oo_body .oob_g .sjx ul {
    padding-right: 3%;
  }
  .oo_body .oob_g li p {
    font-size: 17px;
    line-height: 26px;
  }
  .oo_body .oob_h {
    padding-top: 35px;
  }
  .oo_body .oob_h .b_t {
    margin-bottom: 20px;
  }
  .oo_body .bottomBox {
    padding-top: 35px;
  }
  .oo_body .bottomBox .b_t {
    margin-bottom: 20px;
  }
  .oo_body .bottomBox form {
    margin-bottom: 50px;
  }
  .oto_body .prev,
  .oto_body .next {
    width: 40px;
    height: 40px;
  }
  .oto_body .s_f {
    font-size: 16px;
    line-height: 24px;
  }
  .oto_body .lunbo_a{
	  padding-bottom: 45px;
  }
  .oto_body .b_t {
    font-size: 28px;
    line-height: 40px;
  }
  .oto_body .otob_a {
    padding-top: 10px;
  }
  .oto_body .otob_a .b_t {
    font-size: 26px;
  }
  .oto_body .otob_a .bofangBox {
    width: 90px;
  }
  .oto_body .otob_a .r_box {
    width: 34%;
  }
  .oto_body .otob_a .xiahua {
    margin-top: 5px;
  }
  .oto_body .otob_a .rb_b {
    padding-top: 5px;
  }
  .oto_body .otob_a .rb_b p {
    margin-top: 10px;
  }
  .oto_body .otob_a .rb_b .st {
    font-size: 14px;
    line-height: 24px;
  }
  .oto_body .otob_a .rb_b strong {
    line-height: 24px;
    font-size: 17px;
  }
  .oto_body .lunbo_a .swiper-slide a {
    margin-top: 10px;
  }
  .oto_body .otob_b {
    padding-top: 25px;
  }
  .oto_body .otob_b .s_f {
    margin-top: 5px;
    line-height: 24px;
  }
  .oto_body .otob_c {
    padding-top: 25px;
  }
  .oto_body .otob_d {
    padding-top: 25px;
    padding-bottom: 40px;
  }
  .oth_body .othb {
    padding-bottom: 40px;
  }
  .oth_body .b_t {
    font-size: 30px;
    line-height: 40px;
    margin-top: 8px;
    margin-bottom: 15px;
  }
  .oth_body .logo_box {
    flex-wrap: wrap;
  }
  .oth_body .logo_box div {
    width: 50%;
  }
  .oth_body .img_box figure {
    margin-top: 10px;
  }
  .oth_body .img_box figure p {
    font-size: 16px;
    padding: 5px 0px;
  }
  .to_body .bannerBox .buttonBox {
    width: 210px;
    height: 50px;
    font-size: 16px;
  }
  .to_body .tob {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .to_body figure {
    margin-top: 15px;
  }
  .to_body .tt {
    font-size: 20px;
    line-height: 25px;
  }
  .tt_body .ttb {
    padding-top: 10px;
  }
  .tt_body .l_box {
    width: 100%;
  }
  .tt_body .l_box .menuOne {
    font-size: 22px;
    line-height: 30px;
  }
  .tt_body .l_box .menuOne .firstjian {
    display: block;
  }
  .tt_body .l_box .menuOne i {
    top: 10px;
    font-size: 14px;
  }
  .tt_body .l_box .menuOne .one {
    margin-bottom: 8px;
  }
  .tt_body .l_box .menuTwo {
    font-size: 16px;
    line-height: 30px;
    display: none;
  }
  .tt_body .l_box .menuTwo .twoI {
    padding: 8px 20px 8px 0px;
  }
  .tt_body .l_box .menuThree {
    font-size: 15px;
    padding: 10px 0px;
  }
  .tt_body .l_box .menuThree li {
    margin-top: 0px;
  }
  .tt_body .r_box {
    width: 100%;
  }
  .tt_body .r_box .fi_box .js {
    line-height: 30px;
  }
  .tt_body .r_box .f_a {
    font-size: 17px;
    line-height: 30px;
    margin-top: 4px;
  }
  .tt_body .r_box figure {
    margin-bottom: 35px;
  }
  .tt_body .r_box .PageNumber {
    margin-top: 5px;
    margin-bottom: 60px;
  }
  .tth_body .b_t {
    font-size: 28px;
    line-height: 36px;
  }
  .tth_body .prev_a,
  .tth_body .next_a {
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
  }
  .tth_body .prev_a i,
  .tth_body .next_a i {
    font-size: 20px;
  }
  .tth_body .prev_a:hover,
  .tth_body .next_a:hover {
    border: 1px solid #333;
  }
  .tth_body .top .b_t {
    padding: 8px 0px;
  }
  .tth_body .lunbo_a {
    margin-top: 20px;
  }
  .tth_body .tthb_a .zong {
    align-items: flex-start;
  }
  .tth_body .tthb_a .zoomPad {
    cursor: default !important;
  }
  .tth_body .tthb_a .zoomPup {
    display: none !important;
  }
  .tth_body .tthb_a .zoomWindow {
    display: none !important;
  }
  .tth_body .tthb_a .zoomPreload {
    display: none !important;
  }
  .tth_body .tthb_a .buttonBox {
    width: 170px;
    margin-top: 10px;
  }
  .tth_body .tthb_a .buttonBox a {
    font-size: 15px;
    line-height: 42px;
  }
  .tth_body .tthb_a .b_t {
    font-size: 30px;
    line-height: 40px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .tth_body .tthb_a .prob-pic {
    width: 100%;
    margin-top: 10px;
  }
  .tth_body .tthb_a .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .tth_body .tthb_a .r_box .rb_a {
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_b {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_b p {
    margin-top: 8px;
  }
  .tth_body .tthb_a .r_box .rb_b span,.tth_body .tthb_a .r_box .rb_b p strong {
    font-size: 16px;
    line-height: 26px;
  }
  .tth_body .tthb_a .r_box .rb_t {
    font-size: 18px;
    line-height: 25px;
  }
  .tth_body .tthb_a .r_box .rb_c {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_c a {
    font-size: 14px;
    margin-top: 8px;
  }
  .tth_body .swiper-slide .f_a {
    font-size: 17px;
    line-height: 30px;
  }
  .tth_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .tth_body .tthb_b {
    padding: 10px 0px 20px 0px;
  }
  .tth_body .tthb_b .f_a {
    margin-top: 10px;
  }
  .tth_body .s_f {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .tth_body .tthb_c .textBox {
    margin-top: 20px;
  }
  .tth_body .tthb_c figure {
    width: 32%;
    margin-left: 2%;
  }
  .tth_body .tthb_c .huanye {
    margin-top: 30px;
    padding: 8px 0px;
  }
  .tth_body .tthb_c .huanye div {
    font-size: 15px;
    padding: 0px 20px;
  }
  .tth_body table {
    font-size: 13px;
    line-height: 20px;
  }
  .tth_body table tr:nth-of-type(1) {
    font-size: 16px;
    line-height: 25px;
  }
  .tth_body table tr:nth-of-type(1) td {
    padding: 4px 0px;
  }
  .tth_body table td {
    padding: 4px 0px;
  }
  .tth_body .tthb_d {
    padding-top: 30px;
  }
  .tth_body .tthb_d .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .tth_body .tthb_e {
    padding-top: 30px;
  }
  .tth_body .tthb_e .b_t {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .tth_body .tthb_e form .submit {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .too_body .tb_a {
    font-size: 19px;
    line-height: 30px;
  }
  .too_body .tb_b {
    font-size: 16px;
  }
  .too_body .xiahua {
    margin: 8px 0px;
  }
  .too_body .textBox {
    padding-top: 10px;
  }
  .too_body .tb_c,
  .too_body .tb_d {
    line-height: 18px;
    font-size: 15px;
  }
  .too_body .tb_d {
    margin-top: 8px;
  }
  .too_body .PageNumber {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .tot_body .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .tot_body .totb_a {
    padding-top: 10px;
  }
  .tot_body .totb_a .s_f {
    font-size: 20px;
    margin-top: 8px;
  }
  .tot_body .totb_a .tota_a,
  .tot_body .totb_a .small {
    font-size: 16px;
    line-height: 25px;
    padding-top: 8px;
  }
  .tot_body .totb_a span {
    margin-right: 30px;
  }
  .tot_body .textBox {
    padding-top: 0px;
    font-size: 16px;
    line-height: 28px;
  }
  .tot_body .textBox em {
    font-size: 20px;
    line-height: 24px;
  }
  .tot_body .tota_b {
    padding-top: 30px;
  }
  .tot_body .tota_b .box {
    padding-top: 10px;
    justify-content: flex-start;
  }
  .tot_body .tota_b .box img {
    max-width: 25%;
  }
  .tot_body .tota_b .box figure {
    width: 33% !important;
    margin-left: 0.5%;
    margin-top: 10px;
  }
  .tot_body .tota_b .box figure > div {
    min-height: 70px;
  }
  .tot_body .tota_b .box figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .tot_body .tota_b .box .fi_a {
    font-size: 20px;
    line-height: 24px;
  }
  .tot_body .tota_b .box .fi_b {
    font-size: 16px;
    margin-top: 10px;
  }
  .tot_body .huanye {
    margin-top: 30px;
    padding: 8px 0px;
    margin-bottom: 30px;
  }
  .tot_body .huanye div {
    font-size: 15px;
    padding: 0px 20px;
  }
  .tot_body .tota_c .b_t {
    margin-bottom: 20px;
  }
  .tot_body .tota_c form .submit {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .fo_body .jia {
    top: 20px;
  }
  .fo_body .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .fo_body .fi_A {
    padding: 18px 2.1% 0px 2.1%;
    font-size: 18px;
    line-height: 24px;
  }
  .fo_body .fi_A div {
    padding-bottom: 10px;
  }
  .fo_body .fi_B {
    font-size: 16px;
    line-height: 24px;
    padding: 0px 2.1% 20px 2.1%;
  }
  .fo_body .fi_B p {
    padding-top: 10px;
  }
  .fo_body figure {
    margin-top: 15px;
  }
  .fo_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ft_body .box {
    padding-top: 5px;
  }
  .ft_body .b_t {
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
  }
  .ft_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .fth_body .box {
    padding-top: 5px;
  }
  .fth_body .bofangBox {
    width: 36px;
  }
  .fth_body figure {
    margin-bottom: 5px;
  }
  .fth_body figure p {
    font-size: 16px;
    margin-top: 0px;
  }
  .fth_body .PageNumber {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .ffo_body .mbx {
    padding-top: 15px;
  }
  .ffo_body .box {
    padding-top: 15px;
  }
  .ffo_body .s_f {
    font-size: 16px;
    line-height: 22px;
  }
  .ffo_body .riqi {
    font-size: 18px;
    line-height: 26px;
    padding: 6px 0px;
  }
  .ffo_body .ibf_a {
    font-size: 19px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .ffo_body .buttBox {
    margin-top: 5px;
  }
  .ffo_body .buttBox a {
    margin-left: 0px;
  }
  .ffo_body .buttBox {
    font-size: 16px;
    letter-spacing: 1px;
  }
  .ffo_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .fft_body .b_t {
    font-size: 30px;
    line-height: 40px;
  }
  .fft_body .box {
    padding-top: 15px;
    display: flex;
    flex-direction: column;
  }
  .fft_body .prev_a,
  .fft_body .next_a {
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
	top: auto;
	bottom: 0;
  }
  .fft_body .prev_a{
	  left: 50%;
	  transform: translateX(-115%);
  }
  .fft_body .next_a{
  	  right: 50%;
  	  transform: translateX(115%);
  }
  .fft_body .prev_a i,
  .fft_body .next_a i {
    font-size: 20px;
  }
  .fft_body .prev_a:hover,
  .fft_body .next_a:hover {
    border: 1px solid #333;
  }
  .fft_body .swiper-slide .f_a {
    font-size: 17px;
    line-height: 30px;
  }
  .fft_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .fft_body .huanye {
    margin-top: 30px;
    padding: 8px 0px;
  }
  .fft_body .huanye div {
    font-size: 15px;
    padding: 0px 20px;
  }
  .fft_body .lunbo_a {
    margin-top: 15px;
    margin-bottom: 30px;
	padding-bottom: 50px;
  }
  .so_body .b_t {
    font-size: 26px;
    line-height: 36px;
  }
  .so_body .sob_a {
    padding-top: 5px;
  }
  .so_body .sob_a .b_t {
    margin-bottom: 15px;
  }
  .so_body .sob_a .imgBox {
    width: 46px;
  }
  .so_body .sob_a .fi_a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .so_body .sob_a .fi_b {
    font-size: 16px;
    line-height: 26px;
  }
  .so_body .sob_a figure {
    width: 24%;
    margin-left: 1.3%;
    margin-top: 10px;
  }
  .so_body .sob_a figure:nth-of-type(4n+1) {
    margin-left: 0%;
  }
  .so_body .sob_b {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .so_body .sob_b .b_t {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .so_body .sob_b .fi_a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .so_body .bottomBox {
    padding-top: 30px;
  }
  .so_body .bottomBox .b_t {
    margin-bottom: 15px;
  }
  .so_body .bottomBox form .submit {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  footer .content {
    padding-top: 30px;
  }
  footer .ft_a .logoBox {
    width: 150px;
  }
  footer .ft_b {
    margin-top: 15px;
    font-size: 15px;
    line-height: 26px;
    flex-direction: column-reverse;
    flex-wrap: wrap;
    padding-bottom: 20px;
  }
  footer .ft_b .li_f {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0px;
    width: 100%;
  }
  footer .ftb_l {
    width: 100%;
  }
  footer .ftb_l ul {
    display: none;
  }
  footer .ftb_r {
    width: 100%;
  }
  footer .ftb_r ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .ftb_r li {
    min-width: 50%;
  }
  footer .icBox {
    margin-top: 0px;
    padding-right: 0%;
    justify-content: center;
  }
  footer .icBox a {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
  footer .icBox a i {
    font-size: 18px;
    line-height: 32px;
  }
  footer .ft_c {
    padding-top: 15px;
    font-size: 15px;
    padding-bottom: 40px;
    line-height: 25px;
  }
}
@media screen and (max-width: 768px) {
  .rightMenu > span:nth-of-type(1) > img {
    display: none;
    position: absolute;
    bottom: 100%;
    transform: translate(0);
    left: 0;
  }
  html body .content {
    width: calc(100% - 40px);
  }
  header {
    border-bottom: 1px solid #ccc;
  }
  header .content .logoBox a {
    width: 110px;
  }
  header .content > .center .zhedie i {
    font-size: 22px;
    line-height: 30px;
  }
  .fenye {
    padding-bottom: 0px;
  }
  .bannerBox {
    display: none;
  }
  .lianjie_box {
    background-color: transparent;
    position: relative;
    height: auto;
    margin-top: 2px;
  }
  .lianjie_box .lianjie {
    position: relative;
    color: #333;
    left: 0%;
    overflow: auto;
    transform: none;
    flex-wrap: nowrap;
    margin: auto;
    justify-content: flex-start;
    padding: 10px 10px;
    bottom: 0%;
  }
  .lianjie_box .lianjie a {
    flex-shrink: 0;
    color: #333;
  }
  .lianjie_box .lianjie a::before {
    display: none;
  }
  .lianjie_box .lianjie a:hover {
    color: #bc875b;
  }
  .lianjie_box .lianjie .active {
    color: #bc875b;
  }
  .mbx {
    display: none;
  }
  .index_body .banner .slide .dotList ul li {
    width: 60px;
    font-size: 15px;
    line-height: 30px;
  }
  .index_body .banner .slide .dotList {
    margin: 0px 5px;
  }
  .index_body .banner .slide .carousel-control {
    display: none;
  }
  .index_body .banner .slide .pg {
    bottom: 0px;
  }
  .index_body .b_t {
    font-size: 24px;
    line-height: 30px;
  }
  .index_body .ib_g .ibg_bu{
	  text-align: center;
  }
  .index_body .buttBox {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .index_body .ib_a {
    padding-top: 20px;
  }
  .index_body .ib_a .xiahua {
    margin: 10px auto 15px auto;
  }
  .index_body .ib_a .iba_v {
    flex-wrap: wrap;
  }
  .index_body .ib_a .iba_v .zk {
    width: 49%;
  }
  .index_body .ib_a .iba_v .zk .j_j {
    font-size: 20px;
    margin-bottom: 0px;
  }
  .index_body .ib_a .iba_v figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }
  .index_body .ib_a .iba_v figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .index_body .ib_a .iba_v img {
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .j_j {
    font-size: 20px;
    margin-bottom: 0px;
    margin-top: 5px;
  }
  .index_body .ib_a .iba_v figure .j_j a {
    color: #333;
  }
  .index_body .ib_a .iba_v figure .t_b {
    display: block;
  }
  .index_body .ib_a .iba_v figure .t_t {
    bottom: 0px;
    position: relative;
    padding: 0px 0px;
  }
  .index_body .ib_a .iba_v figure .tb_b {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 2px;
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .tb_b a {
    color: #666;
  }
  .index_body .ib_a .iba_v figure .buttBox {
    margin-bottom: 0px;
  }
  .index_body .ib_a .iba_v figure .buttBox a {
    color: #666;
  }
  .index_body .s_f {
    font-size: 15px;
    line-height: 22px;
  }
  .index_body .buttonBox {
    width: 170px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .index_body .ib_b {
    padding-top: 30px;
    flex-direction: column-reverse;
    padding-bottom: 45px;
  }
  .index_body .ib_b .l_box {
    width: 100%;
    padding-top: 10px;
  }
  .index_body .ib_b .r_box {
    width: 100%;
  }
  .index_body .ib_b .s_f {
    margin-top: 5px;
    margin-bottom: 15px;
  }
  .index_body .ib_b .bofangBox {
    width: 55px;
  }
  .index_body .ib_c {
    padding: 20px 0px;
  }
  .index_body .ib_c .content {
    flex-wrap: wrap;
  }
  .index_body .ib_c .content figure {
    width: 33.333%;
    margin-top: 10px;
  }
  .index_body .ib_c span {
    font-size: 24px;
    line-height: 34px;
  }
  .index_body .ib_d {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .index_body .ib_d .xiahua {
    margin: 10px auto 5px auto;
  }
  .index_body .ib_d .l_box {
    width: 40px;
  }
  .index_body .ib_d .r_box {
    width: calc(100% - 46px);
    padding-left: 3%;
  }
  .index_body .ib_d figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
  .index_body .ib_d figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index_body .ib_d figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index_body .ib_d .ibd_a {
    font-size: 19px;
  }
  .index_body .ib_e .b_t {
    text-align: center;
    margin-bottom: 10px;
  }
  .index_body .ib_e .l_box {
    width: 100%;
  }
  .index_body .ib_e .r_box {
    width: 100%;
    padding-top: 10px;
  }
  .index_body .ib_e .r_box .b_t {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .index_body .ib_e .r_box .xiahua {
    margin: 3px auto;
  }
  .index_body .ib_e .rbt_a {
    font-size: 20px;
    line-height: 36px;
  }
  .index_body .ib_e .rbt_b {
    font-size: 17px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .index_body .ib_e .buttonBox {
    margin-bottom: 20px;
  }
  .index_body .ib_f {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .index_body .ib_f .xiahua {
    margin: 10px auto;
  }
  .index_body .ib_f .riqi {
    width: 60px;
    font-size: 15px;
    line-height: 22px;
    padding: 2px 0px;
  }
  .index_body .ib_f figure {
    width: 49%;
    margin-left: 2%;
  }
  .index_body .ib_f figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index_body .ib_f .ibf_a {
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .index_body .ib_f .buttBox {
    margin-top: 5px;
  }
  .index_body .ib_f .buttBox a {
    margin-left: 0px;
  }
  .index_body .ib_g {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .index_body .ib_g .bofangBox {
    width: 80px;
  }
  .index_body .ib_g .l_box {
    width: 100%;
  }
  .index_body .ib_g .r_box {
    width: 100%;
    margin-top: 8px;
  }
  .index_body .ib_g figure:nth-of-type(2n) {
    margin-top: 30px;
  }
  .index_body .ib_g .b_t {
    margin-bottom: 15px;
  }
  .index_body .ib_g .xuhao {
    font-size: 20px;
    line-height: 30px;
  }
  .index_body .ib_g .rb_a {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .index_body .ib_g .rb_b {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .index_body .ib_g .rb_b a,.index_body .ib_g .rb_b  {
    font-size: 16px;
    line-height: 24px;
  }
  .index_body .ib_g .rb_b strong {
    font-size: 17px;
    line-height: 24px;
  }
  .index_body .ib_g .ibg_bu {
    margin-top: 10px;
  }
  .index_body .bottomBox {
    padding-top: 30px;
  }
  .index_body .bottomBox .xiahua {
    margin: 15px auto;
  }
  .index_body .bottomBox form .l_box {
    width: 100%;
  }
  .index_body .bottomBox form .l_box p {
    margin-top: 15px;
  }
  .index_body .bottomBox form .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .index_body .bottomBox form .r_box p {
    margin-top: 15px;
  }
  .index_body .bottomBox form input,
  .index_body .bottomBox form textarea {
    font-size: 15px;
    line-height: 40px;
    height: 38px;
    text-indent: 10px;
  }
  .index_body .bottomBox form input::placeholder,
  .index_body .bottomBox form input::-webkit-input-placeholder,
  .index_body .bottomBox form textarea::placeholder {
    font-size: 15px;
    line-height: 40px;
  }
  .index_body .bottomBox form textarea {
    height: 120px;
  }
  .index_body .bottomBox form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .index_body .bottomBox form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .oo_body .prev,
  .oo_body .next {
    width: 35px;
    height: 35px;
  }
  .oo_body .prev i,
  .oo_body .next i {
    font-size: 20px;
  }
  .oo_body .b_t {
    font-size: 24px;
    line-height: 30px;
  }
  .oo_body .oob_a {
    padding-top: 10px;
  }
  .oo_body .oob_a .obba_t {
    font-size: 16px;
    line-height: 25px;
    margin-top: 8px;
  }
  .oo_body .oob_b {
    margin-top: 10px;
  }
  .oo_body .oob_b figure {
    width: 33.333%;
    margin-top: 10px;
  }
  .oo_body .oob_b figure .s_f {
    font-size: 15px;
    line-height: 22px;
  }
  .oo_body .oob_b span {
    font-size: 24px;
    line-height: 34px;
  }
  .oo_body .buttonBox {
    width: 170px;
    height: 50px;
    letter-spacing: 1px;
    font-size: 16px;
  }
  .oo_body .oob_c {
    padding-top: 30px;
  }
  .oo_body .oob_c .buttonBox {
    margin: 30px auto 0px auto;
  }
  .oo_body .oob_c .fi_two {
    margin-top: 20px;
  }
  .oo_body .oob_c .lunbo_a {
    margin-top: 10px;
  }
  .oo_body .oob_c .lunbo_b {
    margin-top: 10px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 30px;
  }
  .oo_body .oob_c .l_box {
    width: 100%;
  }
  .oo_body .oob_c .r_box {
    width: 100%;
    margin-top: 8px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 15px;
  }
  .oo_body .oob_c .xuhao {
    font-size: 20px;
    line-height: 30px;
  }
  .oo_body .oob_c .rb_a {
    font-size: 20px;
    line-height: 28px;
    margin-top: 5px;
  }
  .oo_body .oob_c .rb_b {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .oo_body .oob_c .rb_b span {
    font-size: 17px;
    line-height: 24px;
  }
  .oo_body .oob_d {
    padding-top: 30px;
  }
  .oo_body .oob_d .r_box {
    width: 80%;
    margin-top: 10px;
  }
  .oo_body .oob_d .l_box {
    width: 60%;
  }
  .oo_body .oob_d .next,
  .oo_body .oob_d .prev {
    width: 35px;
    height: 35px;
  }
  .oo_body .oob_d figure {
    margin-top: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .oo_body .oob_d figure .ibox {
    margin: 10px 0px 0px auto;
  }
  .oo_body .oob_d figure:nth-of-type(2n) .r_box {
    flex-direction: column;
  }
  .oo_body .oob_d figure:nth-of-type(2n) .ibox {
    margin: 0px auto 10px 0px;
  }
  .oo_body .oob_d .imgBox {
    margin-top: 30px;
  }
  .oo_body .oob_d .qiehuan {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .oo_body .oob_d .ibox {
    width: 100%;
  }
  .oo_body .oob_d figure:nth-of-type(2n) {
    margin-top: 40px;
  }
  .oo_body .oob_d .rba {
    font-size: 22px;
    line-height: 30px;
  }
  .oo_body .oob_d .rbb {
    font-size: 18px;
    line-height: 28px;
    margin-top: 3px;
  }
  .oo_body .oob_e {
    padding-top: 30px;
  }
  .oo_body .oob_e .next,
  .oo_body .oob_e .prev {
    width: 35px;
    height: 35px;
  }
  .oo_body .oob_e .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .oo_body .oob_e .l_box {
    width: 80%;
  }
  .oo_body .oob_e .r_box {
    width: 100%;
    padding-top: 6%;
  }
  .oo_body .oob_e .lunbo_c {
    width: 100%;
    position: relative;
  }
  .oo_body .oob_e .rb_b {
    font-size: 18px;
    line-height: 26px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .oo_body .oob_e .swiper-slide {
    width: 30%;
  }
  .oo_body .oob_f {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .oo_body .oob_f .b_t {
    margin-bottom: 0px;
  }
  .oo_body .oob_f .s_f {
    font-size: 16px;
    line-height: 24px;
  }
  .oo_body .oob_f .l_box {
    width: 40px;
  }
  .oo_body .oob_f .r_box {
    width: calc(100% - 46px);
    padding-left: 3%;
  }
  .oo_body .oob_f figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 15px;
  }
  .oo_body .oob_f figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_f figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_f .ibd_a {
    font-size: 19px;
  }
  .oo_body .oob_g .r_box {
    padding: 10px 0% 0px 3.5%;
  }
  .oo_body .oob_g .b_t {
    margin-bottom: 20px;
  }
  .oo_body .oob_g .sjx ul {
    padding-right: 3%;
  }
  .oo_body .oob_g li p {
    font-size: 14px;
    line-height: 22px;
  }
  .oo_body .oob_g .sj {
    width: 50px;
    font-size: 16px;
  }
  .oo_body .oob_g .active {
    font-size: 18px;
  }
  .oo_body .oob_h {
    padding-top: 30px;
  }
  .oo_body .oob_h .b_t {
    margin-bottom: 20px;
  }
  .oo_body .bottomBox {
    padding-top: 25px;
  }
  .oo_body .bottomBox .b_t {
    margin-bottom: 20px;
  }
  .oo_body .bottomBox form {
    margin-bottom: 30px;
  }
  .oo_body .bottomBox form .l_box {
    width: 100%;
  }
  .oo_body .bottomBox form .l_box p {
    margin-top: 15px;
  }
  .oo_body .bottomBox form .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .oo_body .bottomBox form .r_box p {
    margin-top: 15px;
  }
  .oo_body .bottomBox form input,
  .oo_body .bottomBox form textarea {
    font-size: 15px;
    line-height: 40px;
    height: 38px;
    text-indent: 10px;
  }
  .oo_body .bottomBox form input::placeholder,
  .oo_body .bottomBox form input::-webkit-input-placeholder,
  .oo_body .bottomBox form textarea::placeholder {
    font-size: 15px;
    line-height: 40px;
  }
  .oo_body .bottomBox form textarea {
    height: 120px;
  }
  .oo_body .bottomBox form .yzm input {
    height: 40px;
  }
  .oo_body .bottomBox form .sel_li i {
    font-size: 16px;
    top: 28%;
  }
  .oo_body .bottomBox form .submit {
    width: 100%;
    margin-top: 20px;
  }
  .oo_body .bottomBox form .submit input {
    width: 100%;
    height: 40px;
    font-size: 15px;
  }
  .oto_body .prev,
  .oto_body .next {
    width: 40px;
    height: 40px;
	bottom: 0px;
	top: auto;
	transform: none;
  }
  .oto_body .prev{
	  left: 50%;
	  transform: translateX(-115%);
  }
  .oto_body .next{
	  right: 50%;
	  transform: translateX(115%);
  }
  .oto_body .s_f {
    font-size: 16px;
    line-height: 24px;
  }
  .oto_body .b_t {
    font-size: 24px;
    line-height: 32px;
  }
  .oto_body .otob_a {
    padding-top: 0px;
  }
  .oto_body .otob_a .b_t {
    font-size: 22px;
  }
  .oto_body .otob_a .bofangBox {
    width: 80px;
  }
  .oto_body .otob_a .l_box {
    width: 100%;
  }
  .oto_body .otob_a .r_box {
    width: 100%;
    margin-top: 8px;
  }
  .oto_body .otob_a .xiahua {
    display: none;
  }
  .oto_body .otob_a .rb_b {
    padding-top: 2px;
  }
  .oto_body .otob_a .rb_b p {
    margin-top: 5px;
  }
  .oto_body .otob_a .rb_b .st {
    font-size: 14px;
    line-height: 24px;
  }
  .oto_body .otob_a .rb_b strong {
    line-height: 24px;
    font-size: 17px;
  }
  .oto_body .lunbo_a .swiper-slide a {
    margin-top: 10px;
  }
  .oto_body .otob_b {
    padding-top: 15px;
  }
  .oto_body .otob_b .s_f {
    margin-top: 5px;
    line-height: 24px;
  }
  .oto_body .otob_c {
    padding-top: 15px;
  }
  .oto_body .otob_c .b_t {
    line-height: 32px;
  }
  .oto_body .otob_d {
    padding-top: 15px;
    padding-bottom: 30px;
  }
  .oth_body .othb {
    padding-bottom: 30px;
  }
  .oth_body .b_t {
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .oth_body .logo_box {
    flex-wrap: wrap;
  }
  .oth_body .logo_box div {
    width: 50%;
  }
  .oth_body .img_box figure {
    margin-top: 8px;
    width: 32%;
    margin-left: 2%;
  }
  .oth_body .img_box figure p {
    font-size: 16px;
    line-height: 26px;
    padding: 2px 0px;
  }
  .oth_body .img_box figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .oth_body .img_box figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .to_body .bannerBox .content {
    padding-top: 2px;
  }
  .to_body .bannerBox .buttonBox {
    position: relative;
    width: 200px;
    height: 45px;
    font-size: 15px;
    margin: 0px 0px 0px auto;
  }
  .to_body .tob {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .to_body figure {
    margin-top: 15px;
  }
  .to_body .tt {
    font-size: 18px;
    line-height: 25px;
  }
  .PageNumber {
    font-size: 15px;
  }
  .PageNumber a {
    width: 28px;
    line-height: 26px;
    margin-right: 2px;
  }
  .PageNumber span {
    margin-left: 10px;
  }
  .tt_body .l_box .menuOne {
    font-size: 20px;
    line-height: 28px;
  }
  .tt_body .l_box .menuOne .firstjian,
  .tt_body .l_box .menuOne .firstjia {
    top: 0px;
  }
  .tt_body .l_box .menuOne i {
    top: 5px;
    font-size: 14px;
  }
  .tt_body .l_box .menuOne .one {
    margin-bottom: 5px;
  }
  .tt_body .l_box .menuTwo {
    font-size: 16px;
    line-height: 30px;
    display: none;
  }
  .tt_body .l_box .menuTwo .twoI {
    padding: 5px 20px 5px 0px;
  }
  .tt_body .l_box .menuThree {
    font-size: 15px;
    padding: 8px 0px;
    line-height: 28px;
  }
  .tt_body .l_box .menuThree li {
    margin-top: 0px;
  }
  .tt_body .r_box {
    width: 100%;
  }
  .tt_body .r_box .fi_box .js {
    font-size: 16px;
    line-height: 26px;
  }
  .tt_body .r_box .f_a {
    font-size: 16px;
    line-height: 30px;
    margin-top: 2px;
  }
  .tt_body .r_box figure {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 20px;
  }
  .tt_body .r_box figure:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .tt_body .r_box figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .tt_body .r_box .PageNumber {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .tth_body .b_t {
    font-size: 22px;
    line-height: 28px;
  }
  .tth_body .prev_a,
  .tth_body .next_a {
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
  }
  .tth_body .prev_a i,
  .tth_body .next_a i {
    font-size: 20px;
  }
  .tth_body .prev_a:hover,
  .tth_body .next_a:hover {
    border: 1px solid #333;
  }
  .tth_body .top .b_t {
    padding: 8px 0px;
  }
  .tth_body .tthb_a .prob-pic .prob-pic-btn.prev{
	  top: 2%;
  }
  .tth_body .tthb_a .prob-pic .prob-pic-btn.next{
	  bottom: 2%;
  }
  .tth_body .lunbo_a {
    margin-top: 20px;
  }
  .tth_body .tthb_a {
    padding-top: 10px;
  }
  .tth_body .tthb_a .buttonBox {
    width: 170px;
    margin-top: 10px;
  }
  .tth_body .tthb_a .buttonBox a {
    font-size: 15px;
    line-height: 42px;
  }
  .tth_body .tthb_a .b_t {
    font-size: 24px;
    line-height: 30px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .tth_body .tthb_a .prob-pic {
    width: 100%;
    margin-top: 10px;
  }
  .tth_body .tthb_a .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .tth_body .tthb_a .r_box .rb_a {
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_b {
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_b p {
    margin-top: 8px;
  }
  .tth_body .tthb_a .r_box .rb_b span,.tth_body .tthb_a .r_box .rb_b p strong {
    font-size: 16px;
    line-height: 26px;
  }
  .tth_body .tthb_a .r_box .rb_t {
    font-size: 18px;
    line-height: 25px;
  }
  .tth_body .tthb_a .r_box .rb_c {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .tth_body .tthb_a .r_box .rb_c a {
    font-size: 14px;
    margin-top: 8px;
  }
  .tth_body .swiper-slide .f_a {
    font-size: 17px;
    line-height: 30px;
  }
  .tth_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .tth_body .tthb_b {
    padding: 10px 0px 20px 0px;
  }
  .tth_body .tthb_b .f_a {
    margin-top: 10px;
  }
  .tth_body .s_f {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .tth_body .tthb_c .textBox {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .tth_body .tthb_c figure {
    width: 49%;
    margin-left: 2%;
  }
  .tth_body .tthb_c .huanye {
    margin-top: 30px;
    padding: 8px 0px;
  }
  .tth_body .tthb_c .huanye div {
    font-size: 15px;
    padding: 0px 20px;
  }
  .tth_body table {
    font-size: 13px;
    line-height: 20px;
  }
  .tth_body table tr:nth-of-type(1) {
    font-size: 16px;
    line-height: 25px;
  }
  .tth_body table tr:nth-of-type(1) td {
    padding: 4px 0px;
  }
  .tth_body table td {
    padding: 4px 0px;
  }
  .tth_body .tthb_d {
    padding-top: 30px;
  }
  .tth_body .tthb_d .b_t {
    font-size: 24px;
    line-height: 30px;
  }
  .tth_body .tthb_e {
    padding-top: 30px;
  }
  .tth_body .tthb_e .b_t {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .tth_body .tthb_e form .l_box {
    width: 100%;
  }
  .tth_body .tthb_e form .l_box p {
    margin-top: 15px;
  }
  .tth_body .tthb_e form .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .tth_body .tthb_e form .r_box p {
    margin-top: 15px;
  }
  .tth_body .tthb_e form input,
  .tth_body .tthb_e form textarea {
    font-size: 15px;
    line-height: 40px;
    height: 38px;
    text-indent: 10px;
  }
  .tth_body .tthb_e form input::placeholder,
  .tth_body .tthb_e form input::-webkit-input-placeholder,
  .tth_body .tthb_e form textarea::placeholder {
    font-size: 15px;
    line-height: 40px;
  }
  .tth_body .tthb_e form textarea {
    height: 120px;
  }
  .tth_body .tthb_e form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tth_body .tthb_e form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .too_body .tb_a {
    font-size: 17px;
    line-height: 25px;
  }
  .too_body .tb_b {
    font-size: 16px;
  }
  .too_body .xiahua {
    width: 60px;
    margin: 5px 0px;
  }
  .too_body .textBox {
    padding-top: 10px;
  }
  .too_body .tb_c,
  .too_body .tb_d {
    line-height: 18px;
    font-size: 14px;
  }
  .too_body .tb_d {
    margin-top: 8px;
  }
  .too_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .tot_body .b_t {
    font-size: 22px;
    line-height: 30px;
  }
  .tot_body .totb_a {
    padding-top: 20px;
  }
  .tot_body .totb_a .s_f {
    font-size: 18px;
    line-height: 26px;
    margin-top: 5px;
  }
  .tot_body .totb_a .tota_a,
  .tot_body .totb_a .small {
    font-size: 15px;
    line-height: 25px;
    padding-top: 8px;
  }
  .tot_body .totb_a span {
    margin-top: 0px;
    margin-right: 30px;
  }
  .tot_body .textBox {
    padding-top: 0px;
    font-size: 15px;
    line-height: 25px;
  }
  .tot_body .textBox em {
    font-size: 17px;
    line-height: 24px;
  }
  .tot_body .tota_b {
    padding-top: 30px;
  }
  .tot_body .tota_b .box {
    padding-top: 10px;
    justify-content: flex-start;
  }
  .tot_body .tota_b .box img {
    max-width: 20%;
  }
  .tot_body .tota_b .box figure {
    width: 49% !important;
    margin-left: 2%;
    margin-top: 10px;
  }
  .tot_body .tota_b .box figure > div {
    min-height: 50px;
  }
  .tot_body .tota_b .box figure:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .tot_body .tota_b .box figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .tot_body .tota_b .box .fi_a {
    font-size: 18px;
    line-height: 24px;
  }
  .tot_body .tota_b .box .fi_b {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }
  .tot_body .huanye {
    margin-top: 10px;
    padding: 0px 0px;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .tot_body .huanye div {
    width: 100%;
    font-size: 15px;
    padding: 0px 10px;
    margin-top: 5px;
    background-color: #ccc;
  }
  .tot_body .huanye .back {
    text-align: center;
  }
  .tot_body .tota_c .b_t {
    margin-bottom: 10px;
  }
  .tot_body .tota_c form .l_box {
    width: 100%;
  }
  .tot_body .tota_c form .l_box p {
    margin-top: 15px;
  }
  .tot_body .tota_c form .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .tot_body .tota_c form .r_box p {
    margin-top: 15px;
  }
  .tot_body .tota_c form input,
  .tot_body .tota_c form textarea {
    font-size: 15px;
    line-height: 40px;
    height: 38px;
    text-indent: 10px;
  }
  .tot_body .tota_c form input::placeholder,
  .tot_body .tota_c form input::-webkit-input-placeholder,
  .tot_body .tota_c form textarea::placeholder {
    font-size: 15px;
    line-height: 40px;
  }
  .tot_body .tota_c form textarea {
    height: 120px;
  }
  .tot_body .tota_c form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tot_body .tota_c form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .fo_body .jia {
    top: 12px;
  }
  .fo_body .b_t {
    font-size: 24px;
    line-height: 30px;
  }
  .fo_body .fi_A {
    padding: 12px 2.1% 0px 2.1%;
    font-size: 16px;
    line-height: 22px;
  }
  .fo_body .fi_A div {
    padding-bottom: 6px;
    padding-right: 20px;
  }
  .fo_body figure:nth-of-type(1) {
    margin-top: 10px;
  }
  .fo_body .fi_B {
    font-size: 15px;
    line-height: 22px;
    padding: 0px 2.1% 20px 2.1%;
  }
  .fo_body .fi_B p {
    padding-top: 10px;
  }
  .fo_body figure {
    margin-top: 15px;
  }
  .fo_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ft_body .box {
    padding-top: 0px;
  }
  .ft_body figure {
    width: 49%;
    margin-left: 2%;
  }
  .ft_body figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .ft_body .b_t {
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
  }
  .ft_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .fth_body .box {
    padding-top: 5px;
  }
  .fth_body .bofangBox {
    width: 36px;
  }
  .fth_body figure {
    width: 49%;
    margin-left: 2%;
    margin-bottom: 5px;
  }
  .fth_body figure p {
    line-height: 30px;
  }
  .fth_body figure:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .fth_body figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .fth_body .PageNumber {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .ffo_body .buttBox {
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .ffo_body .s_f {
    font-size: 15px;
    line-height: 22px;
  }
  .ffo_body .riqi {
    font-size: 15px;
    line-height: 22px;
    padding: 2px 0px;
  }
  .ffo_body figure {
    width: 49%;
    margin-left: 2%;
  }
  .ffo_body figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .ffo_body .ibf_a {
    font-size: 17px;
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .ffo_body .buttBox {
    margin-top: 5px;
  }
  .ffo_body .buttBox a {
    margin-left: 0px;
  }
  .fft_body .b_t {
    font-size: 24px;
    line-height: 30px;
  }
  .fft_body .prev_a,
  .fft_body .next_a {
    width: 42px;
    height: 42px;
    border: 1px solid #ccc;
  }
  .fft_body .prev_a i,
  .fft_body .next_a i {
    font-size: 20px;
  }
  .fft_body .prev_a:hover,
  .fft_body .next_a:hover {
    border: 1px solid #333;
  }
  .fft_body .swiper-slide .f_a {
    font-size: 17px;
    line-height: 30px;
  }
  .fft_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .fft_body .huanye {
    margin-top: 30px;
    padding: 8px 0px;
  }
  .fft_body .huanye div {
    font-size: 15px;
    padding: 0px 20px;
  }
  .fft_body .s_h {
    margin-left: 35px;
  }
  .fft_body .share {
    flex-wrap: wrap;
  }
  .fft_body .textBox {
    font-size: 16px;
    line-height: 26px;
  }
  .so_body .b_t {
    font-size: 22px;
    line-height: 30px;
  }
  .so_body .sob_a {
    padding-top: 10px;
  }
  .so_body .sob_a .b_t {
    margin-bottom: 15px;
  }
  .so_body .sob_a .imgBox {
    width: 40px;
  }
  .so_body .sob_a .fi_a {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .so_body .sob_a .fi_b {
    font-size: 14px;
    line-height: 20px;
  }
  .so_body .sob_a .fi_b a {
    word-break: break-all;
  }
  .so_body .sob_a figure {
    width: 32%;
    margin-left: 2%;
    margin-top: 10px;
  }
  .so_body .sob_a figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .so_body .sob_a figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .so_body .sob_b {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .so_body .sob_b .b_t {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .so_body .sob_b .fi_a {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .so_body .sob_b .fi_b {
    font-size: 13px;
    line-height: 20px;
  }
  .so_body .sob_b figure {
    width: 49%;
    margin-left: 2%;
  }
  .so_body .sob_b figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .so_body .bottomBox {
    padding-top: 30px;
  }
  .so_body .bottomBox form .l_box {
    width: 100%;
  }
  .so_body .bottomBox form .l_box p {
    margin-top: 15px;
  }
  .so_body .bottomBox form .r_box {
    width: 100%;
    margin-top: 15px;
  }
  .so_body .bottomBox form .r_box p {
    margin-top: 15px;
  }
  .so_body .bottomBox form input,
  .so_body .bottomBox form textarea {
    font-size: 15px;
    line-height: 40px;
    height: 38px;
    text-indent: 10px;
  }
  .so_body .bottomBox form input::placeholder,
  .so_body .bottomBox form input::-webkit-input-placeholder,
  .so_body .bottomBox form textarea::placeholder {
    font-size: 15px;
    line-height: 40px;
  }
  .so_body .bottomBox form textarea {
    height: 120px;
  }
  .so_body .bottomBox form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .so_body .bottomBox form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  footer .content {
    padding-top: 20px;
  }
  footer .ft_a .logoBox {
    width: 140px;
  }
  footer .ft_b {
    margin-top: 15px;
    padding-bottom: 20px;
  }
  footer .ftb_r {
    display: none;
  }
  footer .icBox {
    margin-top: 0px;
    padding-right: 0%;
    justify-content: center;
    flex-wrap: wrap;
  }
  footer .icBox a {
    width: 34px;
    height: 34px;
    margin-right: 8px;
  }
  footer .icBox a i {
    font-size: 18px;
    line-height: 32px;
  }
  footer .ft_c {
    padding-top: 15px;
    font-size: 15px;
    padding-bottom: 40px;
    line-height: 25px;
  }
  footer .ft_c .link {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .lianjie_box .lianjie {
    padding: 8px 8px;
  }
  header .content {
    padding: 8px 0px;
  }
  .index_body .banner .slide .dotList ul li {
    width: 50px;
    font-size: 14px;
    line-height: 25px;
  }
  .index_body .banner .slide .dotList {
    margin: 0px 5px;
  }
  .index_body .banner .slide .carousel-control {
    display: none;
  }
  .index_body .banner .slide .pg {
    bottom: 0px;
  }
  .index_body .b_t {
    font-size: 20px;
    line-height: 30px;
  }
  .index_body .xiahua {
    width: 80px;
  }
  .index_body .buttBox {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .index_body .ib_a {
    padding-top: 15px;
  }
  .index_body .ib_a .xiahua {
    margin: 3px auto 2px auto;
  }
  .index_body .ib_a .iba_v {
    flex-wrap: wrap;
  }
  .index_body .ib_a .iba_v .zk {
    width: 100%;
  }
  .index_body .ib_a .iba_v .zk .j_j {
    font-size: 18px;
    margin-bottom: 0px;
  }
  .index_body .ib_a .iba_v figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 5px;
  }
  .index_body .ib_a .iba_v figure:nth-of-type(2n+1) {
    margin-left: 0px;
  }
  .index_body .ib_a .iba_v img {
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .j_j {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 3px;
  }
  .index_body .ib_a .iba_v figure .j_j a {
    color: #333;
  }
  .index_body .ib_a .iba_v figure .t_b {
    display: block;
  }
  .index_body .ib_a .iba_v figure .t_t {
    bottom: 0px;
    position: relative;
    padding: 0px 0px;
  }
  .index_body .ib_a .iba_v figure .tb_b {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 2px;
    width: 100%;
  }
  .index_body .ib_a .iba_v figure .tb_b a {
    color: #666;
  }
  .index_body .ib_a .iba_v figure .buttBox {
    margin-bottom: 0px;
  }
  .index_body .ib_a .iba_v figure .buttBox a {
    color: #666;
  }
  .index_body .s_f {
    font-size: 14px;
    line-height: 18px;
  }
  .index_body .buttonBox {
    width: 160px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 15px;
  }
  .index_body .ib_b {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .index_body .ib_b .s_f {
    margin-top: 3px;
    margin-bottom: 8px;
  }
  .index_body .ib_b .bofangBox {
    width: 45px;
  }
  .index_body .ib_c {
    padding: 15px 0px;
  }
  .index_body .ib_c .content {
    flex-wrap: wrap;
  }
  .index_body .ib_c .content figure {
    width: 50%;
    margin-top: 10px;
  }
  .index_body .ib_c span {
    font-size: 20px;
    line-height: 30px;
  }
  .index_body .ib_d {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .index_body .ib_d .xiahua {
    margin: 10px auto 0px auto;
  }
  .index_body .ib_d .l_box {
    width: 40px;
  }
  .index_body .ib_d .r_box {
    width: calc(100% - 42px);
    padding-left: 3%;
  }
  .index_body .ib_d figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  .index_body .ib_d figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .index_body .ib_d figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index_body .ib_d .ibd_a {
    font-size: 18px;
  }
  .index_body .ib_e .b_t {
    text-align: center;
    margin-bottom: 10px;
  }
  .index_body .ib_e .r_box .b_t {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0px;
  }
  .index_body .ib_e .r_box .xiahua {
    margin: 3px auto;
  }
  .index_body .ib_e .rbt_a {
    font-size: 18px;
    line-height: 30px;
  }
  .index_body .ib_e .rbt_b {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .index_body .ib_e .buttonBox {
    margin-bottom: 20px;
  }
  .index_body .ib_f {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .index_body .ib_f .xiahua {
    margin: 10px auto;
  }
  .index_body .ib_f .riqi {
    width: 60px;
    font-size: 15px;
    line-height: 22px;
    padding: 2px 0px;
  }
  .index_body .ib_f figure {
    width: 100%;
    margin-left: 0%;
  }
  .index_body .ib_f figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .index_body .ib_f .ibf_a {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 0px;
  }
  .index_body .ib_f .buttBox {
    margin-top: 5px;
  }
  .index_body .ib_f .buttBox a {
    margin-left: 0px;
  }
  .index_body .ib_g {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .index_body .ib_g .bofangBox {
    width: 70px;
  }
  .index_body .ib_g figure:nth-of-type(2n) {
    margin-top: 20px;
  }
  .index_body .ib_g .b_t {
    margin-bottom: 10px;
  }
  .index_body .ib_g .xuhao {
    font-size: 18px;
    line-height: 30px;
  }
  .index_body .ib_g .rb_a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }
  .index_body .ib_g .rb_b {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .index_body .ib_g .rb_b a,.index_body .ib_g .rb_b  {
    font-size: 14px;
    line-height: 24px;
  }
  .index_body .ib_g .rb_b strong {
    font-size: 16px;
    line-height: 24px;
  }
  .index_body .ib_g .ibg_bu {
    margin-top: 8px;
  }
  .index_body .bottomBox {
    padding-top: 30px;
  }
  .index_body .bottomBox .xiahua {
    margin: 15px auto;
  }
  .index_body .bottomBox form .l_box {
    width: 100%;
  }
  .index_body .bottomBox form .l_box p {
    margin-top: 10px;
  }
  .index_body .bottomBox form .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .index_body .bottomBox form .r_box p {
    margin-top: 10px;
  }
  .index_body .bottomBox form input,
  .index_body .bottomBox form textarea {
    font-size: 14px;
    line-height: 34px;
    height: 36px;
    text-indent: 10px;
  }
  .index_body .bottomBox form input::placeholder,
  .index_body .bottomBox form input::-webkit-input-placeholder,
  .index_body .bottomBox form textarea::placeholder {
    font-size: 14px;
    line-height: 36px;
  }
  .index_body .bottomBox form textarea {
    height: 90px;
  }
  .index_body .bottomBox form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .index_body .bottomBox form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .oo_body .prev,
  .oo_body .next {
    width: 35px;
    height: 35px;
  }
  .oo_body .prev i,
  .oo_body .next i {
    font-size: 20px;
  }
  .oo_body .b_t {
    font-size: 20px;
    line-height: 30px;
  }
  .oo_body .oob_a {
    padding-top: 5px;
  }
  .oo_body .oob_b {
    margin-top: 5px;
  }
  .oo_body .oob_b figure {
    width: 50%;
    margin-top: 10px;
  }
  .oo_body .oob_b figure .s_f {
    font-size: 14px;
    line-height: 18px;
  }
  .oo_body .oob_b span {
    font-size: 20px;
    line-height: 30px;
  }
  .oo_body .buttonBox {
    width: 160px;
    height: 45px;
    letter-spacing: 1px;
    font-size: 15px;
  }
  .oo_body .oob_c {
    padding-top: 20px;
  }
  .oo_body .oob_c .buttonBox {
    margin: 20px auto 0px auto;
  }
  .oo_body .oob_c .fi_two {
    margin-top: 20px;
  }
  .oo_body .oob_c .lunbo_a {
    margin-top: 0px;
  }
  .oo_body .oob_c .lunbo_b {
    margin-top: 0px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 30px;
  }
  .oo_body .oob_c .bofangBox {
    width: 70px;
  }
  .oo_body .oob_c .b_t {
    margin-bottom: 10px;
  }
  .oo_body .oob_c .xuhao {
    font-size: 18px;
    line-height: 30px;
  }
  .oo_body .oob_c .rb_a {
    font-size: 18px;
    line-height: 24px;
    margin-top: 5px;
  }
  .oo_body .oob_c .rb_b {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 20px;
  }
  .oo_body .oob_c .rb_b span {
    font-size: 16px;
    line-height: 20px;
  }
  .oo_body .oob_d {
    padding-top: 20px;
  }
  .oo_body .oob_d .r_box {
    width: 100%;
    margin-top: 8px;
  }
  .oo_body .oob_d .l_box {
    width: 100%;
  }
  .oo_body .oob_d .next,
  .oo_body .oob_d .prev {
    width: 35px;
    height: 35px;
  }
  .oo_body .oob_d figure {
    margin-top: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .oo_body .oob_d figure .ibox {
    margin: 8px 0px 0px auto;
  }
  .oo_body .oob_d figure:nth-of-type(2n) .r_box {
    flex-direction: column;
  }
  .oo_body .oob_d figure:nth-of-type(2n) .ibox {
    margin: 0px auto 8px 0px;
  }
  .oo_body .oob_d .imgBox {
    margin-top: 20px;
  }
  .oo_body .oob_d .qiehuan {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .oo_body .oob_d .ibox {
    width: 100%;
  }
  .oo_body .oob_d figure:nth-of-type(2n) {
    margin-top: 20px;
  }
  .oo_body .oob_d .rba {
    font-size: 18px;
    line-height: 25px;
  }
  .oo_body .oob_d .rbb {
    font-size: 16px;
    line-height: 25px;
    margin-top: 3px;
  }
  .oo_body .oob_e {
    padding-top: 30px;
  }
  .oo_body .oob_e .next,
  .oo_body .oob_e .prev {
    width: 35px;
    height: 35px;
  }
  .oo_body .oob_e .content {
    flex-wrap: wrap;
    justify-content: center;
  }
  .oo_body .oob_e .l_box {
    width: 100%;
  }
  .oo_body .oob_e .r_box {
    width: 100%;
    padding-top: 6%;
  }
  .oo_body .oob_e .lunbo_c {
    width: 100%;
    position: relative;
  }
  .oo_body .oob_e .rb_b {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .oo_body .oob_e .swiper-slide {
    width: 45%;
  }
  .oo_body .oob_f {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .oo_body .oob_f .b_t {
    margin-bottom: 0px;
  }
  .oo_body .oob_f .s_f {
    font-size: 15px;
    line-height: 20px;
  }
  .oo_body .oob_f .l_box {
    width: 40px;
  }
  .oo_body .oob_f .r_box {
    width: calc(100% - 42px);
    padding-left: 3%;
  }
  .oo_body .oob_f figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  .oo_body .oob_f figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_f figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .oob_f .ibd_a {
    font-size: 18px;
    line-height: 20px;
  }
  .oo_body .oob_g .r_box {
    width: 100%;
    padding: 10px 0% 0px 3.5%;
    height: 300px;
  }
  .oo_body .oob_g .l_box {
    width: 100%;
  }
  .oo_body .oob_g .b_t {
    margin-bottom: 20px;
  }
  .oo_body .oob_g .sjx ul {
    padding-right: 3%;
  }
  .oo_body .oob_g li {
    min-height: 82px;
  }
  .oo_body .oob_g li p {
    font-size: 14px;
    line-height: 22px;
  }
  .oo_body .oob_g .sj {
    width: 50px;
    font-size: 16px;
  }
  .oo_body .oob_g .active {
    font-size: 18px;
  }
  .oo_body .oob_h {
    padding-top: 20px;
  }
  .oo_body .oob_h .b_t {
    margin-bottom: 0px;
  }
  .oo_body .oob_h figure {
    width: 49%;
    margin-left: 2%;
    margin-top: 10px;
  }
  .oo_body .oob_h figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .oo_body .bottomBox {
    padding-top: 20px;
  }
  .oo_body .bottomBox .b_t {
    margin-bottom: 10px;
  }
  .oo_body .bottomBox form {
    margin-bottom: 20px;
  }
  .oo_body .bottomBox form .l_box {
    width: 100%;
  }
  .oo_body .bottomBox form .l_box p {
    margin-top: 10px;
  }
  .oo_body .bottomBox form .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .oo_body .bottomBox form .r_box p {
    margin-top: 10px;
  }
  .oo_body .bottomBox form input,
  .oo_body .bottomBox form textarea {
    font-size: 14px;
    line-height: 34px;
    height: 36px;
    text-indent: 10px;
  }
  .oo_body .bottomBox form .sel_li {
    margin-top: 10px;
  }
  .oo_body .bottomBox form input::placeholder,
  .oo_body .bottomBox form input::-webkit-input-placeholder,
  .oo_body .bottomBox form textarea::placeholder {
    font-size: 14px;
    line-height: 40px;
  }
  .oo_body .bottomBox form textarea {
    height: 90px;
  }
  .oo_body .bottomBox form .submit {
    width: 100%;
    margin-top: 10px;
  }
  .oo_body .bottomBox form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .oto_body .prev,
  .oto_body .next {
    width: 35px;
    height: 35px;
  }
  .oto_body .prev i,
  .oto_body .next i {
    font-size: 20px;
  }
  .oto_body .s_f {
    font-size: 14px;
    line-height: 19px;
  }
  .oto_body .b_t {
    font-size: 20px;
    line-height: 25px;
  }
  .oto_body .otob_a {
    padding-top: 0px;
  }
  .oto_body .otob_a .b_t {
    font-size: 18px;
  }
  .oto_body .otob_a .bofangBox {
    width: 70px;
  }
  .oto_body .otob_a .r_box {
    margin-top: 8px;
  }
  .oto_body .otob_a .rb_b {
    padding-top: 2px;
  }
  .oto_body .otob_a .rb_b p {
    margin-top: 5px;
  }
  .oto_body .otob_a .rb_b .st {
    font-size: 14px;
    line-height: 18px;
  }
  .oto_body .otob_a .rb_b strong {
    line-height: 20px;
    font-size: 16px;
  }
  .oto_body .lunbo_a .swiper-slide a {
    margin-top: 10px;
  }
  .oto_body .otob_b {
    padding-top: 15px;
  }
  .oto_body .otob_b .s_f {
    margin-top: 5px;
    line-height: 24px;
  }
  .oto_body .otob_c {
    padding-top: 10px;
  }
  .oto_body .otob_c .b_t {
    line-height: 25px;
  }
  .oto_body .otob_d {
    padding-top: 10px;
    padding-bottom: 20px;
  }
  .oth_body .othb {
    padding-bottom: 20px;
  }
  .oth_body .b_t {
    font-size: 20px;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 8px;
  }
  .oth_body .logo_box {
    flex-wrap: wrap;
  }
  .oth_body .logo_box div {
    width: 100%;
  }
  .oth_body .img_box figure {
    margin-top: 5px;
    width: 49%;
    margin-left: 2%;
  }
  .oth_body .img_box figure p {
    font-size: 14px;
    line-height: 22px;
    padding: 2px 0px;
  }
  .oth_body .img_box figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .oth_body .img_box figure:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .oth_body .img_box figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .to_body .bannerBox .content {
    padding-top: 2px;
  }
  .to_body .bannerBox .buttonBox {
    position: relative;
    width: 190px;
    height: 40px;
    font-size: 14px;
    margin: 0px 0px 0px auto;
  }
  .to_body .tob {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .to_body figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 10px;
  }
  .to_body .tt {
    font-size: 18px;
    line-height: 25px;
  }
  .PageNumber {
    font-size: 15px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .PageNumber a {
    width: 28px;
    line-height: 26px;
    margin-right: 2px;
    margin-top: 10px;
  }
  .PageNumber span {
    margin-top: 10px;
  }
  .tt_body .l_box .menuOne {
    font-size: 18px;
    line-height: 28px;
  }
  .tt_body .l_box .menuOne .firstjian,
  .tt_body .l_box .menuOne .firstjia {
    top: 0px;
  }
  .tt_body .l_box .menuOne i {
    top: 2px;
    font-size: 12px;
  }
  .tt_body .l_box .menuOne .one {
    margin-bottom: 5px;
  }
  .tt_body .l_box .menuTwo {
    font-size: 15px;
    line-height: 28px;
    display: none;
  }
  .tt_body .l_box .menuTwo .twoI {
    padding: 3px 20px 3px 0px;
  }
  .tt_body .l_box .menuThree {
    font-size: 14px;
    padding: 3px 0px;
    line-height: 25px;
  }
  .tt_body .l_box .menuThree li {
    margin-top: 0px;
  }
  .tt_body .r_box .fi_box .js {
    font-size: 16px;
    line-height: 26px;
  }
  .tt_body .r_box .f_a {
    font-size: 15px;
    line-height: 28px;
    margin-top: 2px;
  }
  .tt_body .r_box figure {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 10px;
  }
  .tt_body .r_box figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .tt_body .r_box figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .tt_body .r_box .PageNumber {
    margin-bottom: 20px;
  }
  .tth_body .b_t {
    font-size: 18px;
    line-height: 28px;
  }
  .tth_body .prev_a,
  .tth_body .next_a {
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
  }
  .tth_body .prev_a i,
  .tth_body .next_a i {
    font-size: 18px;
  }
  .tth_body .top .b_t {
    padding: 5px 0px;
  }
  .tth_body .lunbo_a {
    margin-top: 15px;
  }
  .tth_body .tthb_a {
    padding-top: 10px;
  }
  .tth_body .tthb_a .buttonBox {
    width: 160px;
    margin-top: 8px;
  }
  .tth_body .tthb_a .buttonBox a {
    font-size: 14px;
    line-height: 37px;
  }
  .tth_body .tthb_a .b_t {
    font-size: 20px;
    line-height: 26px;
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .tth_body .tthb_a .prob-pic {
    margin-top: 8px;
  }
  .tth_body .tthb_a .r_box {
    width: 100%;
    margin-top: 8px;
  }
  .tth_body .tthb_a .r_box .rb_a {
    padding-bottom: 8px;
  }
  .tth_body .tthb_a .r_box .rb_b {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 8px;
  }
  .tth_body .tthb_a .r_box .rb_b p {
    margin-top: 5px;
  }
  .tth_body .tthb_a .r_box .rb_b span,.tth_body .tthb_a .r_box .rb_b p strong {
    font-size: 16px;
    line-height: 24px;
  }
  .tth_body .tthb_a .r_box .rb_t {
    font-size: 16px;
    line-height: 25px;
  }
  .tth_body .tthb_a .r_box .rb_c {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .tth_body .tthb_a .r_box .rb_c a {
    font-size: 14px;
    margin-top: 8px;
  }
  .tth_body .swiper-slide .f_a {
    font-size: 16px;
    line-height: 26px;
  }
  .tth_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .tth_body .tthb_b {
    padding: 10px 0px 15px 0px;
  }
  .tth_body .tthb_b .f_a {
    margin-top: 8px;
  }
  .tth_body .s_f {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 2px;
  }
  .tth_body .tthb_c .textBox {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .tth_body .tthb_c figure {
    width: 100%;
    margin-left: 0%;
  }
  .tth_body .tthb_c .huanye {
    margin-top: 10px;
    padding: 5px 0px;
    background-color: transparent;
  }
  .tth_body .tthb_c .huanye div {
    width: 100%;
    font-size: 14px;
    padding: 0px 10px;
    background-color: #eee;
    margin-top: 8px;
  }
  .tth_body .tthb_d {
    padding-top: 20px;
  }
  .tth_body .tthb_d .b_t {
    font-size: 20px;
    line-height: 28px;
  }
  .tth_body .tthb_e {
    padding-top: 20px;
  }
  .tth_body .tthb_e .b_t {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .tth_body .tthb_e form .l_box {
    width: 100%;
  }
  .tth_body .tthb_e form .l_box p {
    margin-top: 10px;
  }
  .tth_body .tthb_e form .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .tth_body .tthb_e form .r_box p {
    margin-top: 10px;
  }
  .tth_body .tthb_e form input,
  .tth_body .tthb_e form textarea {
    font-size: 14px;
    line-height: 34px;
    height: 36px;
    text-indent: 10px;
  }
  .tth_body .tthb_e form input::placeholder,
  .tth_body .tthb_e form input::-webkit-input-placeholder,
  .tth_body .tthb_e form textarea::placeholder {
    font-size: 14px;
    line-height: 36px;
  }
  .tth_body .tthb_e form textarea {
    height: 90px;
  }
  .tth_body .tthb_e form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tth_body .tthb_e form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .too_body .box {
    flex-wrap: wrap;
  }
  .too_body figure {
    width: 100%;
    margin-left: 0%;
  }
  .too_body .tb_a {
    font-size: 16px;
    line-height: 24px;
  }
  .too_body .tb_b {
    font-size: 16px;
  }
  .too_body .xiahua {
    width: 60px;
    margin: 3px 0px;
  }
  .too_body .tb_d {
    margin-top: 5px;
  }
  .tot_body .b_t {
    font-size: 20px;
    line-height: 28px;
  }
  .tot_body .totb_a {
    padding-top: 10px;
  }
  .tot_body .totb_a .s_f {
    font-size: 16px;
    line-height: 25px;
    margin-top: 5px;
  }
  .tot_body .totb_a .tota_a,
  .tot_body .totb_a .small {
    font-size: 14px;
    line-height: 22px;
    padding-top: 5px;
  }
  .tot_body .totb_a span {
    margin-top: 0px;
    margin-right: 30px;
  }
  .tot_body .textBox {
    padding-top: 0px;
    font-size: 14px;
    line-height: 22px;
  }
  .tot_body .textBox em {
    font-size: 16px;
    line-height: 24px;
  }
  .tot_body .tota_b {
    padding-top: 30px;
  }
  .tot_body .tota_b .box {
    padding-top: 10px;
    justify-content: flex-start;
  }
  .tot_body .tota_b .box img {
    max-width: 15%;
  }
  .tot_body .tota_b .box figure {
    width: 100% !important;
    margin-left: 0%;
    margin-top: 8px;
  }
  .tot_body .tota_b .box figure > div {
    min-height: 40px;
  }
  .tot_body .tota_b .box figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .tot_body .tota_b .box figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .tot_body .tota_b .box .fi_a {
    font-size: 18px;
    line-height: 24px;
  }
  .tot_body .tota_b .box .fi_b {
    font-size: 15px;
    line-height: 20px;
    margin-top: 5px;
  }
  .tot_body .huanye {
    margin-top: 10px;
    padding: 0px 0px;
    background-color: transparent;
    margin-bottom: 20px;
  }
  .tot_body .huanye div {
    width: 100%;
    font-size: 14px;
    padding: 0px 10px;
    margin-top: 5px;
    background-color: #ccc;
  }
  .tot_body .tota_c .b_t {
    margin-bottom: 10px;
  }
  .tot_body .tota_c form .l_box {
    width: 100%;
  }
  .tot_body .tota_c form .l_box p {
    margin-top: 10px;
  }
  .tot_body .tota_c form .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .tot_body .tota_c form .r_box p {
    margin-top: 10px;
  }
  .tot_body .tota_c form input,
  .tot_body .tota_c form textarea {
    font-size: 14px;
    line-height: 34px;
    height: 36px;
    text-indent: 10px;
  }
  .tot_body .tota_c form input::placeholder,
  .tot_body .tota_c form input::-webkit-input-placeholder,
  .tot_body .tota_c form textarea::placeholder {
    font-size: 14px;
    line-height: 36px;
  }
  .tot_body .tota_c form textarea {
    height: 90px;
  }
  .tot_body .tota_c form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .tot_body .tota_c form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .fo_body .jia {
    top: 12px;
  }
  .fo_body .b_t {
    font-size: 20px;
    line-height: 30px;
  }
  .fo_body .fi_A {
    padding: 12px 2.1% 0px 2.1%;
    font-size: 16px;
    line-height: 22px;
  }
  .fo_body .fi_A div {
    padding-bottom: 6px;
  }
  .fo_body figure:nth-of-type(1) {
    margin-top: 5px;
  }
  .fo_body .fi_B {
    font-size: 14px;
    line-height: 20px;
    padding: 0px 2.1% 20px 2.1%;
  }
  .fo_body .fi_B p {
    padding-top: 8px;
  }
  .fo_body figure {
    margin-top: 10px;
  }
  .fo_body .PageNumber {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .ft_body figure {
    width: 100%;
    margin-left: 0%;
	display: flex;
	flex-direction: column-reverse;
  }
  .ft_body figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .ft_body .b_t {
    font-size: 14px;
    line-height: 25px;
    margin-top: 8px;
  }
  .ft_body .PageNumber {
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .fth_body .box {
    padding-top: 5px;
  }
  .fth_body .bofangBox {
    width: 36px;
  }
  .fth_body figure {
    width: 100%;
    margin-left: 0%;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .fth_body figure p {
    line-height: 30px;
    font-size: 14px;
  }
  .fth_body figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .fth_body figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .fth_body .PageNumber {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .ffo_body .buttBox {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 25px;
  }
  .ffo_body .s_f {
    font-size: 14px;
    line-height: 18px;
  }
  .ffo_body .riqi {
    font-size: 15px;
    line-height: 22px;
    padding: 2px 0px;
  }
  .ffo_body figure {
    width: 100%;
    margin-left: 0%;
	margin-top: 30px;
  }
  .ffo_body figure:nth-of-type(1){
	  margin-top: 0px;
  }
  .ffo_body figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .ffo_body .ibf_a {
    font-size: 16px;
    line-height: 30px;
    margin-top: 8px;
    margin-bottom: 0px;
	height: auto;
  }
  .ffo_body .buttBox {
    margin-top: 5px;
  }
  .ffo_body .buttBox a {
    margin-left: 0px;
  }
  .so_body .b_t {
    font-size: 18px;
    line-height: 30px;
  }
  .so_body .sob_a {
    padding-top: 10px;
  }
  .so_body .sob_a .b_t {
    margin-bottom: 10px;
  }
  .so_body .sob_a .imgBox {
    width: 38px;
  }
  .so_body .sob_a figure {
    width: 100%;
    margin-left: 0%;
    margin-top: 12px;
  }
  .so_body .sob_a figure:nth-of-type(4n+1) {
    margin-left: 2%;
  }
  .so_body .sob_a figure:nth-of-type(3n+1) {
    margin-left: 0%;
  }
  .so_body .sob_b {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .so_body .sob_b .b_t {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .so_body .sob_b .fi_a {
    font-size: 16px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 5px;
  }
  .so_body .sob_b .fi_b {
    font-size: 13px;
    line-height: 20px;
  }
  .so_body .sob_b figure {
    width: 100%;
    margin-left: 0%;
  }
  .so_body .sob_b figure:nth-of-type(2n+1) {
    margin-left: 0%;
  }
  .so_body .bottomBox {
    padding-top: 10px;
  }
  .so_body .bottomBox .b_t {
    margin-bottom: 10px;
  }
  .so_body .bottomBox form .l_box {
    width: 100%;
  }
  .so_body .bottomBox form .l_box p {
    margin-top: 10px;
  }
  .so_body .bottomBox form .r_box {
    width: 100%;
    margin-top: 10px;
  }
  .so_body .bottomBox form .r_box p {
    margin-top: 10px;
  }
  .so_body .bottomBox form input,
  .so_body .bottomBox form textarea {
    font-size: 14px;
    line-height: 34px;
    height: 36px;
    text-indent: 10px;
  }
  .so_body .bottomBox form input::placeholder,
  .so_body .bottomBox form input::-webkit-input-placeholder,
  .so_body .bottomBox form textarea::placeholder {
    font-size: 14px;
    line-height: 36px;
  }
  .so_body .bottomBox form textarea {
    height: 90px;
  }
  .so_body .bottomBox form .submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .so_body .bottomBox form .submit input {
    width: 250px;
    height: 40px;
    font-size: 15px;
  }
  .fft_body .b_t {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
  }
  .fft_body .prev_a,
  .fft_body .next_a {
    width: 36px;
    height: 36px;
    border: 1px solid #ccc;
  }
  .fft_body .prev_a i,
  .fft_body .next_a i {
    font-size: 18px;
  }
  .fft_body .swiper-slide .f_a {
    font-size: 16px;
    line-height: 26px;
  }
  .fft_body .swiper-slide .fi_box .js {
    line-height: 30px;
  }
  .fft_body .huanye {
    margin-top: 10px;
    padding: 5px 0px;
    background-color: transparent;
  }
  .fft_body .huanye div {
    width: 100%;
    font-size: 14px;
    padding: 0px 10px;
    background-color: #eee;
    margin-top: 8px;
  }
  .fft_body .textBox {
    font-size: 14px;
    line-height: 22px;
  }
  .fft_body .share {
    justify-content: center;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .fft_body .s_h {
    margin-left: 10px;
  }
  .fft_body .juzhong {
    margin-top: 20px;
  }
  .fft_body .lunbo_a {
    margin-top: 10px;
    margin-bottom: 20px;
  }
  footer .content {
    padding-top: 20px;
  }
  footer .ft_a .logoBox {
    width: 138px;
  }
  footer .ft_b {
    margin-top: 15px;
    padding-bottom: 15px;
  }
  footer .ftb_r {
    display: none;
  }
  footer .icBox a {
    width: 31px;
    height: 31px;
    margin-right: 5px;
  }
  footer .icBox a i {
    font-size: 17px;
    line-height: 29px;
  }
  footer .ft_c {
    padding-top: 10px;
    font-size: 14px;
    padding-bottom: 40px;
    line-height: 25px;
  }
}
@font-face {
  font-family: 'Avenir-Black';
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/Avenir-Black.eot');
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/Avenir-Black.eot') format('embedded-opentype'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/Avenir-Black.woff2') format('woff2'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/Avenir-Black.woff') format('woff'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/Avenir-Black.ttf') format('truetype'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/Avenir-Black.svg#Avenir-Black') format('svg');
}
@font-face {
  font-family: 'Avenir-Book';
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirBook4.eot');
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirBook4.eot') format('embedded-opentype'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirBook4.woff2') format('woff2'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirBook4.woff') format('woff'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirBook4.ttf') format('truetype'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirBook4.svg#AvenirBook4') format('svg');
}
@font-face {
  font-family: 'AvenirLTStd-Heavy';
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirLTStd-Heavy.eot');
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirLTStd-Heavy.eot') format('embedded-opentype'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirLTStd-Heavy.woff2') format('woff2'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirLTStd-Heavy.ttf') format('truetype'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
}
@font-face {
  font-family: "iconfont";
  /* Project id 4160138 */
  src: url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/iconfont.woff2?t=1695202773948') format('woff2'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/iconfont.woff?t=1695202773948') format('woff'), url('//cdn.xuansiwei.com/yujia10036/themes/simplebootx/woweijia/fonts/iconfont.ttf?t=1695202773948') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 26px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.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-sanjiaoleft-copy:before {
  content: "\eb8e";
}
.icon-sanjiaoleft:before {
  content: "\e609";
}
.icon-youjiantou:before {
  content: "\e73d";
}
.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-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";
}
.wuone{ font-size:14px;  line-height:30px;}
.xunpanc{ width:100%; margin-top:10px;}
.xunpanc .table table tr td{font-size: 14px;
   
    line-height: 20px;}
.xunpanc a{ color:#333; font-size:14px;} 	
.xunpanc a:hover{ color:#bc875b}	
.listcart {
	width: 100%;
	
	margin-top:20px;
}
.listcart a {
	display: inline-block;
	height: 30px;
	min-width: 150px;
	line-height: 30px;
	cursor: pointer;
	border: none;
	overflow: hidden;
	background: #bc875b;
	cursor: pointer;

	padding-left: 10px;
	padding-right: 10px;
	text-align: center; 
	font-size: 14px;
	
	margin-left: 10px; color:#fff;
}
.listcart a:hover {
	
	background: #333;
	color: #fff
}
 @media screen and (max-width:767px) {
.listcart a {
	width: 40%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	padding-left: 0px;
	padding-right: 0px
}
.listcart {
	width: 100%;
	margin-top: 2rem
}
}
 @media screen and (max-width:420px) {
.listcart a {
	width: 95% !important;
	float: none;
	overflow: hidden;
	margin-bottom: 1rem;
	margin-bottom: 1rem
}
}


.domain2 {
	background: #000000;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 99999999;
}

.domain2 .do2n {
	width: 95%;
	max-width: 1126px;
	max-height: 80%;
	overflow: auto;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 43px 69px 63px 70px;
	padding-top: 35px;
	position: relative;
}

.domain2 .b_t {
	width: 100%;
	font-family: AvenirLTStd-Heavy;
	font-size: 48px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 60px;
	letter-spacing: -1px;
	color: #333333;
	text-align: center;
}

.domain2 .b_t {
	margin-bottom: 59px;
}

.domain2 form {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.domain2 form .l_box {
	width: 49.2%;
}

.domain2 form .l_box p {
	margin-top: 24px;
}

.domain2 form .l_box p:nth-of-type(1) {
	margin-top: 0px;
}

.domain2 form .r_box {
	width: 49.2%;
}

.domain2 form .r_box p {
	margin-top: 19px;
}

.domain2 form .r_box p:nth-of-type(1) {
	margin-top: 0px;
}

.domain2 form .yzm {
	position: relative;
}

.domain2 form .yzm input {
	padding-right: 120px;
	height: 49px;
}

.domain2 form .yzm a {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	width: 97px;
	height: 30px;
}

.domain2 form .yzm a img {
	width: 100%;
	height: 100%;
}

.domain2 form p {
	width: 100%;
}

.domain2 form input,
.domain2 form textarea {
	width: 100%;
	display: block;
	background-color: #ffffff;
	border: solid 1px #cccccc;
	outline: none;
	resize: none;
	font-family: Avenir-Book;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #333;
	height: 44px;
	text-indent: 14px;
}

.domain2 form input::placeholder,
.domain2 form input::-webkit-input-placeholder,
.domain2 form textarea::placeholder {
	font-family: Avenir-Book;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 0px;
	color: #999999;
}

.domain2 form textarea {
	height: 181px;
}

.domain2 form .submit {
	width: 100%;
	margin-top: 54px;
}

.domain2 form .submit input {
	width: 300px;
	height: 50px;
	border: 1px solid #222222;
	background-color: #222;
	font-family: Avenir-Book;
	font-size: 16px;
	color: #ffffff;
	cursor: pointer;
	transition: 0.3s;
	margin: auto;
	text-transform: uppercase;
}

.domain2 form .submit input:hover {
	background-color: #fff;
	color: #222;
}
.domain2 .guanbi {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	right: 20px;
	color: #a00303;
	cursor: pointer;
}

@media screen and (max-width: 992px) {
	.domain2 .do2n {
		padding: 30px 40px;
		padding-top: 35px;
	}
	.domain2 .b_t {
		font-size: 26px;
		line-height: 36px;
	}
	.domain2 .b_t {
		margin-bottom: 15px;
	}
	
	.domain2 form .submit {
		margin-top: 30px;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 768px) {
	.domain2 .b_t {
		font-size: 22px;
		line-height: 30px;
	}
	.domain2  {
		padding-top: 30px;
	}
	
	.domain2  form .l_box {
		width: 100%;
	}
	
	.domain2  form .l_box p {
		margin-top: 15px;
	}
	
	.domain2  form .r_box {
		width: 100%;
		margin-top: 15px;
	}
	
	.domain2  form .r_box p {
		margin-top: 15px;
	}
	
	.domain2  form input,
	.domain2  form textarea {
		font-size: 15px;
		line-height: 40px;
		height: 38px;
		text-indent: 10px;
	}
	
	.domain2  form input::placeholder,
	.domain2  form input::-webkit-input-placeholder,
	.domain2 form textarea::placeholder {
		font-size: 15px;
		line-height: 40px;
	}
	
	.domain2  form textarea {
		height: 120px;
	}
	
	.domain2  form .submit {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.domain2 form .submit input {
		width: 250px;
		height: 40px;
		font-size: 15px;
	}
	
}
@media screen and (max-width: 480px) {
	.domain2 .do2n {
		padding: 30px 20px;
		padding-top: 30px;
	}
	.domain2 .b_t {
		margin-bottom: 10px;
	}
	
	.domain2 form .l_box {
		width: 100%;
	}
	
	.domain2 form .l_box p {
		margin-top: 10px;
	}
	
	.domain2 form .r_box {
		width: 100%;
		margin-top: 10px;
	}
	
	.domain2 form .r_box p {
		margin-top: 10px;
	}
	
	.domain2 form input,
	.domain2 form textarea {
		font-size: 14px;
		line-height: 34px;
		height: 36px;
		text-indent: 10px;
	}
	
	.domain2 form input::placeholder,
	.domain2 form input::-webkit-input-placeholder,
	.domain2 form textarea::placeholder {
		font-size: 14px;
		line-height: 36px;
	}
	
	.domain2 form textarea {
		height: 90px;
	}
	
	.domain2 form .submit {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 40px;
	}
	
	.domain2 form .submit input {
		width: 250px;
		height: 40px;
		font-size: 15px;
	}
}
