.title-index {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.etitle-index {
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
}
.button-index-box {
  text-align: center;
}
.button-index-box .button-index {
  display: inline-block;
  width: 288px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background-color: #ff9934;
  color: #fff;
  padding: 15px;
  cursor: pointer;
}
.flag_warpper {
  width: 100%;
}
.flag_warpper .flag img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.crumb-wrapper .crumb {
  height: 46px;
  line-height: 46px;
}
.crumb-wrapper .crumb i,
.crumb-wrapper .crumb span,
.crumb-wrapper .crumb a {
  float: left;
  height: 46px;
  line-height: 46px;
  margin-left: 5px;
}
.header-wrapper {
  width: 100%;
  background-color: #202b3a;
}
.header-wrapper .header {
  position: relative;
  box-sizing: border-box;
  height: 80px;
}
.header-wrapper .header .logo,
.header-wrapper .header ul,
.header-wrapper .header ul li,
.header-wrapper .header .tel {
  float: left;
}
.header-wrapper .header .logo {
  width: 200px;
  height: 50px;
  padding: 15px 0;
  background: url('../images/logo.png') left center no-repeat;
  background-size: 100%;
  overflow: hidden;
  margin-right: 30px;
}
.header-wrapper .header ul li {
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.header-wrapper .header ul .active {
  background-color: #0062ff;
}
.header-wrapper .header ul li .nav-a {
  display: block;
  width: 115px;
  line-height: 80px;
  color: #eee;
  font-size: 16px;
  text-align: center;
}
.header-wrapper .header ul li .sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 80px;
  background-color: #000;
  opacity: 0.8;
}
.header-wrapper .header ul li .sub-menu .sub-a {
  display: block;
  width: 115px;
  max-width: 115px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
}
.header-wrapper .header ul li .sub-menu .sub-a:hover {
  color: #ff9934;
}
.header-wrapper .header ul li:hover {
  background-color: #0062ff;
}
.header-wrapper .header ul li:hover > .sub-menu {
  display: block;
}
.header-wrapper .header .tel {
  float: right;
  color: #ff9934;
  font-size: 18px;
}
.header-wrapper .header .tel i {
  float: left;
  line-height: 80px;
  font-size: 22px;
  font-weight: bold;
  margin-right: 10px;
}
.header-wrapper .header .tel a {
  float: left;
  line-height: 80px;
  color: #ff9934;
  font-size: 18px;
  cursor: pointer;
}

.header-wrapper .header .version{
  position: absolute;
  right:0;
  top:8px;
}

.header-wrapper .header .version a{
  color: #333;
  padding: 3px 5px;
  background-color: #ececec;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
}

.header-wrapper .header .version a:hover{
  background-color: #fff;
}

.header-wrapper .header .expland {
  display: none;
}
.header-wrapper .header .expland-menu {
  display: none;
}
.slider-wrapper {
  width: 100%;
}
.slider-wrapper .swiper {
  --swiper-pagination-color: #fff;
  --swiper-navigation-color: #ff9934;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}
.slider-wrapper .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 640px;
  cursor: pointer;
}
.product-wrapper {
  width: 100%;
  padding: 50px 0;
}
.product-wrapper .product-index-list {
  padding: 30px 10px;
}
.product-wrapper .product-index-list .product-index-item {
  float: left;
  cursor: pointer;
  background-color: #eee;
  border-radius: 5px;
  margin-right: 45px;
}
.product-wrapper .product-index-list .product-index-item img {
  padding: 5px;
  width: 256px;
  height: 256px;
  vertical-align: bottom;
}
.product-wrapper .product-index-list .product-index-item label {
  display: block;
  text-align: center;
  height:40px;
  line-height: 40px;
  cursor: pointer;
  max-width:256px;
  overflow:hidden;
}
.product-wrapper .product-index-list .product-index-item:hover > label {
  color: #ff9934;
}
.product-wrapper .product-index-item:nth-child(4n) {
  margin-right: 0;
}
.about-wrapper {
  width: 100%;
  padding: 50px 0;
  background-color: #202b3a;
}
.about-wrapper .about-box .about-left {
  float: left;
  width: 680px;
}
.about-wrapper .about-box .about-left .about-title {
  border-left: 6px solid #ff9934;
  padding-left: 36px;
}
.about-wrapper .about-box .about-left .about-title h1 {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.about-wrapper .about-box .about-left .about-title h2 {
  margin-top: 10px;
  font-size: 20px;
  color: #fff;
}
.about-wrapper .about-box .about-left p {
  color: #fff;
  line-height: 30px;
  margin-top: 30px;
  max-height: 333px;
  overflow: hidden;
}
.about-wrapper .about-box .about-left a {
  display: block;
  width: 100px;
  text-align: center;
  margin-top: 20px;
  padding: 15px 5px;
  color: #fff;
  background-color: #ff9934;
}
.about-wrapper .about-box .about-right {
  float: right;
}
.about-wrapper .about-box .about-right img {
  width: 500px;
  height: 376px;
  vertical-align: bottom;
}
.about-wrapper .about-count {
  margin-top: 30px;
}
.about-wrapper .about-count .about-count-item {
  float: left;
  width: 25%;
  text-align: center;
}
.about-wrapper .about-count .about-count-item span,
.about-wrapper .about-count .about-count-item label {
  display: block;
}
.about-wrapper .about-count .about-count-item label {
  font-size: 30px;
  margin-bottom: 16px;
  height: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #ff9934;
}
.about-wrapper .about-count .about-count-item label i {
  display: inline-block;
  height: 30px;
  font-size: 14px;
  color: #fff;
}
.about-wrapper .about-count .about-count-item span {
  color: #ccc;
}
.case-wrapper {
  width: 100%;
  padding: 50px 0;
}
.case-wrapper .case-index-list {
  padding: 30px 10px;
}
.case-wrapper .case-index-list .case-index-item {
  float: left;
  cursor: pointer;
  margin-bottom: 15px;
  margin-right: 25px;
}
.case-wrapper .case-index-list .case-index-item img {
  display: block;
  box-sizing: border-box;
  border: 1px solid #ececec;
  width: 375px;
  height: 150px;
  vertical-align: bottom;
}
.case-wrapper .case-index-list .case-index-item label {
  display: block;
  text-align: center;
  background-color: #eee;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  cursor: pointer;
}
.case-wrapper .case-index-list .case-index-item:hover > label {
  color: #ff9934;
}
.case-wrapper .case-index-list .case-index-item:nth(3n) {
  margin-right: 0;
}
.news-wrapper {
  width: 100%;
  padding: 50px 0;
  background-color: #f5f5f5;
}
.news-wrapper .news-index-list {
  padding: 30px 10px;
}
.news-wrapper .news-index-list .news-index-item {
  float: left;
  cursor: pointer;
  margin-right: 24px;
  margin-bottom: 50px;
}
.news-wrapper .news-index-list .news-index-item .news-item-img {
  float: left;
  position: relative;
  margin-right: 16px;
}
.news-wrapper .news-index-list .news-index-item .news-item-img img {
  width: 220px;
  height: 160px;
  vertical-align: bottom;
}
.news-wrapper .news-index-list .news-index-item .news-item-img .news-item-type {
  position: absolute;
  left: 0;
  top: 0;
  width: 68px;
  text-align: center;
  background-color: #000;
  opacity: 1;
  padding: 8px;
  color: #fff;
}
.news-wrapper .news-index-list .news-index-item .news-item-content {
  float: left;
}
.news-wrapper .news-index-list .news-index-item .news-item-content span {
  display: block;
}
.news-wrapper .news-index-list .news-index-item .news-item-content .news-item-title {
  width: 340px;
  max-width: 340px;
  font-size: 16px;
  height: 16px;
  line-height: 16px;
  overflow: hidden;
  color: #000;
  margin-bottom: 10px;
}
.news-wrapper .news-index-list .news-index-item .news-item-content p {
  width: 340px;
  box-sizing: border-box;
  padding: 6px;
  line-height: 24px;
  height: 84px;
  overflow: hidden;
  background-color: #fff;
  color: #666;
  margin-bottom: 20px;
  border-radius: 10px;
}
.news-wrapper .news-index-list .news-index-item .news-item-content .news-item-desc {
  width: 340px;
}
.news-wrapper .news-index-list .news-index-item .news-item-content .news-item-desc label {
  float: left;
  color: #333;
}
.news-wrapper .news-index-list .news-index-item .news-item-content .news-item-desc .item-visit {
  cursor: pointer;
  float: left;
}
.news-wrapper .news-index-list .news-index-item .news-item-content .news-item-desc .item-visit i {
  color: #ff9934;
}
.news-wrapper .news-index-list .news-index-item .news-item-content .news-item-desc .item-time {
  cursor: pointer;
  float: right;
}
.news-wrapper .news-index-list .news-index-item:nth(2n) {
  margin-right: 0;
}
.news-wrapper .news-index-list .news-index-item:hover > .news-item-content .news-item-title {
  color: #ff9934;
}
.news-wrapper .button-top {
  margin-top: -20px;
}
.footer-wrapper {
  width: 100%;
  background-color: #202b3a;
}
.footer-wrapper .footer-box {
  padding: 30px 10px;
}
.footer-wrapper .footer-box .footer-menu,
.footer-wrapper .footer-box .footer-weixin,
.footer-wrapper .footer-box .footer-contact {
  float: left;
}
.footer-wrapper .footer-box .footer-menu {
  width: 560px;
}
.footer-wrapper .footer-box .footer-menu .footer-menu-list {
  width: 30%;
  float: left;
  margin-right: 20px;
}
.footer-wrapper .footer-box .footer-menu .footer-menu-list label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-wrapper .footer-box .footer-menu .footer-menu-list ul li a {
  color: #ccc;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}
.footer-wrapper .footer-box .footer-menu .footer-menu-list ul li a:hover {
  color: #ff9934;
}
.footer-wrapper .footer-box .footer-menu .footer-menu-list:nth-child(3n) {
  margin-right: 0;
}
.footer-wrapper .footer-box .footer-contact {
  width: 400px;
}
.footer-wrapper .footer-box .footer-contact label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: bold;
}
.footer-wrapper .footer-box .footer-contact .footer-address span,
.footer-wrapper .footer-box .footer-contact .footer-email span,
.footer-wrapper .footer-box .footer-contact .footer-tel span {
  float: left;
  max-width: 300px;
  line-height: 30px;
  color: #ccc;
}
.footer-wrapper .footer-box .footer-weixin label {
  display: block;
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.footer-wrapper .footer-box .footer-weixin img {
  display: block;
  width: 200px;
  height: 200px;
  vertical-align: bottom;
}
.copy-wrapper {
  width: 100%;
  background-color: #222;
  padding: 25px 0;
}
.copy-wrapper .copy-box div,
.copy-wrapper .copy-box span,
.copy-wrapper .copy-box a {
  float: left;
}
.copy-wrapper .copy-box span {
  color: #fff;
  margin-right: 30px;
}
.copy-wrapper .copy-box a {
  color: #fff;
  cursor: pointer;
}
.copy-wrapper .copy-box a:hover {
  color: #ff9934;
}
.copy-wrapper .copy-box div {
  float: right;
}
.copy-wrapper .copy-box div a {
  float: none;
  cursor: pointer;
  margin: 0 10px;
}
.content-wrapper {
  width: 100%;
  background-color: #f5f5f5;
}
.content-wrapper .content-box {
  padding: 28px 0;
}
.content-wrapper .content-box .content-left,
.content-wrapper .content-box .content-right {
  float: left;
}
.content-wrapper .content-box .content-left {
  width: 275px;
  margin-right: 50px;
  box-sizing: border-box;
}
.content-wrapper .content-box .content-left .content-type-list {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.content-wrapper .content-box .content-left .content-type-list .type-title {
  padding: 20px;
  background-color: #202b3a;
}
.content-wrapper .content-box .content-left .content-type-list .type-title h1 {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
}
.content-wrapper .content-box .content-left .content-type-list .type-title h2 {
  font-size: 16px;
  color: #fff;
}
.content-wrapper .content-box .content-left .content-type-list ul {
  background-color: #ececec;
}
.content-wrapper .content-box .content-left .content-type-list ul li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  margin: 0 20px;
  border-bottom: 1px solid #f5f5f5;
}
.content-wrapper .content-box .content-left .content-type-list ul li .current {
  color: #ff9934;
}
.content-wrapper .content-box .content-left .content-type-list ul li a sub {
  font-style: italic;
  color: #666;
  font-size: 12px;
  font-weight: bold;
}
.content-wrapper .content-box .content-left .content-type-list ul li a i {
  position: absolute;
  top: 0;
  right: 0;
}
.content-wrapper .content-box .content-left .content-topic-suggest {
  margin-bottom: 30px;
  box-sizing: border-box;
}
.content-wrapper .content-box .content-left .content-topic-suggest .topic-suggest-title {
  padding: 20px;
  background-color: #202b3a;
}
.content-wrapper .content-box .content-left .content-topic-suggest .topic-suggest-title h1,
.content-wrapper .content-box .content-left .content-topic-suggest .topic-suggest-title a {
  float: left;
}
.content-wrapper .content-box .content-left .content-topic-suggest .topic-suggest-title h1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.content-wrapper .content-box .content-left .content-topic-suggest .topic-suggest-title a {
  float: right;
  color: #fff;
  height: 16px;
  line-height: 16px;
}
.content-wrapper .content-box .content-left .content-topic-suggest .topic-suggest-title a:hover {
  color: #ff9934;
}
.content-wrapper .content-box .content-left .content-topic-suggest ul {
  background-color: #ececec;
}
.content-wrapper .content-box .content-left .content-topic-suggest ul li a {
  position: relative;
  display: block;
  max-width: 235px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  margin: 0 15px;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
}
.content-wrapper .content-box .content-left .content-contact-info {
  margin-bottom: 30px;
  box-sizing: border-box;
  background-color: #ececec;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-title {
  padding: 20px;
  background-color: #202b3a;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-title h1 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-company {
  margin: 20px 10px 10px 10px;
  border-bottom: 1px solid #ccc;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-company h2 {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-company p {
  margin: 10px 0 20px 0;
  line-height: 20px;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-detail {
  margin-top: 20px;
  padding: 0 20px 20px;
}
.content-wrapper .content-box .content-left .content-contact-info .contact-detail span {
  display: block;
  line-height: 24px;
}
.content-wrapper .content-box .content-right {
  box-sizing: border-box;
  width: 875px;
}
.content-wrapper .content-box .content-right .news-list-box .news-item {
  width: 835px;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 20px;
}
.content-wrapper .content-box .content-right .news-list-box .news-item img,
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail {
  float: left;
}
.content-wrapper .content-box .content-right .news-list-box .news-item img {
  box-sizing: border-box;
  width: 220px;
  height: 160px;
  vertical-align: bottom;
  margin-right: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
}
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail a {
  display: inline-block;
  max-width: 595px;
  font-size: 16px;
  line-height: 36px;
  height: 36px;
  font-weight: bold;
  overflow: hidden;
}
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail p {
  box-sizing: border-box;
  width: 595px;
  line-height: 24px;
  height: 72px;
  color: #999;
  overflow: hidden;
}
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box {
  width: 100%;
  margin-top: 20px;
}
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box span {
  float: left;
}
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box .icon-box-visit {
  float: right;
  margin-right: 6px;
}
.content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box .icon-box-visit i {
  color: #ff9934;
}
.content-wrapper .content-box .content-right .none-box {
  width: 100%;
  box-sizing: border-box;
  height: 188px;
  font-size: 18px;
  background-color: #fff;
  padding: 88px 20px 0;
  text-align: center;
  border-radius: 10px;
  color: #666;
  font-weight: bold;
}
.content-wrapper .content-box .content-right .product-list-box {
  width: 835px;
}
.content-wrapper .content-box .content-right .product-list-box .product-item {
  float: left;
  margin-bottom: 25px;
  background-color: #fff;
  margin-right: 87px;
}
.content-wrapper .content-box .content-right .product-list-box .product-item img {
  display: block;
  width: 200px;
  height: 200px;
  padding: 10px;
  vertical-align: bottom;
}
.content-wrapper .content-box .content-right .product-list-box .product-item a {
  display: block;
}
.content-wrapper .content-box .content-right .product-list-box .product-item .p-href {
  max-width: 200px;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  background-color: #202b3a;
}
.content-wrapper .content-box .content-right .product-list-box .product-item a:hover {
  color: #ff9934;
}
.content-wrapper .content-box .content-right .product-list-box .product-item:nth-child(3n) {
  margin-right: 0;
}
.content-wrapper .content-box .content-right .cases-list-box {
  width: 835px;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item {
  float: left;
  margin-bottom: 25px;
  background-color: #fff;
  width: 395px;
  margin-right: 45px;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item img {
  width: 375px;
  height: 150px;
  padding: 10px;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item a {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: bold;
  height: 48px;
  line-height: 48px;
  max-width: 395px;
  width: 395px;
  padding: 0 10px;
  overflow: hidden;
  background-color: #ececec;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item p {
  box-sizing: border-box;
  max-width: 395px;
  width: 395px;
  padding: 0 10px;
  overflow: hidden;
  line-height: 24px;
  height: 72px;
  margin: 10px 0;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item .icon-box {
  padding: 0px 10px 20px 10px;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item .icon-box span {
  float: left;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item .icon-box .icon-box-visit {
  float: right;
  margin-right: 6px;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item .icon-box .icon-box-visit i {
  color: #ff9934;
}
.content-wrapper .content-box .content-right .cases-list-box .cases-item:nth-child(2n) {
  margin-right: 0;
}
.content-wrapper .content-box .content-right .topic-content-box {
  width: 835px;
  padding: 20px;
  background-color: #fff;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-header {
  border-bottom: 1px solid #ececec;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-header h2 {
  float: left;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-header span {
  float: right;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-icon-box {
  padding: 10px 0;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-icon-box span {
  float: left;
  height: 24px;
  line-height: 24px;
  margin-right: 20px;
  color: #aaa;
  font-size: 14px;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-icon-box span i {
  font-size: 14px;
  height: 24px;
  line-height: 24px;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-content {
  padding: 10px 0;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-content p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
  color: #666;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-content img {
  max-width: 100%;
  vertical-align: bottom;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-relation {
  padding: 10px 0;
  border-top: 1px solid #ececec;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left,
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right {
  float: left;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left {
  margin-right: 20px;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left span,
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left a,
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right span,
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right a {
  float: left;
  height: 24px;
  line-height: 24px;
  color: #666;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left a,
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right a {
  width: 350px;
  max-width: 350px;
  overflow: hidden;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left a:hover,
.content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right a:hover {
  color: #ff9934;
}
.content-wrapper .content-box .content-right .topic-content-box #mapbox {
  width: 100%;
  height: 480px;
  overflow: hidden;
  border: 1px solid #ccc;
  margin-top: 20px;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail h2,
.content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail p {
  margin: 20px 0;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail p {
  font-size: 16px;
}
.content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail h2 {
  font-size: 18px;
  font-weight: bold;
}
.content-wrapper .content-box .content-right .product-content-box {
  width: 835px;
  padding: 20px;
  background-color: #fff;
}
.content-wrapper .content-box .content-right .product-content-box .product-header {
  border-bottom: 1px solid #ececec;
}
.content-wrapper .content-box .content-right .product-content-box .product-header h2 {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0;
}
.content-wrapper .content-box .content-right .product-content-box .product-header span {
  float: right;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic {
  margin-top: 20px;
  margin-bottom: 40px;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide,
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc {
  float: left;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide {
  width: 400px;
  margin-right: 15px;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper {
  width: 100%;
  height: 100%;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper-slide {
  background-size: cover;
  background-position: center;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .mySwiper2 {
  height: 80%;
  width: 100%;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc {
  width: 420px;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc h3 {
  border-left: 6px solid #ff9934;
  font-size: 16px;
  font-weight: bold;
  text-indent: 10px;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc p {
  margin: 20px 10px;
  color: #666;
  line-height: 24px;
  height: 120px;
  overflow: hidden;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc a {
  display: block;
  margin-top: 60px;
  font-size: 18px;
  background-color: #ff9934;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  opacity: 1;
  transition: 0.3s;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc a i {
  font-size: 18px;
  margin-right: 6px;
  font-weight: bold;
}
.content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc a:hover {
  opacity: 0.8;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-header span {
  float: left;
  font-size: 16px;
  text-align: left;
  margin: 0 20px;
  padding-bottom: 15px;
  cursor: pointer;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-header span:nth-child(1) {
  margin-left: 0;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-header .current {
  font-weight: bold;
  border-bottom: 3px solid #ff9934;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-about,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param {
  padding: 20px 0;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-about p,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size p,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param p {
  margin-bottom: 10px;
  color: #666;
  line-height: 25px;
  font-size: 15px;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-about img,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size img,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  margin: 0 auto;
}
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size,
.content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param {
  display: none;
}
.content-wrapper .content-box .content-right .topic-latest-box {
  width: 835px;
  margin-top: 40px;
  padding: 20px;
  background-color: #fff;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-title {
  padding-bottom: 20px;
  border-bottom: 2px solid #ececec;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-title h2 {
  font-size: 18px;
  font-weight: bold;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-list {
  margin: 20px 0;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item {
  float: left;
  margin-bottom: 20px;
  margin-right: 35px;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item img {
  float: left;
  width: 80px;
  height: 60px;
  vertical-align: bottom;
  margin-right: 10px;
  border-radius: 5%;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item div {
  float: left;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item div a {
  display: block;
  max-width: 292px;
  width: 292px;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  margin-bottom: 15px;
}
.content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item div span {
  display: block;
  color: #666;
}
.content-wrapper .content-box .content-right .page-box {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.content-wrapper .content-box .content-right .page-box .current {
  background-color: #ff9934;
  border: 1px solid #ff9934;
  color: #fff;
}
.content-wrapper .content-box .content-right .page-box a,
.content-wrapper .content-box .content-right .page-box span {
  display: inline-block;
  padding: 6px;
  border: 1px solid #fff;
  margin-right: 8px;
  background-color: #fff;
  color: #666;
}
.content-wrapper .content-box .content-right .page-box a:hover {
  color: #ff9934;
}
.content-wrapper .content-box .content-right .page-box a:last-child {
  margin-right: 0;
}
@media (max-width: 992px) {
  .w {
    width: 100vw;
  }
  .title-index {
    font-size: 5.33vw;
  }
  .etitle-index {
    font-size: 4.8vw;
  }
  .button-index-box .button-index {
    width: 76.8vw;
    padding: 4vw;
    font-size: 3.73vw;
    font-weight: bold;
  }
  .crumb-wrapper {
    display: none;
  }
  .flag_warpper .flag img {
    height: 30vw;
  }
  .header-wrapper .header {
    position: relative;
    height: 16vw;
    display: flex;
    justify-items: center;
    justify-content: space-between;
    padding: 0 2vw;
  }
  .header-wrapper .header .logo,
  .header-wrapper .header .tel,
  .header-wrapper .header .version,
  .header-wrapper .header .expland {
    float: none;
  }
  .header-wrapper .header .logo {
    width: 24vw;
    height: 8vw;
    padding: 4vw 0;
    margin-right: auto;
  }
  .header-wrapper .header .nav {
    display: none;
  }
  .header-wrapper .header .tel {
    float: none;
  }
  .header-wrapper .header .tel i {
    float: none;
    font-size: 5.33vw;
    line-height: 16vw;
    margin-right: 1vw;
  }
  .header-wrapper .header .tel a {
    float: none;
    font-size: 5.33vw;
    line-height: 16vw;
  }

  .header-wrapper .header .version{
    position: static;
    margin-top:6vw;
    margin-left:2.5vw;
  }

  .header-wrapper .header .version a{
    color: #333;
    padding: 1vw 2vw;
    background-color: #ececec;
    border-radius: 2vw;
    font-size: 3.2vw;
    font-weight: bold;
  }

  .header-wrapper .header .version a:hover{
    background-color: #fff;
  }

  .header-wrapper .header .expland {
    display: block;
    margin-left: auto;
  }
  .header-wrapper .header .expland i {
    display: block;
    font-size: 9.48vw;
    margin-top: 2vw;
    padding: 1vw;
    color: #eee;
    border: 0.26vw solid #202b3a;
    border-radius: 10%;
  }
  .header-wrapper .header .expland .menu-current {
    border: 0.26vw solid #eee;
  }
  .header-wrapper .header .expland-menu {
    position: absolute;
    background-color: #fff;
    left: 0;
    top: 16vw;
    z-index: 10;
    width: 90vw;
    height: auto;
    padding: 5vw;
  }
  .header-wrapper .header .expland-menu ul {
    display: flex;
    flex-direction: column;
  }
  .header-wrapper .header .expland-menu ul li a {
    box-sizing: border-box;
    width: 90vw;
    display: block;
    font-size: 4.5vw;
    line-height: 8vw;
    border-bottom: 0.26vw solid #ececec;
    padding: 2vw 0;
  }
  .header-wrapper .header .expland-menu ul li a:hover {
    color: #000;
  }
  .slider-wrapper .swiper {
    --swiper-navigation-size: 4vw;
    /* 设置按钮大小 */
  }
  .slider-wrapper .swiper .swiper-slide img {
    height: 46vw;
  }
  .product-wrapper {
    width: 100vw;
    padding: 8vw 0;
  }
  .product-wrapper .product-index-list {
    box-sizing: border-box;
    display: flex;
    padding: 8vw 2vw;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .product-wrapper .product-index-list .product-index-item {
    float: none;
    border-radius: 1.33vw;
    margin-right: 4vw;
    margin-bottom: 2.66vw;
  }
  .product-wrapper .product-index-list .product-index-item img {
    box-sizing: border-box;
    padding: 2vw;
    width: 46vw;
    height: 46vw;
  }
  .product-wrapper .product-index-list .product-index-item label {
    box-sizing: border-box;
    width: 46vw;
    max-width: 46vw;
    padding: 2vw;
    height: 10.66vw;
    line-height: 10.66vw;
    font-size: 3.73vw;
    overflow: hidden;
  }
  .product-wrapper .product-index-item:nth-child(2n) {
    margin-right: 0;
  }
  .about-wrapper {
    width: 100vw;
    padding: 8vw 0;
  }
  .about-wrapper .about-box {
    display: flex;
    flex-direction: column;
  }
  .about-wrapper .about-box .about-left {
    float: none;
    width: 100vw;
  }
  .about-wrapper .about-box .about-left .about-title {
    border-left: 1.6vw solid #ff9934;
    padding-left: 6vw;
  }
  .about-wrapper .about-box .about-left .about-title h1 {
    font-size: 5.33vw;
  }
  .about-wrapper .about-box .about-left .about-title h2 {
    margin-top: 2.66vw;
    font-size: 4.26vw;
  }
  .about-wrapper .about-box .about-left p {
    padding: 2vw;
    font-size: 3.73vw;
    line-height: 6vw;
    margin-top: 4vw;
  }
  .about-wrapper .about-box .about-left a {
    width: 76.8vw;
    padding: 4vw;
    font-size: 3.73vw;
    font-weight: bold;
    margin: 5vw auto 8vw;
  }
  .about-wrapper .about-box .about-right {
    float: none;
  }
  .about-wrapper .about-box .about-right img {
    width: 100vw;
    height: 75vw;
    vertical-align: bottom;
  }
  .about-wrapper .about-count {
    margin-top: 5.33vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about-wrapper .about-count .about-count-item {
    float: none;
    width: 25vw;
  }
  .about-wrapper .about-count .about-count-item label {
    font-size: 5.33vw;
    margin-bottom: 4.26vw;
    height: 8vw;
    line-height: 8vw;
  }
  .about-wrapper .about-count .about-count-item label i {
    display: inline-block;
    height: 8vw;
    font-size: 3.73vw;
  }
  .case-wrapper {
    width: 100vw;
    padding: 8vw 0;
  }
  .case-wrapper .case-index-list {
    padding: 8vw 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .case-wrapper .case-index-list .case-index-item {
    float: none;
    margin-bottom: 2.66vw;
    margin-right: 2vw;
  }
  .case-wrapper .case-index-list .case-index-item img {
    box-sizing: border-box;
    width: calc(46vw - 2px);
    height: 18vw;
  }
  .case-wrapper .case-index-list .case-index-item label {
    box-sizing: border-box;
    padding: 0 2vw;
    width: calc(46vw - 2px);
    max-width: calc(46vw - 2px);
    font-size: 3.73vw;
    height: 10.66vw;
    line-height: 10.66vw;
    font-weight: normal;
    overflow: hidden;
  }
  .case-wrapper .case-index-list .case-index-item:nth(2n) {
    margin-right: 0;
  }
  .case-wrapper .case-index-list .case-index-item:nth(3n) {
    margin-right: 0;
  }
  .news-wrapper {
    width: 100vw;
    padding: 8vw 0;
  }
  .news-wrapper .news-index-list {
    padding: 8vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .news-wrapper .news-index-list .news-index-item {
    float: none;
    display: flex;
    margin-bottom: 8vw;
    margin-right: 0;
    padding: 0 2vw;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-img {
    float: none;
    margin-right: 2vw;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-img img {
    width: 44vw;
    height: 33vw;
    vertical-align: bottom;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-img .news-item-type {
    width: 18vw;
    font-size: 3.73vw;
    padding: 2vw;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-content {
    float: none;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-content span {
    display: block;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-content .news-item-title {
    margin-top: 2.33vw;
    width: 50vw;
    max-width: 50vw;
    font-size: 3.73vw;
    height: 4.26vw;
    line-height: 4.26vw;
    margin-bottom: 2.66vw;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-content p {
    width: 50vw;
    padding: 2vw;
    line-height: 6.4vw;
    height: 22vw;
    overflow: hidden;
    margin-bottom: 5.33vw;
    border-radius: 2.66vw;
    font-size: 3.73vw;
  }
  .news-wrapper .news-index-list .news-index-item .news-item-content .news-item-desc {
    display: none;
  }
  .news-wrapper .news-index-list .news-index-item:nth(2n) {
    margin-right: 0;
  }
  .news-wrapper .news-index-list .news-index-item:hover > .news-item-content .news-item-title {
    color: #ff9934;
  }
  .news-wrapper .button-top {
    margin-top: -8vw;
  }
  .footer-wrapper {
    width: 100vw;
  }
  .footer-wrapper .footer-box {
    box-sizing: border-box;
    padding: 8vw 2vw;
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }
  .footer-wrapper .footer-box .footer-menu,
  .footer-wrapper .footer-box .footer-weixin,
  .footer-wrapper .footer-box .footer-contact {
    float: none;
  }
  .footer-wrapper .footer-box .footer-menu {
    width: 96vw;
    display: flex;
    justify-content: space-between;
  }
  .footer-wrapper .footer-box .footer-menu .footer-menu-list {
    width: 32vw;
    float: none;
    margin-right: 0;
  }
  .footer-wrapper .footer-box .footer-menu .footer-menu-list label {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
  }
  .footer-wrapper .footer-box .footer-menu .footer-menu-list ul li a {
    height: 8vw;
    line-height: 8vw;
    font-size: 3.73vw;
  }
  .footer-wrapper .footer-box .footer-contact {
    width: 96vw;
    margin-top: 2.66vw;
  }
  .footer-wrapper .footer-box .footer-contact label {
    font-size: 4.26vw;
    margin-bottom: 2.66vw;
    font-weight: bold;
  }
  .footer-wrapper .footer-box .footer-contact .footer-address,
  .footer-wrapper .footer-box .footer-contact .footer-email,
  .footer-wrapper .footer-box .footer-contact .footer-tel {
    display: flex;
  }
  .footer-wrapper .footer-box .footer-contact .footer-address span,
  .footer-wrapper .footer-box .footer-contact .footer-email span,
  .footer-wrapper .footer-box .footer-contact .footer-tel span {
    float: none;
    max-width: 80vw;
    line-height: 8vw;
  }
  .footer-wrapper .footer-box .footer-contact .footer-address span:nth-child(1),
  .footer-wrapper .footer-box .footer-contact .footer-email span:nth-child(1),
  .footer-wrapper .footer-box .footer-contact .footer-tel span:nth-child(1) {
    display: inline-block;
    font-size: 3.73vw;
    float: none;
    line-height: 8vw;
    vertical-align: top;
  }
  .footer-wrapper .footer-box .footer-contact .footer-address span:nth-child(2),
  .footer-wrapper .footer-box .footer-contact .footer-email span:nth-child(2),
  .footer-wrapper .footer-box .footer-contact .footer-tel span:nth-child(2) {
    display: inline-block;
    font-size: 3.73vw;
    width: 80vw;
  }
  .footer-wrapper .footer-box .footer-weixin {
    width: 96vw;
    margin-top: 2.66vw;
  }
  .footer-wrapper .footer-box .footer-weixin label {
    font-size: 4.26vw;
    margin-bottom: 5.33vw;
  }
  .footer-wrapper .footer-box .footer-weixin img {
    width: 50vw;
    height: 50vw;
  }
  .copy-wrapper {
    width: 100vw;
    padding: 6vw 0;
  }
  .copy-wrapper .copy-box {
    display: flex;
    flex-direction: column;
  }
  .copy-wrapper .copy-box div,
  .copy-wrapper .copy-box span,
  .copy-wrapper .copy-box a {
    float: none;
  }
  .copy-wrapper .copy-box span {
    margin-left: 2vw;
    font-size: 3.73vw;
    margin-right: 0;
  }
  .copy-wrapper .copy-box a {
    font-size: 3.73vw;
    margin: 2.66vw 0 2.66vw 2vw;
  }
  .copy-wrapper .copy-box div {
    float: none;
    display: none;
  }
  .copy-wrapper .copy-box div a {
    float: none;
    margin: 0 2.66vw;
  }
  .content-wrapper {
    width: 100vw;
  }
  .content-wrapper .content-box {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .content-wrapper .content-box .content-left,
  .content-wrapper .content-box .content-right {
    float: none;
  }
  .content-wrapper .content-box .content-left {
    width: 100vw;
    margin-right: 0;
    box-sizing: border-box;
  }
  .content-wrapper .content-box .content-left .content-type-list {
    margin-bottom: 4vw;
  }
  .content-wrapper .content-box .content-left .content-type-list .type-title {
    display: none;
  }
  .content-wrapper .content-box .content-left .content-type-list ul {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .content-wrapper .content-box .content-left .content-type-list ul li a {
    height: 12vw;
    line-height: 12vw;
    font-size: 3.73vw;
    margin: 0 3vw;
    border-bottom: none;
  }
  .content-wrapper .content-box .content-left .content-type-list ul li .current {
    color: #ff9934;
  }
  .content-wrapper .content-box .content-left .content-type-list ul li a sub {
    display: none;
  }
  .content-wrapper .content-box .content-left .content-type-list ul li a i {
    display: none;
  }
  .content-wrapper .content-box .content-left .content-topic-suggest {
    display: none;
  }
  .content-wrapper .content-box .content-left .content-contact-info {
    display: none;
  }
  .content-wrapper .content-box .content-right {
    width: 100vw;
  }
  .content-wrapper .content-box .content-right .news-list-box {
    display: flex;
    flex-direction: column;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item {
    width: 100vw;
    margin-bottom: 5.33vw;
    background-color: #fff;
    padding: 2vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item img,
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail {
    float: none;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item img {
    width: 36vw;
    height: 28vw;
    margin-right: 2vw;
    border-radius: 5%;
    border: none;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail a {
    max-width: 48vw;
    font-size: 3.73vw;
    line-height: 5vw;
    height: 5vw;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail p {
    width: 48vw;
    line-height: 5vw;
    height: 15vw;
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box {
    width: 100%;
    margin-top: 4vw;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box span {
    float: none;
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box span i {
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .news-list-box .news-item .news-item-detail .icon-box .icon-box-visit {
    display: none;
  }
  .content-wrapper .content-box .content-right .none-box {
    width: 90vw;
    height: 50vw;
    font-size: 4.8vw;
    padding: 23vw 3vw 0;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 3vw;
  }
  .content-wrapper .content-box .content-right .product-list-box {
    box-sizing: border-box;
    width: 100vw;
    padding: 0 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .content-wrapper .content-box .content-right .product-list-box .product-item {
    float: none;
    margin-bottom: 6vw;
    background-color: #fff;
    margin-right: 8vw;
  }
  .content-wrapper .content-box .content-right .product-list-box .product-item img {
    width: 40vw;
    height: 40vw;
    padding: 2vw;
  }
  .content-wrapper .content-box .content-right .product-list-box .product-item .p-href {
    width: 40vw;
    max-width: 40vw;
    height: 6vw;
    line-height: 6vw;
    padding: 0 2vw;
  }
  .content-wrapper .content-box .content-right .product-list-box .product-item a:hover {
    color: #ff9934;
  }
  .content-wrapper .content-box .content-right .product-list-box .product-item:nth-child(2n) {
    margin-right: 0;
  }
  .content-wrapper .content-box .content-right .product-list-box .product-item:nth-child(3n) {
    margin-right: 0;
  }
  .content-wrapper .content-box .content-right .cases-list-box {
    box-sizing: border-box;
    width: 100vw;
    padding: 0 2vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
  .content-wrapper .content-box .content-right .cases-list-box .cases-item {
    float: none;
    margin-bottom: 6vw;
    width: 46vw;
    margin-right: 4vw;
  }
  .content-wrapper .content-box .content-right .cases-list-box .cases-item img {
    width: 44vw;
    height: 16vw;
    padding: 2vw;
  }
  .content-wrapper .content-box .content-right .cases-list-box .cases-item a {
    font-size: 3.73vw;
    font-weight: bold;
    height: 10.66vw;
    line-height: 10.66vw;
    max-width: 46vw;
    width: 46vw;
    padding: 0 2vw;
  }
  .content-wrapper .content-box .content-right .cases-list-box .cases-item p {
    max-width: 46vw;
    width: 46vw;
    padding: 0 2vw;
    line-height: 6vw;
    height: 18vw;
    margin: 2vw 0;
    color: #999;
  }
  .content-wrapper .content-box .content-right .cases-list-box .cases-item .icon-box {
    display: none;
  }
  .content-wrapper .content-box .content-right .cases-list-box .cases-item:nth-child(2n) {
    margin-right: 0;
  }
  .content-wrapper .content-box .content-right .topic-content-box {
    width: 100vw;
    padding: 4vw;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-header {
    display: flex;
    flex-direction: column;
    border-bottom: 0.26vw solid #ececec;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-header h2 {
    float: none;
    line-height: 8vw;
    font-size: 5.33vw;
    font-weight: bold;
    padding: 2vw 0;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-header span {
    float: none;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-icon-box {
    padding: 2vw 0;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-icon-box span {
    float: left;
    height: 6.4vw;
    line-height: 6.4vw;
    margin-right: 3vw;
    color: #aaa;
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-icon-box span i {
    font-size: 3.73vw;
    height: 6.4vw;
    line-height: 6.4vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-content {
    padding: 2vw 0;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-content p {
    font-size: 4.26vw;
    line-height: 8vw;
    margin-bottom: 3vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation {
    padding: 2vw 0;
    border-top: 0.26vw solid #ececec;
    display: flex;
    flex-direction: column;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left,
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right {
    float: none;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left {
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left span,
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left a,
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right span,
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right a {
    float: none;
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-left a,
  .content-wrapper .content-box .content-right .topic-content-box .topic-relation .relation-right a {
    width: 80vw;
    max-width: 80vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box #mapbox {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border: 1px solid #ccc;
    margin-top: 5.33vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail {
    margin-top: 8vw;
    padding: 4vw;
    border-radius: 10px;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail h2,
  .content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail p {
    margin: 4vw 0;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail p {
    font-size: 4.26vw;
  }
  .content-wrapper .content-box .content-right .topic-content-box .topic-contact-detail h2 {
    font-size: 4.8vw;
  }
  .content-wrapper .content-box .content-right .product-content-box {
    box-sizing: border-box;
    width: 100vw;
    padding: 4vw;
    display: flex;
    flex-direction: column;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-header {
    border-bottom: 0.26px solid #ececec;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-header h2 {
    float: none;
    display: block;
    height: 8vw;
    line-height: 8vw;
    font-size: 5.33vw;
    padding: 2vw 0;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-header span {
    display: none;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-pic {
    margin-top: 5.33vw;
    margin-bottom: 10.66vw;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide,
  .content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc {
    float: none;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide {
    width: 92vw;
    margin-right: 0;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .swiper {
    height: auto;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-pic .product-slide .mySwiper {
    padding: 2vw 0;
  }
  .content-wrapper .content-box .content-right .product-content-box .product-pic .product-desc {
    display: none;
  }
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-header span {
    float: none;
    font-size: 4.26vw;
    margin: 0 5.33vw;
    padding-bottom: 4vw;
  }
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-header .current {
    border-bottom: 0.78vw solid #ff9934;
  }
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-about,
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size,
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param {
    padding: 5.33vw 0;
  }
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-about p,
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size p,
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param p {
    margin-bottom: 3vw;
    line-height: 6.66vw;
    font-size: 4vw;
  }
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-size,
  .content-wrapper .content-box .content-right .product-content-box .product_detail .detail-param {
    display: none;
  }
  .content-wrapper .content-box .content-right .topic-latest-box {
    width: 100vw;
    margin-top: 10.66px;
    padding: 4vw;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-title {
    padding-bottom: 5.33vw;
    border-bottom: 0.52vw solid #ececec;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-title h2 {
    font-size: 4.8vw;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-list {
    margin: 2vw 0;
    display: flex;
    flex-direction: column;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item {
    float: none;
    margin-bottom: 2vw;
    margin-right: 0;
    display: flex;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item img {
    float: none;
    width: 20vw;
    height: 16vw;
    vertical-align: bottom;
    margin-right: 2vw;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item div {
    float: none;
    display: flex;
    flex-direction: column;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item div a {
    display: block;
    max-width: 70vw;
    width: 70vw;
    overflow: hidden;
    height: 6.4vw;
    line-height: 6.4vw;
    margin-bottom: 2vw;
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .topic-latest-box .latest-list .latest-item div span {
    font-size: 3.73vw;
  }
  .content-wrapper .content-box .content-right .page-box {
    padding: 2.66vw 0;
    margin-bottom: 2.66vw;
    border-radius: 10%;
  }
  .content-wrapper .content-box .content-right .page-box .current {
    border: none;
  }
  .content-wrapper .content-box .content-right .page-box a,
  .content-wrapper .content-box .content-right .page-box span {
    padding: 1.5vw;
    border: none;
    margin-right: 1.5vw;
    font-size: 3.73vw;
  }
}
