
.index-top {
  /*修改首页内容们与头部的间距5to0*/
  margin-top: -5px;
  width: 100%;
  /*margin-top: -8px;*/
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  z-index: 2;
}
.index-top .middle {
  width: 100%;
  margin: 0 atuo;
}
.index-top .fr .find-goods {
  margin-top: 10px;
  margin-bottom: 10px;
}

.index-top .middle .company ul li a {
  height: 79px;
  width: 200px;
}

.index-top .fl {
  width: 100%;
  padding-top: 0px;
}

.index-top .middle .dots {
  position: absolute;
  text-align: center;
  right: 20px;
  bottom: 20px;
}

.index-top .middle .dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  /*border: 2px solid #fff;*/
  background-color: #2fb4ff;
  border-radius: 6px;
  cursor: pointer;
  opacity: .4;
  -webkit-transition: background .5s, opacity .5s;
  -moz-transition: background .5s, opacity .5s;
  transition: background .5s, opacity .5s;
}

.index-top .middle .dots li.active {
  background-color: #FF5A00;
  opacity: 1;
}

.company {
  margin-top: 19px !important; /*八个企业展示部分下移4px，使之对其*/
  width: 100% !important;
  height: auto;
}

.company a {
  width: 161px !important;
}



.index-top .middle .company {
  width: 609px;
  z-index: 5;
  border: #ddd solid 1px;
  position: relative;
  border-bottom: 0;
  border-right: 0;
  margin-top: 10px;
  height: 202px;
  overflow: hidden;
}

.index-top .middle .company ul {
  width: 100%;
  position: relative;
  z-index: 10;
}

.index-top .middle .company ul li {
  width: 100%;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.index-top .middle .company ul li a {
  float: left;
  width: 202px;
  overflow: hidden;
  border-right: #e4e4e4 solid 1px;
  border-bottom: #e4e4e4 solid 1px;
}

.index-top .middle .company ul li a img {
  transition: all 0.2s ease 0s;
  margin-top: 5px;
  width: 140px;
  height: 70px;
}
/*.company a img {*/
/*margin-left: 0px !important;*/
/*height: 80px !important;*/
/*width: 162px !important;*/
/*}*/

.index-top .middle .company ul li a img:hover {
  /*margin-top: 3px;*/
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}

.index-top .middle .company .focus {
  position: absolute;
  bottom: 5px;
  left: 50%;
  z-index: 100;
  margin-left: -15px;
  z-index: 11;
}

.index-top .middle .company .focus span {
  width: 10px;
  height: 10px;
  line-height: 10px;
  float: left;
  margin-left: 5px;
  display: inline;
  text-align: center;
  background: #ccc;
  border-radius: 50px;
  font-size: 0;
}

.index-top .middle .company .focus span.cur {
  background: #ff8c1d;
}

.index-top .fr .question {
  border: #ddd solid 1px;
  margin-top: 10px;
  width: 358px;
  height: 149px;
  position: relative;
  overflow: hidden;
  border-right: 0;
}

.index-top .fr .question .back {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #999;
  z-index: 10;
  cursor: pointer;
  display: none;
}

.index-top .fr .question .back:hover {
  color: #777;
}

.index-top .fr .question ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 104%;
}

.index-top .fr .question ul li {
  float: left;
  width: 115px;
  border-right: #ddd solid 1px;
  padding: 2px 1px 24px 2px;
  cursor: pointer;
}

.index-top .fr .question ul li i {
  display: block;
}

.index-top .fr .question ul li i.i1 {
  background: url("../images/buyer.png") 10px center no-repeat;
  width: 55px;
  height: 50px;
  margin: 20px auto;
}

.index-top .fr .question ul li i.i2 {
  background: url("../images/seller.png") 8px center no-repeat;
  width: 55px;
  height: 50px;
  margin: 20px auto;
}

.index-top .fr .question ul li i.i3 {
  background: url("../images/finance.png") 15px center no-repeat;
  width: 55px;
  height: 50px;
  margin: 20px auto;
}

.index-top .fr .question ul li p {
  width: 100%;
  text-align: center;
  color: #999;
  font-size: 12px;
}

.index-top .fr .question ul li p.tit {
  font-size: 14px;
  color: #333;
  margin-top: -8px;
  padding-bottom: 3px;
}

.index-top .fr .question ul li .default {
  width: 100%;
  margin: 0 auto;
}

.index-top .fr .question ul li .hover {
  transition: top 0.5s ease-in-out 0s;
  background: #fff;
  position: absolute;
  top: 0px;
  display: none;
  z-index: 9;
  left: 0px;
  width: 347px;
  padding-top: 10px;
  padding-left: 10px;
  height: 140px;
  border-bottom: #ddd solid 1px;
  border-right: #ddd solid 1px;
}

.index-top .fr .question ul li .hover p {
  width: 100%;
  font-size: 14px;
  text-align: left;
  color: #333;
  font-weight: bold;
}

.index-top .fr .question ul li .hover .step {
  width: 108%;
  margin-top: 2px;
}

.index-top .fr .question ul li .hover .step span {
  float: left;
  display: block;
  width: 100px;
  height: 110px;
  text-align: center;
  position: relative;
}

.index-top .fr .question ul li .hover .step span.s1 {
  background: url("../images/step-1.png") no-repeat;
}

.index-top .fr .question ul li .hover .step span.s2 {
  background: url("../images/step-2.png") no-repeat;
}

.index-top .fr .question ul li .hover .step span.s3 {
  background: url("../images/step-3.png") no-repeat;
}

.index-top .fr .question ul li .hover .step span em {
  position: absolute;
  top: 35px;
  right: 12px;
}

.index-top .fr .question ul li .hover .step span em.t25 {
  top: 25px;
}

.index-top .fr .question ul li .hover .step span em.t28 {
  top: 28px;
}

.index-top .fr .question ul li .hover .step i {
  float: left;
  margin: 0 5px;
  display: block;
  background: url("../images/sub-arrow.png") no-repeat;
  width: 10px;
  height: 15px;
  margin-top: 48px;
}

.index-top .fr .question ul li.bd0 {
  width: 116px;
}

.index-top .fr .question ul li:hover {
  padding: 0px 0px 21px 0px;
  border: #2fb4ff solid 2px;
}

.index-top .fr .find-goods {
  margin-top: 9px;
}

.index-top .fr .find-goods a {
  transition: all 0.6s ease 0s;
  display: block;
  background: #2fb4ff;
  /*width: 280px;*/
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
}

.index-top .fr .find-goods a:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.index-top .fr .notice {
  border: #ddd solid 1px;
  width: 358px;
  margin-top: 10px;
  height: 116px;
}

.index-top .fr .notice ul.tab {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.index-top .fr .notice ul.tab li {
  float: left;
  position: relative;
  background: #f5f5f5;
  width: 179px;
  border-bottom: #ddd solid 1px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-size: 14px;
  cursor: pointer;
}

.index-top .fr .notice ul.tab li.li1.cur {
  border-right: #ddd solid 1px;
  padding-left: 1px;
}

.index-top .fr .notice ul.tab li.li2.cur {
  border-left: #ddd solid 1px;
  padding-left: 0;
}

.index-top .fr .notice ul.tab li.cur {
  background: #fff;
  border-bottom: 0;
  width: 177px;
}

.index-top .fr .notice ul.news {
  width: 96%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 2%;
  margin-top: 15px;
}

.index-top .fr .notice ul.news li {
  padding-left: 8px;
  float: left;
  width: 152px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.index-top .fr .notice ul.news li a {
  color: #555;
}

.index-top .fr .notice ul.news li a:hover {
  color: #2fb4ff;
}




.index-middle {
  margin-top: -521px;
  float: right;
}
.service-category {display:none;}


.search_new .search {
  margin-left: 0px;
  float: right;
  width: 750px;
}

.product-types {
  width: 1350px;
  display:block;
  margin: 30px auto;
}

.product-types-table {
  float: left;
  width: 100%;
  margin-top: 10px;
  border-collapse: collapse;
  display: table;
}

.product-types-table .tr {
  display: table-row;
  
}

.product-types-table .tr:first-child {
  
}

.product-types-table .tr .td {
  float: left;
  display: table-cell;
  width: 24.4%;
  margin:0.3%;
  height: auto;
  overflow: hidden;
}

.product-types-table .tr .td:first-child {

}

.product-types-table .td img {
  /*width: 179px;*/
  /*height: 179px;*/
 width: 92%;
  height: auto;
  margin: 4%;
  -webkit-transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.product-types-table .td a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background-color: #fbfbfb;
}

.product-types-table .td a:hover img {
  -webkit-transform: scale(.1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.product-types-table .td a div{
  display: table;
  position: absolute;
  height: 26px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.product-types-table .td a div span {
  display:  table-cell;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  text-align: center;
  max-height: 26px;
  line-height: 13px;
  font-size: 13px;
  color: #999999;
  overflow: hidden;
  word-break: break-all;
  vertical-align: middle;
}

.product-types .tit-h2 h2 {
  float: left;
  font-size: 16px;
  color: #333;
  border-left: #2fb4ff solid 6px;
  padding-left: 8px;
  display: block;
  height: 20px;
  line-height: 20px;
}

.product-types .tit-h2 a {
  display: block;
  float: right;
  font-size: 14px;
  color: #999999 !important;
}

.product-types .tit-h2 a:hover {
  color: #00a7cc !important;
}

.first-marquee-left, .first-marquee-right {
  /*首页内样式（首页第一个滚动部分的高度）*/
  height: 180px;
}

.second-marquee-left, .second-marquee-right {
  /*首页内样式（首页第二个滚动部分的高度）*/
  height: 190px;
}
.second-marquee-right span.name{
  max-width: 170px !important;
}
.state.s1 {
  /*首页内样式（首页第一个滚动部分的外壳高度等）*/
  height: 227px;
  /*margin-top: 10px;*/
}

.state.s3 {
  /*首页内样式（首页第三个滚动部分的外壳高度等）*/
  height: 541px;
  width: 284px !important;
  margin-top: 10px !important;
  overflow: hidden;
}

.state.s3 .tab-con table td {
  /*首页内样式（首页第三个滚动部分的左边选项内容的td样式）*/
  padding: 0 !important;
  /*border: #eeeeee 1px dashed;*/
}

.state.s3 .tab-con table img {
  /*首页内样式（首页第三个滚动部分的左边选项内容的td内img样式）*/
  /*缩小尺寸，添加边距，使之不能左右紧挨*/
  width: 130px;
  height: 65px;
  margin: 2px 3px 2px 5px;
  border: solid 1px #ffffff;
}

.state.s3 .tab-con table img:hover {
  /*首页内样式（首页第三个滚动部分的左边选项内容的td内img鼠标滑动样式）*/
  border: solid 1px #dddddd;
}

.state.s3 .special-tab {
  height: 0;
  opacity: 0;
  background-color: #fff;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);*/
  visibility: hidden;

}

.state.s3 .special-tab.cur {
  visibility: visible;
  height: auto;
  opacity: 1;
  /*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);*/
}

.state.s3 .with-company-name {
  max-width: 190px;
}

.recommend-product {
  float: left;
  margin-top: 30px;
  width: 100%;
}

.recommend-product .tit-h2 h2 {
  float: left;
  font-size: 16px;
  color: #333;
  border-left: #2fb4ff solid 6px;
  padding-left: 8px;
  display: block;
  height: 20px;
  line-height: 20px;
}

.recommend-product .tit-h2 a {

  font-size: 14px;
  float: right;
  color: #999999 !important;
}

.recommend-product .tit-h2 a:hover {
  color: #00a7cc !important;
}

.swiper-frame {
  width: 100%;
}

.swiper-frame .swiper-container {

  width: 100%;
  position: relative;
  height: 310px;
  margin: 2% auto;
  display: inline-block;
  background: #fbfbfb;
}

.swiper-frame .swiper-slide {
  overflow: hidden;
  background: #fbfbfb;
  cursor: pointer;
  width: 182.4px !important;
  height: 292px;
  /*由于旧版本不带间距功能，手动添加*/
  padding: 5px;
  margin-top: 5px;
}
.swiper-frame .swiper-slide a{}


.swiper-frame .swiper-button-next {
  background-image: url("../images/arrow-right.png") !important;
  height: 62px !important;
  width: 28px !important;
  background-size: 28px 62px !important;
  right: 1.2%;

}

.swiper-frame .swiper-button-prev {
  background-image: url("../images/arrow-left.png") !important;
  height: 62px !important;
  width: 28px !important;
  background-size: 28px 62px !important;
  left: 1.2%;
}

.swiper-frame .swiper-button-next, .swiper-frame .swiper-button-prev {
  display: none; /*下方轮播，鼠标移入显示左右键，否则不显示*/
  position: absolute;
  z-index: 20;
  top: 42%;
}

.swiper-frame:hover .swiper-button-next, .swiper-frame:hover .swiper-button-prev {
  display: block; /*下方轮播，鼠标移入显示左右键，否则不显示*/
  cursor: pointer;
}

.swiper-frame .swiper-slide span.product-detail:hover {
  color: #00a7cc;
}

.swiper-frame .swiper-slide a {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  background-color:#fff;
}

.swiper-frame .swiper-slide img {
  position: absolute;
  left: 50%;
  margin-top: 7px;
  margin-left: -81px;
  height: 176px;
  width: 162px;
}

.swiper-frame .swiper-slide .product-detail {
  color: #333;
  position: absolute;
  left: 0%;
  top: 190px;
  margin-left: 10px;
  font-size: 12px;
  height: 50px;
  width: 162px;
  word-wrap: normal;
  overflow: hidden;
  text-align: justify;
  /*line-height: 14px;*/
}

.swiper-frame .swiper-slide .product-detail.en {
  height: 43px;
}

.swiper-frame .swiper-slide .product-code {
  height: 25px;
  position: absolute;
  left: 0%;
  top: 240px;
  width: 162px;
  overflow: hidden;
  font-size: 12px;
  color: #999999;
  white-space: nowrap;
  margin-left: 10px;
  text-overflow: ellipsis;
}

.swiper-frame .swiper-slide .product-price {
  margin-left: 10px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  font-size: 16px;
  color: #ff6600;
}

.swiper-frame .swiper-slide .product-time {
  margin-right: 10px;
  position: absolute;
  color: #999999;
  font-size: 12px;
  bottom: 10px;
  right: 0px;
}

/*////////////////////////////////////////////////////////////////*/
.middle-swip-frame {
  position: relative;
}

.middle-swip-frame .middle-swiper-container {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}

.middle-swip-frame .middle-swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.middle-swip-frame .middle-swiper-container .swiper-slide img {
  width: 100%;
  height: 495px;
}
.middle-swip-frame .middle-swiper-container .swiper-slide a{display:block;width:100%;height:495px;}
.middle-swip-frame .middle-swiper-button-next {
  background-image: url(../images/middle_arrow_right.png);
  right: 10px;
  left: auto;
}

.middle-swip-frame .middle-swiper-button-prev {
  background-image: url(../images/middle_arrow_left.png);
  right: auto;
  left: 10px;
}

.middle-swip-frame .middle-swiper-button-next, .middle-swip-frame .middle-swiper-button-prev {
  display: none; /*鼠标不移入就不显示左右箭头，移入就显示左右箭头*/
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.middle-swip-frame:hover .middle-swiper-button-next, .middle-swip-frame:hover .middle-swiper-button-prev {
  display: block; /*鼠标不移入就不显示左右箭头，移入就显示左右箭头*/
}

.with-company td {
  width: 340px;
}

.with-company-time {
  float: right;
}

.channel {
  width: 1350px;
  margin: 20px auto;
  display: block;
  *display: inline;
  *zoom: 1;
  overflow: hidden;
}

.channel h2 {
  font-size: 18px;
  color: #333;
  width: 100%;
  text-align: center;
}

.channel h2 em {
  color: #aaa;
  font-size: 12px;
}

.channel ul {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 30px;
  text-align: center;
}

.channel ul li {

  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 20%;
}

.channel ul li .fl i {
  width: 65px;
  height: 65px;
  display: block;
  margin: 0px auto;
}

.channel ul li .fl i.i1 {
  background: url("../images/tel-ser.png") center no-repeat;
}

.channel ul li .fl i.i2 {
  background: url("../images/ol-ser.png") center no-repeat;
}

.channel ul li .fl i.i3 {
  background: url("../images/email-ser.png") center no-repeat;
}

.channel ul li .fl i.i4 {
  background: url("/uploads/images/20250718/fa21ccf04c02be9164f394167b1a4dbb.png") center center / 100% auto no-repeat;
}

.channel ul li .fl i.i5 {
  background: url("../images/weibo.png") center no-repeat;
}

.channel ul li .fr {
  float: left;
  width: 100%;
  text-align: center;
}

.channel ul li .fr p {
  color: #333;
  width: 100%;
  padding : 5px 0;
  font-size: 14px;
  text-align: center;
}

.channel ul li .fr p.ps {
  color: #777;
  font-size: 12px;
  padding : 0px 0;
}

.channel ul li .fr a:hover {
  color: #FF771C;
}

.channel ul li .fr .btn {
  display: inline-block;
  width: 80px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  border: #ddd solid 1px;
}

.channel ul li .fr .btn:hover {
  border: #ccc solid 1px;
  color: #FF771C;
}
/*首页头部下拉部分的特殊宽度*/
.top_nav .nav .spec h2,
.top_nav .nav .spec{
  width: 250px;
}
.top_nav .nav ul.link{
  margin-left: 6%;
}
/*ENDING首页头部下拉部分的特殊宽度ENDING*/

.swiper-button-up {
  background: url("../images/category-bullet-up.png") center no-repeat;
  position: absolute;
  top: 5px;
  right: 48.5%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: none;
}

.swiper-button-down {
  background: url("../images/category-bullet.png") center no-repeat;
  position: absolute;
  top: 175px;
  right: 48.5%;
  width: 10px;
  height: 10px;
  cursor: pointer;
  display: none;
}
/* 屏幕宽度小于760px时的样式 */
@media (max-width: 760px) {
    .wrap{width: 100%;}
    
    .top_bar{width: 98%;padding: 0px 1%;height: auto;display:None;}
    .top_bar .wrap dl{width: 100%;display:none;}
    .top_bar dd:last-child{float: right;}
    .top_area .logo {width: 20%;height: 50px;background: url("../images/logo.png") center center / 100% auto no-repeat;margin-top:0px;}
    .top_area {width: 98%;padding: 1%;}
    .top_area .search {margin-top: 1%;float: right;width: 98%;padding: 0px 1%;}
    .top_area .search .so{width: 100%;}
    .top_area .search .so input[type="text"] {width: 62%;height: 30px;line-height: 30px;border: #2fb4ff solid 1px;padding: 0px 1%;}
    .top_area .search .so .btn {width: 35%;height: 32px;line-height: 32px;font-size: 14px;float: right;}
    .cart {width: 33%;display:none;}
    .cart > a {width: 100%;height: 30px;line-height: 30px;float: right;}
    .top_nav {width: 100%;min-width: 100%;}
    #category{display: none;}
    .top_area .search .keyword {display:none;}
    .top_nav .nav .spec {width: 25%;float: left;}
    .top_nav .nav .spec a{width: 100%;float: left;}
    .top_nav .nav .spec h2.active{font-size: 14px;background: #2fb4ff;font-weight: inherit;width:100%;float: left;}
    .top_nav .nav ul.link {margin-left: 0px;width: 75%;display: none;}
    .top_nav .wrap.s{float:left;}
    .middle-swip-frame .middle-swiper-container {height: 250px;}
    .product-types {width: 98%;display: block;margin: 1%;}
    .product-types-table .tr {display: table-row;border: solid 0px #ddd;}
    .product-types-table .tr:first-child {border-top: solid 0px #ddd;}
    .product-types-table .tr .td {border: solid 0px #ddd;width: 48%;margin: 1%;height: auto;overflow: hidden;}
    .product-types-table .td img {width: 96%;height: auto;margin: 2%;}
    .swiper-frame .swiper-button-next, .swiper-frame .swiper-button-prev {display: block;}
    .swiper-frame{overflow: hidden;}
    .swiper-frame .swiper-container{background-color: #fff;border: 0px;width: 100%;height: 305px;}
    .swiper-frame .swiper-slide {border: solid 0px #dcdcdc;margin-left: 0px;margin-right: 0px;padding: 5px;width: 172px !important;}
    .swiper-frame .swiper-slide a{border: 1px solid #dcdcdc;}
    .channel{width: 96%;padding: 2% 2% 12% 2%;}
    .channel h2{text-align: center;}
    .channel h2 em{width: 100%;text-align: center;display: block;}
    .channel ul{margin-top: 5%;}
    .channel ul li{width: 32%;}
    .bottom_bar{margin-top: 0px;width: 96%;padding: 0px 2%;display:none;}
    .bottom_bar .map .fl{width: 100%;}
    .bottom_bar .map .fr {width: 100%;padding-left: 0%;border-left:!important #ddd solid 0px;float: left;}
    .bottom_bar .map .fr .ps {width: 60%;}
    .bottom_bar .map .fr .code {width: 40%;}
.service-category {
  
  background:#fff;
  box-sizing:border-box;
  display:block;
  margin-top:2.5rem;
  float:left;
}
.service-category ul li {
  width:25%;
  position:relative;
  text-align:center;
  float:left;
}
.service-category ul li a {
  display:block;
  position:relative;
  text-align:center;
  margin-top:1rem;
  margin-bottom:1.166666666666666rem;
  font-size:0;
  color:#666
}
.service-category ul li a img {
  width:44.444%
}
.service-category ul li a span {
  display:block;
  text-align:center;
  margin-top:.833333333333333rem;
  font-size:1rem;
  line-height:1rem
}
.product-types .tit-h2 h2 {
    float: left;
    font-size: 16px;
    color: #fcfdfd;
    border-left: #2fb4ff solid 0px;
    padding-left: 0px;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    background-color: #149dea;
    
}
.product-types .tit-h2 a {
  display: none;
}
.index-top .fl {
  width: 100%;
  padding-top: 0px;
}

.middle-swip-frame .middle-swiper-container .swiper-slide img{height:250px;}





}