﻿ hr {
    display:none;
  }
 
  .navbar-nav li:nth-child(3) {
     background-color:#428EFF;
    }

  .Display {
    text-align: center;
    background-image: url('../../Content/Img/CLearning/banner.png');
    background-position: center center;
    /*不平铺：background-repeat: no-repeat;
    横向平铺：background-repeat: repeat-x;
    纵向平铺：background-repeat: repeat-y;
    固定：background-attachment: fixed;
    滚动：background-attachment: scroll;
    水平居中：background-position: center;
    水平居中并垂直居中：background-position: center center;*/
    padding: 0px;
    color: #ffffff;
  }
 
  .DisplayDiv {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    padding:17% 0px;
  }
 

    .row:nth-child(1) {
    padding:0 0 5% 0PX;
  }
 

  .No1ContentBox {
    padding: 35px 10px;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
    text-align: center;
    height:350px;
  }

    .No1ContentBox b {
      font-size: 30px;
      color:#444444;
    }

    .No1ContentBox p:nth-child(1) {
      margin-bottom: 40PX;
    }
  .row:nth-child(2) {
    background-color: rgba(0,0,0,0.7);
    color:#ffffff;
  }
  .row  h1,.row h3:nth-child(2) {
     text-align:center;
  }
  .No1iFormBox {
    background-image: url('../../Content/Img/CLearning/BagImg1.png');
  }
  #modular2 {
    float:left;
    background-image: url('../../Content/Img/CLearning/wenlixiaoguo.png');
    margin-bottom:60px;
  }
#row1 {
padding: 8% 0;
}
    #modular2 table tr {
     height:100px; 
    }

    #modular2 table tr td {
     width:13.333333%; 
    padding: 3% 0px 3% 6%;
    }
    .textnum {
       font-size:36px;
    } 
    .textUm {
   font-size:18px;
    }
  .No2iFormBox {
    background-image: url('../../Content/Img/CLearning/bagImg2.png');
  }
 .No2Ul 
  {
   float:left; 
   border-radius:50%;
   box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.10);
   text-align:center;
   margin:auto; 
  margin-right: 2%; 
  height:350px;
  width:350px;
  background-color:#ffffff;
 }
 /** 2018.9.11 修改 **/
 @media (min-width: 992px)(max-width:1600px;){
   .No2Ul{
     width:324px;
     height:324px;
     margin-right:3%;
   }
   .No2Ul:last-child{
     margin-right:0;
   }
   #row1 .re_item{
     width:209px;
  
   }
 }
 #row1 .re_item{
   width:250px;
          transition-timing-function: cubic-bezier(0.19, 0.68, 0.46, 0.9);
    position: relative;
    top: 0;
    transition: .3s;
 }
  #row1 .re_item:hover{
    top:-40px;
  }
 /** 修改结束 **/
  .No2Ul img {
   height:58PX;
   width:58PX;

  }
   .No2Ul li:nth-child(1) {
     margin-top: 65px;
  }
  .No2Ul li:nth-child(2) {
     margin-top: 30px;
     font-size:24px;
  }
  .No2Ul li:nth-child(3) {
    margin-top: 20px;
    font-size:20px;
  }
  .item img{
   float:left;
   margin:1%;
    }
  #carousel {
    position: relative;
    width: 61%;
    margin: auto;
    overflow: hidden;
  }
  .carousel-indicators {
    text-align:center;
  }
  .Title_text {
     padding:2% 0px;
   }
 
  .No2Ul{
    transition-timing-function: cubic-bezier(0.19, 0.68, 0.46, 0.9);
    position: relative;
    top: 0;
    transition: .3s;
 }
   .No2Ul:hover{
    top: -40px;
 }