@charset "utf-8";
/*初始化*/
/*Html5*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
/*Base*/
html {
  font: 62.5%/1.8 "微软雅黑", "\5b8b\4f53", Arial, sans-serif;
  -ms-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  /*修正手持设备字体变化*/
  min-width: 16rem;
  overflow-x: hidden;
}
body {
  overflow: hidden;
}
* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  background: transparent;
  color: inherit;
  /*修正win8系统IE连接灰色背景*/
  outline: none;
}
a:focus {
  outline: 0;
}
a:active,
a:hover {
  outline: 0;
  /*transition:text-shadow 500ms ease-in 0ms, color 500ms ease-in 0ms;*/
}
img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
fieldset {
  border: 0.025rem solid #c0c0c0;
  margin: 0 0.1rem;
  padding: 0.35em 0.625em 0.75em;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input.submit {
  border: 0;
  margin: 0;
  cursor: pointer;
}
input.radio {
  width: 0.65rem;
  height: 0.65rem;
  float: left;
  display: inline;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
}
ul,
ol,
li {
  list-style: none;
}
/*清除浮动*/
.cl {
  zoom: 1;
}
.cl:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  content: ".";
}
.fl {
  float: left;
}
.fr {
  float: right;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.b {
  display: block;
  width: 100%;
  height: 100%;
}
.ws {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.p {
  width: 15.0rem;
  margin: 0 auto;
}
.trans01 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
body {
  max-width: 640px;
  min-height: 320px;
  margin: 0 auto 2.7rem;
}
/*公共颜色*/
.c01 {
  color: #005aaa;
}
/*头部开始*/
.fullimg {
  width: 100%;
  max-width: 100%;
  display: block;
}
.en {
  font-family: Arial;
}
.w590 {
  width: 14.75rem;
  margin: 0 auto;
}
.header {
  height: 2.5rem;
  line-height: 2.5rem;
}
.header .logo {
  width: 5.3rem;
}
.header .logo img {
  width: 100%;
}
.nav-btn {
  width: 1.35rem;
}
.global-view-demo .img-box {
  position: relative;
}
.global-view-demo .img-box .images {
  height: 9.25rem;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.global-view-demo .img-box .play-btn {
  position: absolute;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vidcontainer {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  z-index: 999;
}
.vidcontainer video {
  position: absolute;
  width: 780px;
  max-width: 100%;
  max-height: 80%;
  top: 0;
  left: 0;
  background-color: #000;
  bottom: 0;
  right: 0;
  margin: auto;
}
.vidcontainer .closevid {
  width: 40px;
  height: 40px;
  background: url(../images/close-vid2.png) no-repeat center / 100% auto;
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 20px;
}
.nav {
  position: fixed;
  z-index: 9999;
  background: #0290de;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: none;
}
.nav-close {
  background: url("../images/nav_close.png") no-repeat center center / 100% 100%;
  margin-right: 0.5rem;
  width: 4.4rem;
  height: 3.3rem;
  float: right;
}
.nav-list {
  overflow: hidden;
  clear: both;
}
.nav-list li {
  float: none;
  position: relative;
  text-align: center;
  line-height: 2rem;
  font-size: 0.8rem;
}
.nav-list li a {
  color: white;
}
.nav-list li:nth-child(2n) {
  right: 1.5rem;
}
.nav-list li:nth-child(2n+1) {
  left: 1.5rem;
}
.ban .swiper-banner .swiper-pagination-progressbar {
  top: inherit;
  bottom: 0;
}
/*底部浮动信息*/
.bottom-btn {
  width: 100%;
  height: 2.7rem;
  position: fixed;
  max-width: 640px;
  bottom: 0;
  background: #0290de;
  opacity: 0.9;
  z-index: 999;
}
.bottom-btn a {
  display: block;
  float: left;
  width: 25%;
  height: 100%;
  color: white;
  font-size: 0.6rem;
  text-align: center;
  line-height: 3.8rem;
  font-weight: bold;
}
.bottom-btn-map {
  background: url("../images/bottom_map.png") no-repeat center 0.3rem;
  background-size: 0.8rem 1.15rem;
}
.bottom-btn-tel {
  border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
  border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
  background: url("../images/bottom_tel.png") no-repeat center 0.425rem;
  background-size: 0.95rem;
}
.bottom-btn-sms {
    border-left: 0.025rem solid rgba(255, 255, 255, 0.7);
    border-right: 0.025rem solid rgba(255, 255, 255, 0.7);
    background: url(../images/bottom_message.png) no-repeat center 0.425rem;
    background-size: 0.95rem;
}
.bottom-btn-top {
  background: url("../images/bottom_top.png") no-repeat center 0.65rem;
  background-size: 1.675rem 0.7rem;
}



.header {
  height: 2.0rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .logo {
  width: 5.125rem;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0.375rem;
}
.swiper-pagination-bullet {
  opacity: 1;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 2px solid #fff;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0290de;
  border: 2px solid #0290de;
}
.culture-main ul {
  display: flex;
  flex-flow: row nowrap;
  border-bottom: 1px solid #eeeeee;
  height: 3.425rem;
}
.culture-main ul li {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: center;
  justify-content: center;
  position: relative;
  -webkit-perspective: 100px;
  perspective: 100px;
}

.culture-main ul li:hover h3 {
  color: #0290de;
}
.culture-main ul li:hover h4 {
  color: #0290de;
}
.culture-main ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  wdith: 1px;
  height: 42px;
  border-right: 1px dashed #dcdcdc;
}
.culture-main ul li:last-child {
  border-right: none;
}
.culture-main ul li:last-child:after {
  display: none;
}
.culture-main ul li .icon-wrap {
  position: relative;
  overflow: hidden;
  width: 1.05rem;
  height: 1.5rem;
  transition: all 1s linear;
  margin-bottom: 0.3rem;
}
.culture-main ul li i {
  font-size: 1.05rem;
  color: #666666;
  display: block;
  position: absolute;
  top: 0;
  left: 0;

  box-sizing: border-box;
  text-align: center;
}

.culture-main ul li h3 {
  font-size: 0.5rem;
  color: #333333;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 8px;
  transition: all 0.5s ease-in-out;
}
.culture-main ul li h4 {
  font-size: 14px;
  color: #999999;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
}
.global-title {
  text-align: center;
  margin-top: 1.05rem;
  margin-bottom: 0.75rem;
}
.global-title h3 {
  position: relative;
  display: inline-block;
  padding-left: 0.625rem;
}
.global-title h3 span {
  background-color: transparent;
  font-size: 0.75rem;
  font-weight: bold;
  color: #333333;
}
.global-title h3:after {
  content: '';
  position: absolute;
  /*background: url(../images/global-tit-bg.png) no-repeat center center;*/
  background-size: cover;
  width: 1.35rem;
  height: 1.35rem;
  left: -0.15rem;
  top: 0.28rem;
  z-index: -1;
}
.global-title a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: underline;
  transition: all 0.3s linear;
}
.global-title a:hover {
  color: #3891ff;
}
.product-category {
  margin-bottom: 0.9rem;
}
.global-product-item {

  width: 7.25rem;
  background-color: #fff;
  position: relative;
}
.global-product-item .proimg {
  width: 100%;
  height: 100%;
    height: 5.75rem;
	position:relative;
}
.global-product-item .proimg .imgbg {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.global-product-item .pos-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/probg.png) no-repeat center center;
  background-size: contain;
  transform: scale(0);
  transform-origin: center center;
  transition: all 0.3s linear;
}
.global-product-item .pro-name {
  font-size: 0.6rem;
  line-height: 24px;
  padding: 0 5%;
  color: #333;
  margin-top:10px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.3s linear 0.1s;
  text-align: center;
  width: 100%;
}
.global-product-item .arrow-lt {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 24px solid #ffffff;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  position: absolute;
  top: -4px;
  left: -17px;
  transform: rotate(135deg);
}
.global-product-item .arrow-lt:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  width: 20px;
  background-color: #bfbfbf;
  z-index: 6;
}
.global-product-item .fakeline {
  background-color: #bfbfbf;
  position: absolute;
  top: 6px;
  left: 1px;
  display: inline-block;
  transition: all 0.3s linear;
}
.global-product-item .fakeline.line-ltl {
  width: 20px;
  height: 1px;
}
.global-product-item .fakeline.line-ltb {
  width: 1px;
  height: 20px;
}
.global-product-item .fakeline2 {
  background-color: #bfbfbf;
  position: absolute;
  right: 0px;
  bottom: 7px;
  display: inline-block;
  transition: all 0.3s linear;
}
.global-product-item .fakeline2.line-ltl {
  width: 20px;
  height: 1px;
}
.global-product-item .fakeline2.line-ltb {
  width: 1px;
  height: 20px;
}
.global-product-item .arrow-rb {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 26px solid #ffffff;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  position: absolute;
  bottom: -5px;
  right: -17px;
  transform: rotate(-45deg);
}
.global-product-item .roow {
  position: absolute;
  left: 0;
  top: 0;
}
.global-product-item .roow2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.global-product-item:hover .pos-bg {
  transform: scale(1);
}
.global-product-item:hover .pro-name {
  opacity: 1;
}
.global-product-item:hover .fakeline,
.global-product-item:hover .fakeline2 {
  background-color: #0290de;
}
.category-title {
  font-size: 0.6rem;
  color: #333;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.category-swiper .swiper-button-next {
  background: url(../images/ban-arr.png) no-repeat center center;
  width: 0.925rem;
  height: 0.925rem;
  background-size: cover;
  top: 80px;
}
.category-swiper .swiper-button-prev {
  background: url(../images/ban-arr.png) no-repeat center center;
  width: 0.925rem;
  height: 0.925rem;
  transform: rotate(180deg);
  background-size: cover;
  top: 80px;
  right: inherit;
  left: 0;
}
.ph-viewmore {
  display: block;
  width: 5.5rem;
  height: 1.1rem;
  background-color: #0290de;
  margin: 0 auto;
  position: relative;
  margin-top: 20px;
  margin-bottom: 1.875rem;
}
.ph-viewmore span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 0.45rem;
  color: #fff;
  width: 100%;
  text-align: center;
}
.ph-viewmore.dif {
  background-color: transparent;
  border: 1px solid #7d7d7d;
  margin-bottom: 0;
}
.ph-viewmore.dif span {
  color: #333333;
}
.case-center {
  background: url(../images/casebg.jpg) no-repeat center center;
  background-size: cover;
  padding-bottom: 2.0rem;
}
.case-center .global-title {
  margin: 0 auto;
  padding-top: 1.2rem;
  padding-bottom: 0.85rem;
}
.case-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.case-list .case-item {
  margin-bottom: 1rem;
  width: calc((100% - 1rem)/2);
}
.case-list .case-item:nth-child(2n){
  margin-right: 0; 
}
.case-list .case-item a {
  display: block;
  width: 100%;
  /*height: 6.68rem;*/
  position: relative;
}
.case-list .case-item a .img-box {
  overflow: hidden;
}
.case-list .case-item a .img-box img {
  width: 100%;
  transition: all 0.3s linear;
}
.case-list .case-item a .tag {
  /*position: absolute;
  bottom: 0;
  left: 0;
  right: 0;*/
  width: 100%;
  height: 1.75rem;
  /*background: url(../images/casetag-on.png) no-repeat center center;
  background-size: contain;*/
  margin: 0 auto;
  font-size: 0.6rem;
  color: #333;
  line-height: 1.75rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  padding: 0 5%;
  background: #fff;
  box-shadow: 0 0 4px rgba(4,5,6,0.13);
}
/*.case-list .case-item a:hover .img-box img {
  transform: scale(1.1);
}
.case-list .case-item a:hover .tag {
  background: url(../images/casetag-on.png) no-repeat center center;
  color: #fff;
}*/
.case-list .case-item:nth-child(3n) {
  margin-right: 0;
}
.case-list .case-item.halfmid {
  width: 49%;
}
.case-list .case-item.halfmid a {
  height: auto;
}
.case-list .case-item.halfmid a .tag {
  width: 6.0rem;
  height: 1.3rem;
  background: url(../images/casetag.png) no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0.45rem;
  color: #333333;
  line-height: 1.2rem;
  bottom: -18px;
  padding: 0 12%;
}
.about-center .global-title {
  text-align: center;
  margin-top: 1.05rem;
  margin-bottom: 0.5rem;
}
.about-center .cp-tit {
  font-size: 0.6rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
.about-center .doc-edit {
  font-size: 0.45rem;
  color: #333333;
  line-height: 1.0rem;
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}
.news-center .global-title {
  text-align: center;
  margin-top: 1.05rem;
  margin-bottom: 0.5rem;
}
.news-center .l-main-new {
  width: 100%;
  display: block;
}
.news-center .l-main-new .img-box {
  position: relative;
  overflow: hidden;
}
.news-center .l-main-new .img-box img {
  transition: all 0.3s linear;
}
.news-center .l-main-new .img-box .main-new-tit-wrap {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1.875rem;
  line-height: 1.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.news-center .l-main-new .img-box .main-new-tit-wrap .l-tit {
  width: 80%;
  padding: 0 5%;
  font-size: 0.6rem;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
}
.news-center .l-main-new .img-box .main-new-tit-wrap .r-date {
  width: 20%;
  background-color: #0290de;
  text-align: center;
  color: #fff;
  font-size: 0.6rem;
}
.news-center .l-main-new .img-box .main-new-tit-wrap .r-date span {
  font-size: 0.55rem;
  position: relative;
  top: -6px;
}
.news-center .l-main-new .img-box .main-new-tit-wrap .r-date i {
  font-style: normal;
  position: relative;
  top: 3px;
}
.news-center .l-main-new .main-news-doc {
  font-size: 0.45rem;
  line-height: 1.0rem;
  padding: 1.0rem 0.9rem;
  overflow: hidden;
  background: #eee;
}
.news-center .l-main-new:hover .img-box img {
  transform: scale(1.1);
}
.news-center .l-main-new:hover .img-box .main-new-tit-wrap .l-tit {
  color: #ccc;
}
.news-center .r-news {
  width: 100%;
}
.news-center .r-news .global-title {
  margin: 0;
  text-align: right;
}
.index-news-list {
  text-align: left;
  margin-top: 1.25rem;
  padding: 0 0.9rem;
}
.index-news-list li a {
  display: block;
  margin-bottom: 0.6rem;
}
.index-news-list li a .news-t {
  font-size: 0.6rem;
  color: #333333;
  line-height: 1.3;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.index-news-list li a .news-d {
  font-size: 0.45rem;
  line-height: 1.0rem;
  color: #999999;
  margin-top: 0.25rem;
  height: 2rem;
}
.index-news-list li:hover .news-t {
  color: #3891ff;
}

.mian {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  min-width: 320px;
  overflow: hidden;
  background-color: #fff;
  font-family: Microsoft YaHei;
}
.menu_list{width: 100%;}
.menu_list li{width: 100%; float: none;}

.menu_list li .son_list{display: none;}
.menu_list .active .son_list{display: block;}
.menu_list a{
  line-height: 2rem;
  display: block;
  color: #333;
  background: #f4f4f4;
  padding: 0 1.125rem;
  border-bottom: 1px solid #cfcbc1;
  font-size: 0.8rem;
  }
.menu_list li i {
float: right;
margin-top: .45rem;
color: #656565;
font-weight: bold;
font-size: 1.6em;
}

.CategoryList_Title{height: 2rem;line-height: 2rem;padding: 0 .687em;color: #333;text-align: center;border-bottom: 1px solid #b0b4bb;font-size: 1rem;background: linear-gradient(180deg , #f2f2f2 0% , #e0e0e0 100%);}

.CategoryList_Title i{font-size: 0.8rem; margin-top:.6rem; color:#0290de}

.productLayout .prt{background:#02935d;color:#fff;height:35px;width:100%;line-height:35px;padding-left:20px;}
.productLayout{overflow:hidden; min-height: 11rem;}
.productLayout dl{padding:10px 0; float:left; width:46%; margin:10px 2%; text-align:center; background-color:#f9f9f9; overflow:hidden;}
.productLayout dl dt img{width:100%;}
.productLayout dd h5{height:20px; line-height:20px; overflow:hidden; margin-top:10px;}
.productLayout dd h5 a{color:#333; font-size:0.5rem;}


.nyListSpan li{border-bottom:1px solid #ccc; float: none;}
.nyListSpan li a.nyListLinkSpan{display:block;overflow: hidden; height:100% ;padding:10px; background:linear-gradient(180deg , #fff 0% , #f1f1f1 100%); color:#666; background-position: 90% center;}
.nyListSpan li a.nyListLinkSpan:hover{background:linear-gradient(180deg , #fff 0% , #ccc 100%); background-position: 90% center;}
.contact{ overflow: hidden; }
.nyListSpan li  span {
    background: rgba(0, 0, 0, 0) url("../images/i_l_do_do.png") no-repeat scroll right center;
    color: #003f98;
    margin-left: 20px;
    opacity: 0.5;
    padding-right: 25px;
}
.nyListSpan li h4{ white-space:nowrap; overflow: hidden; text-overflow: ellipsis;}
.nyListSpan li img{ float: left; width: 5rem; margin-right: 0.5rem; }




.gyBox{ color:#444; 
font-size: 0.625rem;
line-height: 1rem; padding:0.6rem;
min-height: 16.5rem;
;
}
.gyBox img{ width:100%;}
/*翻页*/
.flip{  line-height:20px; text-align:center; padding:20px 0; clear:both;font-size:0.6rem;}
.flip a, .flip span{ padding:5px 9px; margin:0 5px; background-color:#0290de; color:#fff; border-radius:2px;}
.flip span,  .flip a:hover{ color:#FFff00;  }
.cp_xqct{padding:10px;  color: #444;
  font-size: 0.625rem;
  line-height: 1rem;}
.cp_xqct .title{border-bottom:1px solid #ccc;display: block; margin:0 auto; text-align:center; line-height:30px;  margin-bottom: 1rem;
 font-size: 0.8rem;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cp_xqct img{ display:block; width:100%!important; marx-widht:640px!important; margin:0 auto;}
.page{overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size: 0.6rem;}
.page a{color: #333;}

/**手机图集滚动**/
.swiper_case1{ margin-bottom: 1rem;margin:0 auto; overflow: hidden;width: 100%; }
.swiper_case1 li {  height: 12rem; text-align: center; overflow: hidden;}
.swiper_case1 li img{vertical-align:middle;display: inline;width: 100%;}
.swiper_case1 .swiper_case_span{text-align: center;}
.clean_st{font-size: 0.625rem;}
.wrap{width:355px !important;}
.wrap  img{ max-width:355px;}
.num img{width:40px!important;}
.double-img{display:flex;flex-flow:row nowrap;justify-content:space-between;}
.double-img .img-item{width:48%}
.imgbox{display:block!important;}

.clean_st table{
  width: 100% !important;
  max-width: 100% !important;
  text-align: left !important;
  margin-bottom: 0.5rem;
  font-size: 0;
  line-height: 1.5 !important;
}
.clean_st table th{
  background: none !important;
  min-width: 5rem;
  max-width: 5rem;
  padding: 5px;
  font-size: 0.625rem;
}
.clean_st table td{
  word-wrap:break-word;
  word-break:break-all;
  white-space:pre-wrap;
  max-width: 33.333%;
  padding: 5px;
  font-size: 0.625rem;
}