
.nav_box_act {
  background: #fff;
}
.white {
  background: #ffffff;
}
.white .ui_item {
  color: #000000;
}
.nav_box_act .ui_item {
  color: #000000;
}

.ui_item ul>li>a{
    display: inline-block;
    width: 100%;
    color:#666;
    text-decoration: none;
    
}

.f_list_item ul>li>a{
    display: inline-block;
    color:#666;
    text-decoration: none;
}


.ui_item ul>li>a:hover{
  color:#01A4EF;
  /*background: url("/static/home/images/jiantou.png") no-repeat scroll right center transparent;*/
}

.ui_item .three{
    position: absolute;
    top: 25px;
    left:170px;
}

.ui_item .multistage img{
    position: absolute;
    left:300px;
}

.ui_item .ui_tab_show_box ul>li{
  margin-left: 50px;
  text-align: left;
}
.cont_title {
  position: relative;
  padding: 30px 0 30px;
  text-align: center;
}
.cont_title span {
  padding: 0 20px;
  background: #fff;
  display: inline-block;
  position: relative;
  font-size: 24px;
}
.title_line {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 62%;
  height: 1px;
  background: #cecece;
}
.index_pic {
  position: relative;
  margin-bottom: 15px;
}
.index_pic img {
  width: 100%;
}
.index_pic_text {
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.index_pic_text h1 {
  font-size: 28px;
}
.index_pic_text p {
  font-size: 16px;
}
.index_pic:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}
.pb60 {
  padding-bottom: 60px;
}
.cf4f4f4 {
  background: #f4f4f4;
}
.cf4f4f4 .cont_title span {
  background: #f4f4f4;
}
.video {
  margin-bottom: 15px;
}
.video video {
  width: 100%;
}
.video_list {
  background: #fff;
  margin-bottom: 6px;
  padding-top: 6px;
  border-bottom: 1px solid #ddd;

}
div.video_list:hover{
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  transform: translate3d(0,-2px,0);
}
div.video_list:hover a.index-more{
  color:#2AAFF0;
  text-decoration: none
}
.video_list_r {
  padding-left: 28px;
  padding-right: 28px;
  height: 80px;
}
.video_list_r p {
  font-size: 16px;
  line-height: 28px;
  word-break: break-all;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  width: 321px;
}
.video_list_r a {
  color: #999;
}
.video_list_l {
  border-right: 1px solid #f3f4f6;
  padding-left: 42px;
  height: 80px;
}
.video_list_l h3 {
  font-size: 40px;
  margin: 0;
}
.video_list_l h4 {
  width: 32px;
  height: 3px;
  background: #f4f4f4;
}
div.nav_box .nav-border{
  /*position: absolute;*/
  width:100%;
  height: 70px;
  /*border-bottom: 1px solid #E0E0E0;*/
  z-index: 9999;
}

div.learn{
  font-size: 0.3rem;
  color: #fff;
  position: absolute;
  top: 30%;
  left: 16%;
  right: 0;
  z-index: 99;
  margin-top: 30px;
}


div.learn span{
    display: block;
    line-height: 70px;
  }

div.learn .index-desc{
  line-height: 70px;
}
div.learn a{
  text-decoration: none;
}
div.learn .index-location{
  font-size: 16px;
  color:#fff;
  width:180px;
  height: 56px;
  border-radius: 30px;
  border:1px solid #ccc;
  line-height: 56px;
  text-align: center;
  margin-top: 40px;
}

div.learn .index-location:hover{
  background-color:#01A4EF; 
  border:1px solid #01A4EF;
}

@media screen and (max-width: 769px) {
  
/*  .cont_title {
    padding: 0.85333333rem 0 0.42666667rem;
  }*/
  /*.container{
    padding-left:0px;
    padding-right:0px;
  }*/
  .cont_title span {
    padding: 0 0.37333333rem;
    font-size: 0.37333333rem;
  }
  .index_pic_text h1 {
    font-size: 0.4rem;
  }
  .index_pic_text p {
    font-size: 0.29333333rem;
  }
  .index_pic {
    margin-bottom: 0.21333333rem;
  }
  .pb60 {
    padding-bottom: 1.22666667rem;
  }
  .video_list {
    padding: 0.56rem 0 0.48rem;
    height: 2.93333333rem;
  }
  .video_list_r {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  .video_list_r p {
    line-height: 0.53333333rem;
    font-size: 0.32rem;
  }
  .video_list_r a {
    font-size: 0.26666667rem;
  }
  .video_list_l {
    padding-left: 0.21333333rem;
  }
  .video_list_l h3 {
    font-size: 0.90666667rem;
    text-align: center;
  }
  .video_list_l h4 {
    margin: 0.16rem auto;
  }
  .video_list_l h5 {
    text-align: center;
    margin: 0;
  }

  div.learn{
    font-size: 0.3rem;
    color: #fff;
    position: absolute;
    top: 0;
    left: 10%;
    z-index: 99;
  }

  div.learn a>div.index-location{
    font-size: 0.2rem;
  }

  div.learn div.index-desc>span{
    font-size: 22px;
    display: block;
    line-height: 25px;
  }

  div.learn .index-desc{
    line-height: 70px;
  }
  div.learn a{
    text-decoration: none;
  }
  div.learn .index-location{
    font-size: 16px;
    color:#fff;
    width:100px;
    height: 36px;
    border-radius: 30px;
    border:1px solid #01A4EF;
    background-color:#01A4EF;
    line-height: 36px;
    text-align: center;
    margin-top: 20px;
  }
}



