@-webkit-keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*轮播样式*/

.carousel-indicators li{
  background: #fff;
  border:none;
  border-radius: 0;
  margin:0;
}
#carousel-example-generic1 .carousel-inner .item>a{
  height:524px;
  width: 100%;
  display: block;
}
#carousel-example-generic1 .carousel-inner .item>.Register{
  display: block;
  width: 170px;
  height:45px;
  position: absolute;
  left: 50%;
  top: 74%;
  margin-left: -62px;
  background: transparent;
  z-index: 500;
}
#carousel-example-generic1 .carousel-inner .item>.buyCdn{
  display: block;
  width: 186px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 74%;
  margin-left: -95px;
  background: transparent;
  z-index: 500;
}

.carousel-indicators .active{
  background:#01b8ff;
  border:none;
  border-radius: 0;
  margin:0;
}
/*公共样式*/
.left-bracket{
  width: 37px;
  height:100px;
  border:2px solid #999;
  border-right:none;
}
.right-bracket{
  width: 37px;
  height:100px;
  border:2px solid #999;
  border-left:none;
}
.content-box>div{
  display: inline-block;
}
.content-box>.center-text>p:first-child{
  font-size: 30px;
  font-weight: 700;
  margin: 18px 0;
  color:#fff;
}
.content-box>.center-text{
  vertical-align: top;
}
/*定义背景图片随滚动轴的移动方式*/
.parallax{
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: white;
  background-attachment: fixed;
  background-position: 0;
  background-repeat: no-repeat;
  overflow: hidden;
}

/*业务*/
.productBox {
  padding-top: 80px;
  padding-bottom: 113px;
  background: #fff;
  /*animation-name: fadeDown;*/
  animation-duration: 0.5s;
}
.productBox>.content{
  text-align: center;
}
.productBox>.content>div.text{
  height:150px;
  margin-bottom:63px;
}
.productBox>.content>div>.content-logo{
  margin-bottom:5px;
}
.productBox>.content>div>.content-box{
  margin-bottom:20px;
}
.productBox>.content>div>.content-box>.center-text>p:first-child{
  color:#01b8ff;
}


/*折叠轮播*/
.fold{
  min-height: 365px;
  position: relative;
  margin:0 auto;
}
.fold>.img{
  overflow: hidden;
  transition: width 0.2s,height 0.2s,top 0.2s,left 0.2s,right 0.2s,z-index 0.2s;
}
.fold .card-box{
  display: inline-block;
  background: #0da6e1;
  padding:30px 15px 20px 15px;
}

.fold .card-box>.card-pay>a:first-child{
  margin-left:5px;
}
.fold .card-box>.card-pay>a:last-child{
  margin-right:5px;
}

.fold .card-box .card-content{
  padding:0 20px 16px 20px;
  color:#fff;
  position: relative;
  text-align:left;
}
.fold .card-box .card-pay a{
  display: inline-block;
  padding:10px 30px;
  border:1px solid #fff;
  color:#fff;
  cursor:pointer;
  font-size: 16px;
}
.fold .card-box .card-pay a:last-child{
  color:#01b8ff;
  background: #fff;
  -weblit-box-shadow: 0 0 20px #fff;
  -moz-box-shadow: 0 0 20px #fff;
  box-shadow: 0 0 20px #fff;
  cursor:pointer;
}
.fold .card-box .card-content>p{
  font-size:14px;
  line-height: 22px;
}
.fold .card-box .card-content>span{
  position: absolute;
  bottom:25px;
  left:38%;
  color: #fff;
}
.fold .card-box .card-content>span.Permeate{
  left:34%;
}
.fold .card-box .card-header{
  font-size: 35px;
  margin-bottom:16px;
}
.fold .card-box .card-header img{
  width:38px;
}
.fold .card-box .card-header span{
  vertical-align: bottom;
  color: #FFF;
}
.fold>.img1{
  top: 5%;
  left: 90%;
  opacity: 0.4;
  z-index: 2;
}
.fold>.img2{
  top: 5%;
  left: -40%;
  opacity:0.4;
  z-index: 2;
}
.fold>.img3{
  top: 13%;
  left: -1%;
  opacity: 0.9;
  z-index: 5;
}
.fold>.img4{
  top: 13%;
  left: 51%;
  opacity: 0.9;
  z-index: 3;
}

/*防御需求*/
.needBox{
  background-image: url(../images/bgxxaqcp.png);
  height:601px;
  padding-top:34px;
}
.needBox .needBox-header{
  margin-bottom:20px;
}
.needBox .needBox-header .content-box>span{
  display: inline-block;
  width:20%;
  border-top:1px solid #fff;
  margin:50px 20px;
}
.needBox .content-box .left-bracket{
  border:2px solid #fff;
  border-right:none;
}
.needBox .content-box .right-bracket{
  border:2px solid #fff;
  border-left:none;
}
.needBox-content{
  margin: 0 auto;
  text-align:center;
  text-align:-moz-center;
  text-align:-webkit-center;
}
.needBox-content>div {
  display: table-cell;
  text-align:center;
  text-align:-moz-center;
  text-align:-webkit-center;
  padding:38px 26px 43px;
  /*margin:0 5px;*/
}
.needBox-content>div>.img1{
  background: url(icon1-1.png) no-repeat center;
}
.needBox-content>div>.img2{
  background: url(../../img/index/needBox/icon2-1.png) no-repeat center;
}
.needBox-content>div>.img3{
  background: url(../../img/index/needBox/icon3-1.png) no-repeat center;
}
.needBox-content>div>.img4{
  background: url(../../img/index/needBox/icon4-1.png) no-repeat center;
}
.needBox-content>div>.img5{
  background: url(../../img/index/needBox/icon5-1.png) no-repeat center;
}

.needBox-content>div>h1{
  font-size: 17px;
  margin-bottom:36px;
  color: #01b8ff;
  font-weight: 700;
  position: relative;
}

.needBox-content>div>.img{
  height:64px;
  margin:0 auto 36px auto;
}
.needBox-content>div>p{
  line-height: 30px;
  font-size: 13px;
  text-align: left;
}

/*方案*/
.industryBox {
  padding: 113px 0;
  text-align:center;
  text-align:-moz-center;
  text-align:-webkit-center;
}
.industryBox .industryBox-header{
  margin-bottom:80px;
}
.industryBox .industryBox-header .content-box .center-text>p:first-child{
  color:#01b8ff;
}
.industryBox .industryBox-content {
  width:100%;
  overflow: hidden;
  margin:0 auto;
}
.industryBox .industryBox-content>ul>li{
  /*float: left;*/
  /*width:385px;*/
  padding: 0;
}
figure{
  position:relative;
  overflow:hidden;
  float:left;
  width: 100%;
}
figcaption{
  position:absolute;
  top:0;
  left:0;
  color:#fff;
}
figure>div{
  width:100%;
  height:250px;
  position: relative;
}
figure>div>div{
  height:68px;
  width:74px;
}
figure>div>.case-img{
  position: relative;
  margin: 0 auto;
  padding-top: 15%;
  top: 25%;
  margin-bottom: -16%;
}
figure>div>p{
  font-size: 22px;
  color: #fff;
  position: relative;
  margin: 0 auto;
  top: 180px;
}
figure>div.img1{
  background: url(../images/commerce.jpg);
}

figure>div.img2{
  background: url(banking.jpg);
}

figure>div.img3{
  background: url(government.png);
}
figure>div.img3 .case-img{
  background: url(../../img/index/indeustryBox/government_icon.png) no-repeat;
}
figure>div.img4{
  background: url(../../img/index/indeustryBox/customization.png);
}
figure>div.img4 .case-img{
  background: url(../../img/index/indeustryBox/customization_icon.png) no-repeat;
}
figure>div.img5{
  background: url(../../img/index/indeustryBox/game.png);
}
figure>div.img5 .case-img{
  background: url(../../img/index/indeustryBox/game_icon.png) no-repeat;
}
figure>div.img6{
  background: url(../../img/index/indeustryBox/company.png);
}
figure>div.img6 .case-img{
  background: url(../../img/index/indeustryBox/company_icon.png) no-repeat;
}
/*设置它们在变化前后的过渡时间*/
figure figcaption ,figure figcaption div{transition:all 0.5s}
.test figcaption{
  width:100%;
  height:100%
}
.test figcaption div{
  width:100%;
  height:100%;
  position:absolute;
  top:350px;
  left:0;
  transition:all 0.5s;
  background: rgba(62,66,89,0.93);
  padding:10%;
}

.test figcaption div>h1{
  margin:10px 0 20px;
  font-size: 22px;
  color:#01b8ff;
}
.test figcaption div>p{
  line-height:24px;
  font-size: 14px;
  text-align: left;
  height: 72px;
  overflow: hidden;
}
/*.test figcaption div>p:after{*/
  /*content: ".......";*/
  /*font-weight: bold;*/
  /*position: absolute;*/
  /*bottom: 90px;*/
  /*right: -42px;*/
  /*width: 140px;*/
  /*background-color: rgba(62,66,89,0.93);*/
  /*padding: 0;*/
  /*padding-left: 42px;*/
  /*padding-right: 0px;*/
  /*!*background: url(../../img/about/ellipsis_bg.png) repeat-y;*!*/
/*}*/
.test figcaption div>a{
  border: 1px solid #fff;
  padding: 8px 26px;
  position: absolute;
  left: 135px;
  color: #fff;
  bottom: 20px;
  font-size: 16px;
}
/*新闻动态*/
.newsBox {
  text-align:center;
  text-align:-moz-center;
  text-align:-webkit-center;
  padding-bottom:113px;
}
.newsBox .newsBox-header{
  margin-bottom:35px;
}
.newsBox .newsBox-content .newsBox-content-box{
  display: inline-block;
}
.newsBox .newsBox-content .newsBox-content-box .hr{
  border-bottom: 1px solid #aaa;
  width:98%;
  margin-bottom:10px;
  position: relative;
}
.newsBox .newsBox-content-box .hr .hr-blue{
  width:20%;
  border-bottom: 4px solid #01b8ff;
  position: absolute;
  top:-1px;
  left:40%;
}
.newsBox .newsBox-header .content-box .center-text>p:last-child{
  font-size: 18px;
}
.newsBox .newsBox-header .content-box .center-text>p:first-child{
  color:#01b8ff;
}

.newsBox .newsBox-content .NewsDiv{
  display: inline-block;
  width:404px;
  background: #f3f6f8;
  padding:10px 20px;
  text-align: left;
  float: left;
  animation-duration: 0.5s;
}
.Newstitle h2{
  font-size: 18px;
  margin-bottom:10px;
}
.NewsList li{
  height:40px;
  line-height: 40px;
  border-left:1px solid #01b8ff;
  padding-left:10px;
  position: relative;
}
.NewsList li i{
  position: absolute;
  display: inline-block;
  width:10px;
  height: 10px;
  border-radius:50%;
  background: #01b8ff;
  left:-5px;
  top:15px;
}
.NewsList li>span{
  vertical-align: top;
  display: inline-block;
  font-size: 14px;
}
.NewsList li a{
  display:inline-block;
  max-width:80%;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  font-size: 14px;
  color: #666;
  margin-left: 8px;
}

/*.NewsList li:last-child>a{*/
  /*position: absolute;*/
  /*top:12px;*/
  /*left: -1px;*/
  /*background: #01b8ff;*/
  /*color:#fff;*/
  /*width:94px;*/
  /*height:28px;*/
  /*line-height: 28px;*/
  /*padding:0 15px;*/
  /*font-size: 16px;*/
/*}*/
#carousel-example-generic2 li{
  padding:0;
}
.newsBox-content-box .active{
  display: block;
}
.fold .card-box .card-header i{
  font-size: 18px;
  font-style: normal;
  float:right;
line-height: 39px;
}
.row{
  padding:0;
}
.container-fluid #myCarousel .carousel-inner .item{
  -webkit-perspective: 0;
  perspective: 0;
}
#carousel-example-generic3>.carousel-inner >.item >a>img{
  width:100%;
}


/*.gd_tips>div{*/
  /*position: fixed;*/
  /*width: 760px;*/
  /*height: 540px;*/
  /*overflow-x: auto;*/
  /*background-color: #fff;*/
  /*top: 50%;*/
  /*left: 50%;*/
  /*margin-top: -270px;*/
  /*margin-left: -380px;*/
  /*padding: 20px 30px;*/
  /*z-index: 9999;*/
  /*border-radius: 4px;*/
  /*box-shadow: 0 0 10px rgba(0,0,0,.2);*/
/*}*/
/*#gd_tipshide{*/
  /*position: absolute;*/
  /*right: 26px;*/
  /*top: 36px;*/
  /*font-size: 40px;*/
  /*line-height: 100%;*/
  /*cursor: pointer;*/
/*}*/
/*.gd_tips>div>h3{*/
  /*margin: 0 auto 40px;*/
  /*text-align: center;*/
  /*border-bottom: 1px solid #ccc;*/
  /*line-height: 76px;*/
  /*font-size: 20px;*/
  /*font-weight: 700;*/
  /*color: #333;*/
/*}*/
/*.gd_tips>div>p{*/
  /*font-size: 14px;*/
  /*line-height: 32px;*/
  /*margin: 16px auto 0 auto;*/
  /*color: #444;*/
/*}*/





/* Large desktop */
@media (min-width: 1200px) {
  .newsBox .newsBox-content .Newsright{
    margin-left: 10px;
  }
  .test figcaption:hover div{
    top: 0;
    transition:all 0.5s;
  }
  .fold .phonehref{
    display: none;
  }
  .fold .img3:hover>.card-box,.fold .img4:hover>.card-box{
    background: #3e4259;
  }
  .fold .img3:hover>.card-box>.card-pay>a:last-child,.fold .img4:hover>.card-box>.card-pay>a:last-child{
    background: #01b8ff;
    color:#fff;
    webkit-box-shadow: 0 0 20px #01b8ff;
    -moz-box-shadow: 0 0 20px #01b8ff;
    box-shadow: 0 0 20px #01b8ff;
    border:1px solid transparent;
  }
  .fold .img3:hover>.card-box>.card-pay>a:hover,.fold .img4:hover>.card-box>.card-pay>a:hover{
    background: #fff;
    color:#3e4259;
    -webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
    border:1px solid transparent;
  }
  .fold>.img1>.card-box>.card-pay>a:hover,.fold>.img2>.card-box>.card-pay>a:hover{
    cursor:context-menu;
  }
  .needBox-content>div:hover {
    background: -webkit-linear-gradient(45deg, rgba(101, 176, 255, 0.7), rgba(188, 130, 255, 0.7)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(45deg, rgba(101, 176, 255, 0.7), rgba(188, 130, 255, 0.7)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(45deg, rgba(101, 176, 255, 0.7), rgba(188, 130, 255, 0.7)); /* Firefox 3.6 - 15 */
    background: linear-gradient(45deg, rgba(101, 176, 255, 0.7), rgba(188, 130, 255, 0.7)); /* 标准的语法（必须放在最后） */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68ABFF', endColorstr='#AF7CFF',GradientType=0 );
    box-shadow: 0 0 100px rgb(143,144,255);
    -moz-box-shadow: 0 0 100px rgb(143,144,255);
    -webkit-box-shadow: 0 0 100px rgb(143,144,255);
  }
  .needBox-content>div>.img1{
    background: url(../images/icon1-2xxaqcp.png) no-repeat center;
  }
  .needBox-content>div>.img2{
    background: url(../images/icon2-2xxaqcp.png) no-repeat center;
  }
  .needBox-content>div>.img3{
    background: url(../images/icon3-2xxaqcp.png) no-repeat center;
  }
  .needBox-content>div>.img4{
    background: url(../images/icon4-2xxaqcp.png) no-repeat center;
  }
  .needBox-content>div>.img5{
    background: url(../images/icon5-2xxaqcp.png) no-repeat center;
  }
  .needBox-content>div:hover>h1{
    color: #fff;
  }
  .test figcaption div>a:hover{
    background: #fff;
    color:rgba(62,66,89,0.93);
    webkit-box-shadow: 0 0 20px #fff;
    -moz-box-shadow: 0 0 20px #fff;
    box-shadow: 0 0 20px #fff;
    border:1px solid transparent;
  }
  .test:hover figcaption div{
    transform:translate(0px,0px);
  }
  .NewsList li a:hover{
    color: #01b8ff;
  }
  /*.NewsList li:last-child>a:hover{*/
    /*background: #0a71dd;*/
    /*color: #fff;*/
  /*}*/

  .carousel-indicators li{
    width: 55px;
    height:5px;
  }
  .carousel-indicators .active{
    width: 55px;
    height:5px;
  }
  .fold>.img{
    position: absolute;
  }
  .fold .card-box{
    width:319px;
    height:316px;
  }
  .needBox-content>div{
    height:400px;
    width: 223px;
  }
  .industryBox .industryBox-content{
    width: 1155px;
  }
  .fold{
    width: 640px;
  }
  .fold .card-box .card-content{
    height:225px;
  }
  #carousel-example-generic2{
    display: none;
  }
  #carousel-example-generic3{
    display: none;
  }
  .NewsList li>span{
    width:45px;
  }
  .fold .card-box .card-header i{
    display: none;
  }
  .needBox-content {
    width: 1200px;
  }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 1199px) {
  .test figcaption div>a{
    left: 50%;
    margin-left: -59px;
  }
  .newsBox{
    height: 974px;
  }
  #carousel-example-generic1{
    display: none;
  }
  .fold>.img{
    position: relative;
    width: 90%;
    left:0;
    margin: 2% auto;
    opacity: 1;
  }
  .fold .card-box{
    width:100%;
  }
  .fold .phonehref{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 50;
  }
  .fold .card-box .card-pay{
    display: none;
  }
  .fold .card-box .card-content>p{
    display: none;
  }
  .fold .card-box .card-content>span{
    display: none;
  }
  .container-fluid .bracket{
    display: none;
  }
  .needBox .needBox-header .content-box>span{
    display: none;
  }
  .needBox{
    background-size: 100%;
    background-image: none;
    height:653px;
  }
  .needBox .needBox-header{
    height:235px;
    background-image: url(bg.png);
    background-size: 100%;
    margin-bottom:0;
  }
  .needBox .needBox-header .content-logo{
    padding-top: 5%;
  }
  .needBox-content>div{
    float: left;
    width: 50%;
    padding:0;
    padding-top:38px ;
  }
  .needBox-content>div{
    background-color: #ecebeb;
  }
  .needBox-content>div:nth-child(3){
    display: none;
  }
  .needBox-content>div>p{
    display: none;
  }

  figure>div.img{
    background-size: 100%;
  }
  footer>.container>.row>div{
    display: none;
  }
  footer>.container>.row>div:last-child{
    display: block;
    text-align: center;
  }
  .newsBox .newsBox-header{
    margin-bottom: 35px;
  }
  .NewsList li{
    border-left:none
  }
  .newsBox .newsBox-content .NewsDiv{
    background-color: #fff;
  }
  .newsBox .newsBox-content .newsBox-content-box .hr{
    display: none;
  }
  .newsBox .newsBox-content .NewsDiv{
    width: 100%;
  }
  .newsBox .newsBox-content .NewsDiv{
    height:272px;
  }
  .fold .card-box .card-header{
    margin: 0;
    margin-top: 20px;
  }
  .fold .card-box{
    padding:0;
  }
  #myCarousel{
    display: none;
  }
  #carousel-example-generic2{
    display: none;
  }
  .NewsList li>span{
    width:15%;
  }
  .newsBox-content{
    height:150px;
  }
  .fold .card-box .card-header i{
    display: inline-block;
  }
  .fold .card-box .card-header i{
    display: none;
  }
  .fold>div:nth-child(even) .card-box{
    background: #3d4258;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  .gd_tips{
    position: fixed;
    left: 0;
    right:0 ;
    top:0;
    bottom: 0;
    z-index: 9999;
  }
  .gd_tips>div{
    left:10px;
    right: 10px;
    top:10px;
    bottom: 10px;
    width: auto;
    height:auto;
    margin: 0;
  }
  #gd_tipshide{
    right: 5px;
    top: 5px;
    font-size: 30px;
  }
  .gd_tips>div>h3{
    line-height: 50px;
  }
  .fold .phonehref{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 50;
  }
  .needBox-content>div>.img1{
    background: url(../../img/index/needBox/icon1-1.png) no-repeat center;
    background-size: 51px;
  }
  .needBox-content>div>.img2{
    background: url(../../img/index/needBox/icon2-1.png) no-repeat center;
    background-size: 51px;
  }
  .needBox-content>div>.img3{
    background: url(../../img/index/needBox/icon3-1.png) no-repeat center;
    background-size: 51px;
  }
  .needBox-content>div>.img4{
    background: url(../../img/index/needBox/icon4-1.png) no-repeat center;
    background-size: 51px;
  }
  .needBox-content>div>.img5{
    background: url(../../img/index/needBox/icon5-1.png) no-repeat center;
    background-size: 51px;
  }
  .fold .card-box .card-header{
    font-size: 24px;
    line-height: 36px;
  }
  #carousel-example-generic1{
    display: none;
  }
  .newsBox .newsBox-header .content-box .center-text>p:last-child{
    display: none;
  }
  .fold>.img{
    position: relative;
    width: 90%;
    left:0;
    margin: 2% auto;
    opacity: 1;
  }
  .fold .card-box{
    width:100%;
  }
  .fold .card-box .card-pay{
    display: none;
  }
  .fold .card-box .card-content>p{
    display: none;
  }
  .fold .card-box .card-content>span{
    display: none;
  }

  .container-fluid .bracket{
    display: none;
  }
  .needBox .needBox-header .content-box>span{
    display: none;
  }
  .needBox{
    background-size: 100%;
  }
  .needBox{
    background-image: none;
    height:689px;
  }
  .needBox .needBox-header{
    height:235px;
    background-image: url(bg.png);
    background-size: 100%;
    margin-bottom:0;
  }
  .needBox .needBox-header .content-logo{
    padding-top: 5%;
  }
  .needBox-content>div{
    float: left;
    width: 50%;
  }
  .needBox-content>div{
    background-color: #ecebeb;
  }
  .needBox-content>div:nth-child(3){
    display: none;
  }
  .needBox-content>div>p{
    display: none;
  }
  figure>div.img{
    background-size: 100%;
  }
  footer>.container>.row>div{
    display: none;
  }
  footer>.container>.row>div:last-child{
    display: block;
    text-align: center;
  }
  .NewsList li{
    border-left:none
  }

  .newsBox .newsBox-content .newsBox-content-box .hr{
    display: none;
  }
  .newsBox .newsBox-content .NewsDiv{
    display: inline-table;
    float: none;
    background-color: #fff;
    width: 100%;
    position: absolute;
    left: 0;
  }
  .Newstitle h2{
    display: inline-block;
    z-index: 100;
    position: relative;
  }
  .Newsleft h2{
    left:25%;
  }
  .Newsright h2{
    left:42%;
  }
  .Newsright:last-child h2{
    left:59%;
  }
  .fold .card-box .card-header{
    margin: 0;
    margin-top: 20px;
  }
  .fold .card-box{
    padding:0;
  }
  #myCarousel{
    display: none;
  }
  .industryBox1{
    display: none;
  }
  .NewsList li>span{
    width:15%;
  }
  .NewsText{
    display: none;
  }
  .newsBox-content{
    height:150px;
  }
  .productBox{
    padding:60px 0;
    padding-bottom: 0;
  }
  .productBox>.content>div.text{
    margin-bottom: 20px;
  }
  .content-box>.center-text>p.News{
    margin-bottom: 5px;
  }
  .test figcaption div>a{
    position: relative;
    display: inline-block;
    bottom: 0;
    left: 0;
  }
  .content-box>.center-text>p:first-child{
    font-size: 26px;
  }
  .industryBox{
    padding: 30px 0;
    padding-bottom: 60px;
  }
  .Newstitle h2.blue{
    border-bottom: 2px solid #01b7ff;
    color: #01b7ff;
  }
  .carousel-indicators li{
    border-radius: 50%;
  }
  .carousel-indicators .active{
    border-radius: 50%;
  }
  .industryBox .industryBox-header{
    margin-bottom: 15px;
  }
  .fold .card-box .card-header i{
    display: none;
  }
  .fold>div:nth-child(even) .card-box{
    background: #3d4258;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .fold .card-box .card-header i{
    display: none;
  }
  .content-box>.center-text>p:first-child{
    font-size: 20px;
  }
  .content-box>.center-text>p:last-child{
    line-height: 22px;
  }
  .fold>.img{
    position: relative;
    width: 90%;
    left:0;
    margin: 2% auto;
    opacity: 1;
  }

  .Newsleft h2{
    left:19%;
  }
  .Newsright h2{
    left:42%;
  }
  .Newsright:last-child h2{
    left:64%;
  }
  .fold .card-box{
    width:100%;
    padding:0;
  }
  .fold>div:nth-child(even) .card-box{
    background: #3d4258;
  }
  .fold .card-box .card-pay{
    display: none;
  }
  .fold .card-box .card-content>p{
    display: none;
  }
  .fold .card-box .card-content>span{
    display: none;
  }
  .fold .card-box .card-header{
    margin: 0;
    margin-top: 20px;
  }
  .container-fluid .bracket{
    display: none;
  }
  .needBox .needBox-header .content-box>span{
    display: none;
  }
  .needBox{
    background-image: none;
  }
  .needBox .needBox-header{
    height:235px;
    background-image: url(bg.png);
    background-size: cover;
    margin-bottom:0;
  }
  .needBox .needBox-header .content-logo{
    padding-top: 10%;
  }
  .needBox-content>div{
    float: left;
    width: 50%;
    padding:0;
    padding-top:38px ;
  }
  .needBox-content>div{
    background-color: #ecebeb;
  }
  .needBox-content>div:nth-child(3){
    display: none;
  }
  .needBox-content>div>p{
    display: none;
  }
  figure>div.img{
    background-size: cover;
  }
  footer>.container>.row>div{
    display: none;
  }
  footer>.container>.row>div:last-child{
    display: block;
    text-align: center;
  }
  .newsBox .newsBox-header{
    margin-bottom: 0;
  }
  .NewsList li{
    border-left:none;
    width:350px;
    margin: 0 auto;
  }
  .newsBox .newsBox-content .NewsDiv{
    background-color: #fff;
  }
  .newsBox .newsBox-content .newsBox-content-box .hr{
    display: none;
  }
  .newsBox .newsBox-content .NewsDiv{
    width: 100%;
    padding:10px;
    padding-top: 0;
  }

  #myCarousel{
    display: none;
  }
  .industryBox1{
    display: none;
  }
  .NewsList li>span{
    width:15%;
  }
  .newsBox-content{
    height:150px;
  }
}
@media (max-width: 375px){
  .Newsleft h2{
    left:3%;
  }
  .Newsright h2{
    left:38%;
  }
  .Newsright:last-child h2{
    left:70%;
  }
  .NewsList li{
    border-left:none;
    width:290px;
    margin: 0 auto;
  }
  .NewsList li a{
    width: 70%;
  }
  .NewsText{
    display: none;
  }
  .needBox-content>div>h1{
    font-size: 16px;
  }
  .NewsList li>span{
    width: 20%;
  }
}

