body{
  font-family: "microsoft yahei";
  font-size: 12px;
  line-height: 1;
}
.ic{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: url(../image/icons.png) no-repeat;
}
.wl{
  width: 1200px;
  margin: 0 auto;
  position: relative;
}


.tit{
  display: block;
  position: relative;
  font-size: 35px;
  color: #525252;
  text-align: center;
}

.top{
  
}
.top .top-contact{
  float: right;
  position: relative;
  padding: 22px 6px 22px 40px;
  background-color: #f5f5f5;
}
.top .top-contact p{
  font-size: 14px;
  color: #525252;
  font-family: Impact;
  line-height: 20px;
}
.top .top-contact .ic-call{
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-position: 0 0;
}
.top .top-nav{
  float: right;
  margin-top: 38px;
}
.top .top-nav ul{
  
}
.top .top-nav ul li{
  float: left;
  margin-left: 12px;
  padding: 0 20px;
}
.top .top-nav ul li a{
  font-size: 14px;
  color: #505050;
}
.top .top-nav ul li a.active,
.top .top-nav ul li a:hover{
  color: #20a6f4;
}
.top .top-logo{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-height: 100%;
}
.top .top-logo img{
  max-height: 100%;
}

.video-banner{
  position: relative;
  min-width: 1200px;
  /* background: url(../image/bg-video.png) center center no-repeat; */
}
.video-banner video{
  width: 100%;
  max-height: 650px;
  object-fit: fill;
}
.video-banner .banner-dimmer{
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/bg-video.png) center center no-repeat;
}

.index-intro01{
  padding: 44px 0 52px 0;
}
.index-intro01 .ii-counts{
  display: flex;
  margin-top: 0px;
  justify-content: space-around;
  text-align: center;
}
.index-intro01 .ii-counts span{
  
}
.index-intro01 .ii-counts span h2{
  margin-bottom: 6px;
  font-size: 48px;
  color: #0099ff;
  font-weight: 200;
}
.index-intro01 .ii-counts span h2 sub{
  font-size: 16px;
  color: #666;
  vertical-align: 2px;
}
.index-intro01 .ii-counts span p{
  font-size: 16px;
  color: #666;
}

.pro-center{
  padding: 34px 0 48px 0;
  background-color: #fafafa;
}
.pro-center .tit{
  margin-bottom: 36px;
}
.pro-center .pc-tab .tab-index{
  margin-bottom: 22px;
  text-align: center;
}
.pro-center .pc-tab .tab-index a{
  display: inline-block;
  margin: 0 4px;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: #cacaca;
}
.pro-center .pc-tab .tab-index a.active{
  background-color: #20a6f4;
}
.pro-center .pc-tab .tab-panes{
  
}
.pro-center .pc-tab .tab-panes .tab-panel{
  display: none;
}
.pro-center .pc-tab .tab-panes .tab-panel.active{
  display: block;
}
.pro-center .pc-tab .tab-panes .tab-panel.index h2{
  margin-bottom: 42px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul{
  display: flex;
  justify-content: space-between;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li{
  position: relative;
  width: 288px;
  height: 320px;
  text-align: center;
  background-color: #fff;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .hover{
  display: none;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .img-box{
  padding-top: 32px;
  margin-bottom: 18px;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .img-box img{
  width: 230px;
  height: 230px;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .normal p{
  font-size: 14px;
  color: #232323;
  font-weight: 600;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 166, 244, 0.6);
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li:hover .hover{
  display: block;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li:hover .normal p{
  display: none;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .hover h3{
  margin-top: 64px;
  margin-bottom: 32px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .hover p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  padding: 0 24px;
  margin-bottom: 38px;
  height: 96px;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.pro-center .pc-tab .tab-panes .tab-panel.index ul li .hover a{
  display: inline-block;
  padding: 12px 46px;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
}

.index-banner01{
  height: 224px;
  background: url(../image/index-banner01.png) top center no-repeat;
  background-color: #fafafa;
}

.solution-cases{
  padding: 68px 0 56px 0;
}
.solution-cases .tit{
  margin-bottom: 36px;
}
.solution-cases .tit:before{
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  content: "";
  border-top: 4px solid #0099ff;
}
.solution-cases .tit-intro{
  margin-bottom: 28px;
  font-size: 14px;
  color: #989898;
  text-align: center;
}
.solution-cases .tab-box{
  
}
.solution-cases .tab-box .tab-index{
  float: left;
  width: 242px;
  height: 550px;
  background-color: #0099ff;
}
.solution-cases .tab-box .tab-index h2{
  padding-left: 26px;
  font-size: 18px;
  color: #fff;
  line-height: 57px;
  font-weight: 600;
  background-color: #0b3395;
}
.solution-cases .tab-box .tab-index ul{
  padding: 3px 0;
}
.solution-cases .tab-box .tab-index ul li{
  padding: 0 6px;
  border-bottom: 1px dashed #fff;
}
.solution-cases .tab-box .tab-index ul li.active{
  background-color: #fff;
}
.solution-cases .tab-box .tab-index ul li a{
  display: block;
  padding-left: 22px;
  font-size: 16px;
  color: #fff;
  line-height: 57px;
}
.solution-cases .tab-box .tab-index ul li.active a{
  color: #0099ff;
}
.solution-cases .tab-box .tab-index a.check-more{
  display: inline-block;
  padding: 8px 22px;
  font-size: 16px;
  color: #fff;
}
.solution-cases .tab-box .tab-panes{
  margin-left: 265px;
}
.solution-cases .tab-box .tab-panes .tab-panel{
  display: none;
}
.solution-cases .tab-box .tab-panes .tab-panel.active{
  display: block;
}
.sc-panel{
  position: relative;
  padding-left: 627px;
}
.sc-panel .img-left{
  position: absolute;
  left: 0;
  top: 0;
  width: 604px;
  height: 549px;
}
.sc-panel .relate-news{
  padding-top: 0px;
}
.sc-panel .relate-news h3{
  font-size: 18px;
  color: #535353;
  font-weight: 600;
}
.sc-panel .relate-news .rn-list{
  padding-top: 2x;
}
.sc-panel .relate-news .rn-list a{
  display: block;
  margin-top: 23px;
  position: relative;
  padding: 14px 14px 14px 150px;
  height: 126px;
  background-color: #f2f2f2;
}
.sc-panel .relate-news .rn-list a img{
  position: absolute;
  top: 25px;
  left: 14px;
  width: 128px;
  height: 100px;
}
.sc-panel .relate-news .rn-list a h4{
  margin-top: 11px;
  font-size: 14px;
  color: #454545;
  transition: all .4s;
}
.sc-panel .relate-news .rn-list a:hover h4,
.sc-panel .relate-news .rn-list a:hover p{
  color: #0099ff;
}
.sc-panel .relate-news .rn-list a p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 16px;
  font-size: 12px;
  color: #989898;
  line-height: 20px;
  transition: all .4s;
}
.solution-cases .relate-cases{
  margin-top: 54px;
}
.solution-cases .relate-cases h2{
  margin-bottom: 22px;
  font-size: 18px;
  color: #535353;
  font-weight: 600;
}
.solution-cases .relate-cases ul{
  margin-left: -14px;
}
.solution-cases .relate-cases ul li{
  float: left;
  margin-left: 14px;
}
.solution-cases .relate-cases ul li a{
  display: block;
  width: 228px;
  height: 174px;
  overflow: hidden;
}
.solution-cases .relate-cases ul li a img{
  width: 228px;
  height: 174px;
  transition: all .6s;
}
.solution-cases .relate-cases ul li a:hover img{
  transform: scale(1.2);
}

.our-strength{
  min-width: 1200px;
  padding: 56px 0 44px 0;
  background-color: #f8f8f8;
}
.our-strength .tit{
  margin-bottom: 20px;
  color: #0099ff;
}
.our-strength .os-intro{
  width: 1008px;
  margin: 0 auto;
  font-size: 14px;
  color: #989898;
  text-align: center;
  line-height: 24px;
}
.our-strength .os-list{
  margin-top: 72px;
  margin-bottom: 56px;
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.our-strength .os-list .osl{
  width: 338px;
}
.our-strength .os-list .osl img{
  height: 112px;
}
.our-strength .os-list .osl h2{
  margin-top: 8px;
  font-size: 24px;
  color: #555;
}
.our-strength .os-list .osl p{
  margin-top: 34px;
  font-size: 16px;
  color: #989898;
  line-height: 28px;
}
.our-strength .check-more,
.more-cases .mc-list .check-more{
  display: block;
  margin: 0 auto;
  width: 174px;
  line-height: 34px;
  font-size: 16px;
  color: #0099ff;
  font-weight: 600;
  text-align: center;
  border: 2px solid #0099ff;
}


.more-cases{
  padding-top: 56px;
  padding-bottom: 62px;
}
.more-cases .mc-list{
  
}
.more-cases .mc-list ul{
  margin-left: -28px;
}
.more-cases .mc-list ul li{
  float: left;
  margin: 44px 0 12px 28px;
  width: 380px;
  background-color: #fafafa;
}
.more-cases .mc-list ul li .img-box{
  position: relative;
  height: 288px;
}
.more-cases .mc-list ul li .img-box img{
  width: 100%;
  height: 288px;
}
.more-cases .mc-list ul li .img-box .hover{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 168, 249, .8);
}
.more-cases .mc-list ul li .img-box .hover a{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 62px;
  height: 62px;
  line-height: 56px;
  font-size: 48px;
  font-weight: 600;
  text-align: center;
  color: #0099FF;
  background-color: #fff;
  border-radius: 50%;
}
.more-cases .mc-list ul li .img-box .hover a:before{
  position: absolute;
}
.more-cases .mc-list ul li .img-box .hover a:before{
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px dashed #fff;
  content: "";
}
.more-cases .mc-list ul li .img-box:hover .hover{
  display: block;
  z-index: 1;
}
.more-cases .mc-list ul li .mc-tit{
  position: relative;
  padding: 20px 14px;
}
.more-cases .mc-list ul li .mc-tit h2{
  font-size: 16px;
  color: #202020;
}
.more-cases .mc-list ul li .mc-tit span.eye{
  position: absolute;
  top: 23px;
  right: 14px;
  font-size: 14px;
  color: #b8b8b8;
}
.more-cases .mc-list ul li .mc-tit span.eye .ic-eye{
  margin-right: 4px;
  width: 18px;
  height: 14px;
  vertical-align: -2px;
  background-position: 0 -143px;
}
.more-cases .mc-list .check-more{
  margin-top: 28px;
}

.index-intro02{
  height: 310px;
  background: url(../image/intro02.jpg) top center no-repeat;
}
.index-intro02 .wl{
  display: flex;
  justify-content: space-between;
  padding-top: 184px;
  color: #fff;
}
.index-intro02 .wl .ii-art{
  text-align: center;
}
.index-intro02 .wl .ii-art strong{
  display: block;
  margin-bottom: 16px;
  font-size: 36px;
  line-height: 42px;
}
.index-intro02 .wl .ii-art p{
  font-size: 16px;
}
.index-intro02 .wl .ii-art .ic{
  float: left;
  height: 42px;
}
.index-intro02 .wl .ii-art:nth-child(1) strong,
.index-intro02 .wl .ii-art:nth-child(1) p{
  margin-left: 50px;
}
.index-intro02 .wl .ii-art:nth-child(1) .ic{
  width: 45px;
  background-position: 0 -33px;
}
.index-intro02 .wl .ii-art:nth-child(2) strong,
.index-intro02 .wl .ii-art:nth-child(2) p{
  margin-left: 42px;
}
.index-intro02 .wl .ii-art:nth-child(2) .ic{
  width: 37px;
  background-position: -52px -33px;
}
.index-intro02 .wl .ii-art:nth-child(3) strong,
.index-intro02 .wl .ii-art:nth-child(3) p{
  margin-left: 40px;
}
.index-intro02 .wl .ii-art:nth-child(3) .ic{
  width: 35px;
  background-position: -95px -33px;
}
.index-intro02 .wl .ii-art:nth-child(4) strong,
.index-intro02 .wl .ii-art:nth-child(4) p{
  margin-left: 41px;
}
.index-intro02 .wl .ii-art:nth-child(4) .ic{
  width: 36px;
  background-position: -135px -33px;
}

.bot{
  padding-top: 30px;
  padding-bottom: 16px;
  background-color: #303036;
}
.bot .bot-intro{
  display: flex;
  padding-bottom: 22px;
  border-bottom: 1px solid #73777a;
  justify-content: space-between;
}
.bot .bot-intro .bi-art{
  position: relative;
  padding-left: 70px;
  color: #fff;
}
.bot .bot-intro .bi-art strong{
  display: block;
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 18px;
}
.bot .bot-intro .bi-art p{
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
}
.bot .bot-intro .bi-art .ic{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 52px;
  height: 50px;
}
.bot .bot-intro .bi-art:nth-child(1) .ic{
  background-position: 0 -87px;
}
.bot .bot-intro .bi-art:nth-child(2) .ic{
  background-position: -52px -87px;
}
.bot .bot-intro .bi-art:nth-child(3) .ic{
  background-position: -104px  -87px;
}
.bot .bot-intro .bi-art:nth-child(4) .ic{
  background-position: -156px -87px;
}

.bot .bot-menu{
  padding-top: 36px;
  padding-bottom: 24px;
  border-bottom: 1px solid #73777a;
}
.bot .bot-menu .bm-left{
  float: left;
}
.bot .bot-menu .bm-left li{
  float: left;
  margin-left: 2px;
  margin-right: 126px;
}
.bot .bot-menu .bm-left li:last-child{
  margin-right: 0;
}
.bot .bot-menu .bm-left li strong{
  display: block;
  margin-bottom: 30px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.bot .bot-menu .bm-left li a{
  margin-top: 18px;
  display: block;
  font-size: 14px;
  color: #FFFFFF;
}
.bot .bot-menu .bm-left li a:hover{
  color: #fff;
}
.bot .bot-menu .bot-contact{
  float: right;
  color: #fff;
}
.bot .bot-menu .bot-contact .ic-call{
  float: left;
  width: 60px;
  height: 50px;
  background-position: -1px -176px;
}
.bot .bot-menu .bot-contact .bc-right{
  float: left;
  margin-left: 13px;
}
.bot .bot-menu .bot-contact .bc-right h2{
  margin-top: 3px;
  font-size: 14px;
}
.bot .bot-menu .bot-contact .bc-right p{
  margin-top: 14px;
  margin-bottom: 34px;
  font-size: 24px;
}
.bot .bot-menu .bot-contact .bc-right span{
  display: inline-block;
  margin-top: 10px;
  padding: 6px 20px;
  border: 1px solid #fff;
}

.bot-links{
  padding-top: 22px;
  font-size: 14px;
}
.bot-links label{
  float: left;
  color: #FFFFFF;
}
.bot-links .bl-list{
  margin-left: 5em;
}
.bot-links .bl-list a{
  float: left;
  margin-right: 34px;
  margin-bottom: 12px;
  color: #73777a;
  white-space: nowrap;
}
.bot-links .bl-list a:hover{
  color: #fff;
}

.bot .copyright{
  margin-top: 24px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.copyright wl
{color:#73777a;
}

.product-banner{
  min-width: 1200px;
  position: relative;
  height: 320px;
  background: url(../image/banner-product.jpg) top center no-repeat;
}
.product-banner.solution-banner{
  background: url(../image/banner-solution.jpg) top center no-repeat;
}
.product-banner .pb-word{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 166, 244, .6);
}
.product-banner.solution-banner .pb-word{
  background-color: rgba(0, 0, 0, .4);
}
.product-banner .pb-word .center{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: 600;
}
.product-banner.solution-banner .pb-word .center{
  width: 250px;
}
.product-banner .pb-word .center h2{
  margin-bottom: 18px;
  font-size: 30px;
}
.product-banner .pb-word .center h2{
  position: relative;
  font-size: 24px;
}
.product-banner .pb-word .center h2:before,
.product-banner .pb-word .center h2:after{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  border-top: 2px solid #fff;
  content: "";
}
.product-banner .pb-word .center h2:before{
  left: 2px;
}
.product-banner .pb-word .center h2:after{
  right: 2px;
}

.pro-center.product{
  background-color: #fff;
}

.product-list{
  padding: 28px 0;
  margin-bottom: 28px;
}
.product-list:last-child{
  margin-bottom: 0;
}
.product-list .pl-left{
  float: left;
  width: 574px;
}
.product-list .pl-left .flexslider .flex-control-nav{
  text-align: right;
}
.product-list .pl-left .pll-intro{
  margin-top: 46px;
}
.product-list .pl-left .pll-intro h3{
  margin-bottom: 17px;
  font-size: 24px;
  color: #000;
}
.product-list .pl-left .pll-intro p{
  height: 155px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  font-size: 14px;
  color: #626262;
  line-height: 25px;
}
.product-list .pl-left .pll-intro .btn-bottom{
  margin-top: 28px;
  text-align: right;
}
.product-list .pl-left .pll-intro .btn-bottom a.check-more{
  display: inline-block;
  padding: 10px 22px;
  font-size: 12px;
  color: #fff;
  background-color: #1889cf;
}
.product-list .pl-right{
  float: right;
  width: 580px;
}
.product-list .pl-right .pro-demos{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-list .pl-right .pro-demos li{
  position: relative;
  margin-top: 20px;
  width: 280px;
}
.product-list .pl-right .pro-demos li:nth-child(1),
.product-list .pl-right .pro-demos li:nth-child(2) {
  margin-top: 0;
}
.product-list .pl-right .pro-demos li .img-box{
  width: 100%;
  height: 233px;
  overflow: hidden;
}
.product-list .pl-right .pro-demos li .img-box img{
  width: 280px;
  height: 233px;
  transition: all .4s;
}
.product-list .pl-right .pro-demos li p{
  padding: 0 12px;
  font-size: 12px;
  color: #fff;
  line-height: 40px;
  background-color: #32373d;
}
.product-list .pl-right .pro-demos li .hover{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  opacity: 0;
  transition: all .4s;
}
.product-list .pl-right .pro-demos li .hover img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-list .pl-right .pro-demos li:hover .hover{
  opacity: 1;
}
.product-list .pl-right .pro-demos li:hover .img-box img{
  transform: scale(1.4);
}

.repeat-bg{
  background: url(../image/square-repeat.jpg) repeat;
}

.pro-center.solution{
  background-color: #fff;
}
.pro-center.solution .pc-tab .tab-index a{
  margin: 0 2px;
  padding: 10px 16px;
}
.solution-demos{
  padding-top: 50px;
}
.solution-demos .sd-left{
  float: left;
  position: relative;
  width: 50%;
  height: 348px;
}
.solution-demos .sd-left img.img-whole{
  width: 100%;
  height: 348px;
}
.solution-demos .sd-left .sd-word{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 490px;
  transform: translate(-50%, -50%);
}
.solution-demos .sd-left .sd-word p{
  font-size: 18px;
  color: #5c5c5c;
  line-height: 30px;
}

.solution-intro{
  margin-top: 37px;
  height: 265px;
  background: url(../image/sol-bg.jpg) top center no-repeat;
}

/*手机版*/
@media screen and (max-width: 600px) {
    .video-banner {
        min-width: 0;
    }
    .syhz *,.bot *{
    	max-width: 100%;min-width: 0;overflow: hidden;box-sizing: border-box;
    }
    .index-intro01 .ii-counts span h2 {
    font-size: 24px;
}
.index-intro01 .ii-counts span p {
    font-size: 14px;
}
.ii-counts span{
	width: 33%;
}
.ii-counts{
	flex-wrap: wrap;width: 80%;margin: 0 auto
}
.solution-cases .tit-intro {
    width: 80%;margin: 0 auto;margin-bottom: 18px;
}
.solution-cases .tit {
    margin-bottom: 26px;
}
.tit {
    font-size: 24px;
}
.solution-cases {
    padding: 0;
}
.our-strength {
    padding: 26px 0 24px 0;
}
.index-intro01 .ii-counts{
	margin-top: -15px;
}
.solution-cases .tab-box .tab-index {
    float: none;
    width: 100%;
    height: auto;
}
.solution-cases .tab-box .tab-index ul li a {
    display: block;
    padding-left: 0;
    font-size: 14px;
    width: 100%;
    text-align: center;
    line-height: 2.5;
}
.solution-cases .tab-box .tab-index ul{
	display: flex;justify-content: space-between;flex-wrap: wrap;
}
.solution-cases .tab-box .tab-index ul li{
	width: 50%;box-sizing: border-box;
}
.solution-cases .tab-box .tab-index ul li:nth-child(7){
	width: 100%
}
.solution-cases .tab-box .tab-index a.check-more {
    padding: 4px 22px;
    font-size: 14px;
}
.solution-cases .tab-box .tab-panes {
    margin-left: 0;
}
.sc-panel {
    padding-left: 0;
}
.sc-panel .img-left {
    position: relative;
    width: 100%;
    height: auto;
}
.sc-panel .relate-news h3{
	position: relative;
	top: 10px;text-align: center;
}
.index-banner01 {
    height: 4.5em;
    background-size: cover;
}
.our-strength .os-intro{
	width: 80%;margin: 0 auto
}
.our-strength .os-list .osl p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 21px;
}
.our-strength .os-list .osl h2 {
    margin-top: 4px;
    font-size: 18px;
}
.our-strength .os-list{
	display: block;width: 65%;margin: 20px auto 0;
}
.our-strength .os-list .osl{
	width: 100%;    margin-bottom: 20px;
}
.more-cases {
    padding-top: 36px;
    padding-bottom: 32px;
}
.more-cases .mc-list ul {
    margin-left: 0;
}
.more-cases .mc-list ul li {
     float: none; 
    margin: 0 auto 20px;
    width: 48%;
}
.more-cases .mc-list ul{
	display: flex;justify-content: space-between;flex-wrap: wrap;
	width: 95%;margin: 0 auto;
}
.more-cases .mc-list ul li .img-box img,.more-cases .mc-list ul li .img-box{
	height: 150px;
}
.more-cases .mc-list ul li .mc-tit h2 {
    font-size: 14px;
    margin: 0;
}
.more-cases .mc-list ul li .mc-tit {
    padding: 10px;text-align: center;
}
.more-cases .mc-list .check-more{
	margin-top: 0
}
.hreds-div1s1 {
    padding: 10px 0 10px 0;
    font-size: 24px;
    margin: 0;
}
.new .row {
    margin: 0 auto;
}
.left-new, .right-new {
    padding: 0!important;
}
.uls-hang{
	margin-top: 10px!important;
}
.new-biao{
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.hang-top>.fl{
	width: 85%;
}
.renqi{
	font-size: 12px;
}
.right-new{
	margin-top: 30px;
}
.index-intro02 .wl{
	flex-wrap: wrap;padding-top: 68px;
}
.ii-art{
	width: 50%;
}
.index-intro02 .wl .ii-art strong{
	font-size: 18px;text-align: left;margin-bottom: 0;line-height: 30px;
}
.index-intro02 .wl{
	width: 80%;
}
.index-intro02 .wl .ii-art p{
	font-size: 14px;text-align: left;
}
.index-intro02{
	background-size: cover;
	height: 178px;
}
.hreds-div1s1{
	font-size: 24px!important;
}
body{
	padding-bottom: 0!important;
}
.bot .bot-intro{
	flex-wrap: wrap;width: 90%;margin: 0 auto;
}
.bot .bot-intro .bi-art{
	width: 50%;text-align: left;margin-bottom: 10px;
}
.bot .bot-intro .bi-art{
	padding-left: 65px;
}
.bot .bot-intro .bi-art strong{
	font-size: 16px;margin-bottom: 4px;
}
.bot .bot-intro .bi-art p {
    white-space: pre-wrap;
}
.bot .bot-menu .bm-left{
	display: none;
}
.bot .bot-menu .bot-contact .bc-right p {
    margin-top: 4px;
    margin-bottom: 0;
    font-size: 18px;
}
.bot .bot-menu .bot-contact .bc-right span{
	display: block;
}
.bot .bot-menu .bot-contact {
    float: none;
    display: flex;
    justify-content: center;
    color: #fff;
}
.bot .bot-menu {
    padding-top: 17px;
    padding-bottom: 18px;
    border-bottom: 1px solid #73777a;
}
.bot-links{
	width: 90%;margin: 0 auto;
}
.bot .copyright{
	margin-top: 5px;
}
}