/* CSS Document */

@charset "utf-8";


/* swipBig */
.swiperB {
    width: 100%;
    position: relative;
  }
  /* 父级宽度 */
  .containwidth {
    width: 90%;
    /* width: 1712px; */
    margin: auto;
    position: relative;
  }
  /* 父级上下padding */
  .containpad {
    box-sizing: border-box;
    padding: 100px 0;
  }
  
  /* 子级头部 */
  .containtop {
    width: 32%;
    margin: auto;
    position: relative;
  }
  .hoverimgB{
    position: absolute;
    top: 153px;
    right: 0;
    z-index: 1;
    height: 21px;
  
  }
  .hoverimgB:hover{
    cursor: pointer;
  }
  .hoverimg{
    width: 13px;
    height: 13px;
    position: relative;
  
  }
  
  .hoverimg img{
     width: 100%;
     height: 100%;
     display: block;
    
  }
  .hoverimg2{
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      opacity: 0;
  
  }
  .hoverimg,.hoverimgtext,.hoverimgtext2{
    display: inline-block;
    vertical-align: middle;
  }
  .hoverimgtext{
    margin-left: 13px;
    font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 14px;
  }
  .hoverimgtext2{
    margin-left: 15px;
    font-size: 14px;
  font-weight: 300;
  color: #999999;
  line-height: 14px;
  }
  .containtitle {
    font-size: 36px;
    font-weight: 500;
    color: #202738;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center;
    white-space: nowrap;
    
  }
  .containtitle span{
    display: inline-block;
    position: relative;
  
  }
  .containtitle2 span{
    color: #FFFFFF !important;
  }
  .containcolor{
    position: absolute;
    top: -8px;
    right: -33px;
    z-index: 1;
    width: 27px;
    height: 27px;
  
   }
   .containcolor img{
     width: 100%;
     height: 100%;
   }
  .containtitletwo {
    font-size: 18px;
    font-weight: 300;
    color: #999999;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
  }
  .containtitletwo2{
      color: #FFFFFF !important;
  }
  
/* 轮播图样式 */
.swiper-container {
    width: 100%;
  }
  .swipertm {
    width: 100%;
  }
  .swiper-slide img {
    width: 100%;
    height: 100%;
  }
  .swiper-pagination-bullet {
    background: #ffffff !important;
    opacity: 1 !important;
    width: 32px !important;
    height: 11px !important;
    border-radius: 6px;
  }
  .swiper-pagination-bullet-active {
    background: #e50100 !important;
  }
  .swiper-button-next {
    width: 96px !important;
    height: 213px !important;
    /* background-color: rgba(0, 0, 0, 0.2) !important; */
    /*先将原始箭头的颜色设置为透明的  然后设置一个背景图片  达到修改按钮样式的目的*/
    right: -110px;
    left: auto;
    top: 35% !important;
    /* color: #ffffff !important; */
    background: url(../images/right.png) center center no-repeat !important;
    /* width: calc(var(--swiper-navigation-size) / 33 * 27) !important; */
    background-size: 20px 20px;
  }
  
  .swiper-button-prev {
    width: 96px !important;
    height: 213px !important;
    /* background-color: rgba(0, 0, 0, 0.2) !important; */
    left: -110px;
    right: auto;
    top: 35% !important;
    background: url(../images/left.png) center center no-repeat !important;
    /* width: calc(var(--swiper-navigation-size) / 33 * 27) !important; */
    /* color: #ffffff !important; */
    background-size: 20px 20px;
  }
  .swiper-button-prev:hover {
    background: url(../images/left.png) center center no-repeat !important;
    transition: all 0.5s;
    background-color: #00479d !important;
  }
  .swiper-button-next:hover {
    background: url(../images/right.png) center center no-repeat !important;
    transition: all 0.5s;
    background-color: #00479d !important;
  }
  /* .swiper-button-prev:after,.swiper-button-prev:before, .swiper-button-next:after,.swiper-button-next:before  {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 0;
      height: 213px;
      background-color: rgba(0, 0, 0, 0.2) !important;
      z-index:-2;
  }
  .swiper-button-prev:hover,.swiper-button-next:hover{
      z-index:1;
      background:transparent;
  }     
          
  
  .swiper-button-prev:before {
      transition: .1s;
      background: url(../images/left.png) center center no-repeat !important;
      background-color: #00479D !important;
      z-index:-1;
  } 
  .swiper-button-next:before {
      transition: .1s;
      background: url(../images/right.png) center center no-repeat !important;
      background-color: #00479D !important;
      z-index:-1;
  } */
  
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after,
  .swiper-button-prev:hover:before,
  .swiper-button-next:hover:before {
    width: 100%;
  }
  .swiper-pagination {
    bottom: 162px !important;
  }
  
  .position-absolute {
    width: 100%;
    margin: auto;
    position: absolute;
    bottom: -32px;
    z-index: 222;
    height: 140px;
  }
  .text-centerB {
    height: 100%;
    box-shadow: 1px 10px 14px rgba(0, 0, 0, 0.2);
  }
  .text-center {
    width: 25%;
    float: left;
    height: 100%;
    padding: 30px 30px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .text-center {
    cursor: pointer;
  }
  .textimg {
    width: 20.1%;
    height: 66px;
    position: relative;
    margin-right: 9%;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    
   
  }
  .textp{
   display: inline-block;
   vertical-align: middle;
   white-space: nowrap;
   text-align: left;
   width: 67%;
   /* overflow: hidden; */

  }
  
  .imgone,
  .imgtwo {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
  .imgone {
    z-index: 1;
    opacity: 1;
  }
  .imgtwo {
    z-index: 2;
    opacity: 0;
  }
  .text-light {
    font-size: 51px;
    font-weight: 400;
    color: #333333;
    line-height: 51px;
  }
  .text-gray {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    line-height: 18px;
    white-space: nowrap;
    margin-top: 11px;
  }
  
  /* 咨询服务 */
  .Counselling {
    background: #f8f8f8;
  }
  .counsellleftB{
    position: relative;
  }
  .counsellleft {
    /* width: 361px; */
    width: 21.1%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    float: left;
    background: -moz-linear-gradient(top, #4489dd 0%, #4489dd 100%);
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, #4489dd),
      color-stop(100%, #4489dd)
    );
    background: -webkit-linear-gradient(top, #4489dd 0%, #00479d 100%);
    background: -o-linear-gradient(top, #4489dd 0%, #00479d 100%);
    background: -ms-linear-gradient(top, #4489dd 0%, #00479d 100%);
    background: linear-gradient(to bottom, #4489dd 0%, #00479d 100%);
  }
  .counsebottom {
    width: 100%;
    margin-top: 45px;
  }
  .lefttext {
    margin-top: 66px;
    margin-bottom: 40px;
  }
  .lefttexttop {
    text-align: center;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 36px;
    font-weight: 500;
    color: #ffffff;
  }
  
  .lefttexttop:hover{
    cursor:pointer;
  }
  .lefttextbottom {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    text-align: center;
  }
  .leftimgtext {
    width: 97px;
    margin: auto;
  }
  .leftimgtext img {
    width: 100%;
    height: auto;
  }
  .leftbutton {
    width: 172px;
    height: 51px;
    margin: auto;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 51px;
    text-align: center;
    border-radius: 30px;
    margin-top: 60px;
  }
  .counsellleft:hover {
    cursor: pointer;
  }
  .counsellright {
    float: right;
    width: 78.9%;
  }
  .righttoplist {
    /* width: 430px; */
    width: 32%;
    box-sizing: border-box;
    padding: 35px;
    float: left;
    background: hsl(0, 0%, 100%);
    margin-left: 1.3%;
    margin-bottom: 1.3%;
  }
   .righttoplist:nth-child(4),.righttoplist:nth-child(5),.righttoplist:nth-child(6){
       margin-bottom: 0;
   }
  .righttoplisttext {
    font-size: 28px;
    line-height: 28px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 17px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .righttoplisttexts {
    font-size: 18px;
    height: 18px;
    font-weight: 300;
    color: #999999;
    line-height: 18px;
    margin-bottom: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .listbuttonB {
    width: 100%;
  }
  .rightbutton {
    float: left;
    width: 143px;
    height: 46px;
    border-radius: 23px;
    background: #00479d;
    font-size: 20px;
    font-weight: 400;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    margin-top: 11px;
  }
  /* .rightbutton a {
    width: 100%;
    height: 100%;
    display: inline-block;
  
  } */
  .buttonright {
    float: right;
    width: 57px;
    height: 57px;
    position: relative;
  }
  .buttonright img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .buttonone {
    opacity: 1;
    z-index: 1;
  }
  .buttontwo {
    opacity: 0;
    z-index: 2;
  }
  .counsellrightbottom {
    margin-top: 20px;
  }
  .train{
    background: #FFFFFF;
  }
  .trainlist {
    /* width: 560px; */
    width: 32.7%;

    box-sizing: border-box;
    padding: 45px 59px;
    background: #f3f9ff;
    float: left;
    margin-right: 0.9%;
    margin-bottom: 0.9%;
  
  }
  .trainlist:nth-child(3),.trainlist:nth-child(6){
    margin-right:0 ;
  }
  .trainlist:nth-child(4),.trainlist:nth-child(5),.trainlist:nth-child(6){
    margin-bottom:0 ;
  }
  
  
  .trainimg {
    width: 53px;
    height: 46px;
    position: relative;
    margin: auto;
  }
  .trainimg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .trainimg1 {
    opacity: 1;
    z-index: 1;
  }
  .trainimg2 {
    opacity: 0;
    z-index: 2;
  }
  .traintitle {
    width: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333333;
    margin: 37px 0 28px 0;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .traintitle2 {
    width: 100%;
    height: 53px;
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 41px;
  }
  .trainbutton {
    width: 160px;
    height: 48px;
    margin: auto;
    background: #00479d;
    line-height: 48px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
  }
  /* .trainbutton a {
    width: 100%;
    height: 100%;
    display: inline-block;
  
  } */
  .trainlisttop,
  .trainlistbottom {
    width: 100%;
  }


  /* 科瑞思学堂 */
  .school {
    background: url(../images/schoolB.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .schoolleft {
    float: left;
    width: 33%;
  }
  .schoolright {
    float: right;
    width: 64%;
    height: 100%;
  }
  .schoollefttop {
    width: 100%;
    height: 416px;
  }
  .schoollefttop img {
    width: 100%;
    height: 100%;
  }
  .schoolleftbottom {
    width: 100%;
    height: 115px;
  }
  .schooldate {
    width: 20%;
    height: 115px;
    background: #00479d;
    float: left;
    box-sizing: border-box;
    padding: 18px 0;
    border-right: 1px solid #ffffff;
  }
  .month {
    width: 100%;
    line-height: 48px;
    text-align: center;
    font-size: 48px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 5px;
  }
  .year {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
  }
  .schooltitle {
    float: left;
    width: 80%;
    height: 100%;
    box-sizing: border-box;
    height: 100%;
  
    padding: 45px 21px;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: #ffffff;
  }
  .schooltitle:hover {
    cursor: pointer;
  }
  .schooltitle a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 24px;
    text-align: left;
    font-weight: 500;
    color: #000000;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .schoollist {
    width: 33.3%;
    float: left;
    box-sizing: border-box;
  
    height: 100%;
  
    position: relative;
  }
  .schoollists {
    width: 100%;
    position: absolute;
    padding: 66px 44px;
    border: 1px solid #dddddd;
    background: #ffffff;
    top: 0;
    left: 0;
  }
  .rmonth {
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    color: #00479d;
  }
  .ryear {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    color: #00479d;
  }
  .schoolrtitle {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    font-weight: 500;
    color: #000000;
    line-height: 34px;
    margin: 44px 0 31px 0;
    height: 68px;
  }
  .schoolrtitles {
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 24px;
    height: 72px;
  }
  .zhi {
    width: 25px;
    height: 25px;
    margin-top: 80px;
    position: relative;
  }
  
  .zhi img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
  }
  .zhi0 {
    opacity: 1;
    z-index: 1;
  }
  .zhi1 {
    opacity: 0;
    z-index: 2;
  }
  .schoolB {
    height: 531px;
  }
  
  .success {
    background: url(../images/successs.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  
  .swiper-containerB {
    width: 67%;
    margin: auto;
    height: 530px;
    overflow: hidden;
  }
  
  /* 成功案例轮播图 */
  /* 案例轮播图样式 */
  
  .swiperbox{
    width: 100%;
    height: 640px;
  
    position: relative;
  }
  .list{
	  width: 920px;
    /* width: 53%; */
    height: 586px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
  }
  
  .btn{
    position: absolute;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 96px;
    height: 213px;
    background: rgba(0,0,0,.2);
    cursor: pointer;
  }
  .next{
    right: 0;
  }
  .btn img{
    width: 27px;
    height: 45px;
    margin: 84px auto 0 auto;
   
  }
  
  .pover{
    position: absolute;
    top: 0;
    left: 0;
    list-style: none;
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .p1{
    transform:translate3d(-224px,0,0) scale(0.81);
  }
  .p2{
    transform:translate3d(0px,0,0) scale(0.81);
    transform-origin:0 50%;
    opacity: 0.8;
    z-index: 2;
  }
  .p3{
    transform:translate3d(224px,0,0) scale(1);
    z-index: 3;
    opacity: 1;
  }
  .p4{
    transform:translate3d(449px,0,0) scale(0.81);
    transform-origin:100% 50%;
    opacity: 0.8;
    z-index: 2;
  }
  
  .buttons{
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    
  }
  .buttons a{
    display: inline-block;
    width: 35px;
    height: 5px;
    padding-top: 4px;
    cursor: pointer;
  }
  .buttons span{
    display: block;
    width: 32.6px;
    height: 11px;
    border-radius: 5.5px;
  
  }
  .blue{
    background: #E50100;
  }
  .white{
    background: #FFFFFF;
  }
  /* .white{
    background: #FFFFFF;
  } */
  
  .successlistB {
    width: 460px !important;
    height: 586px !important;
  }
  .successlist {
    /* width: 50% !important; */
	width: 460px !important;
    height: 586px !important;
    background: #ffffff;
    box-sizing: border-box;
    padding: 45px 75px 45px 75px;
    border: 1px solid #ffffff;
    
  }
  .successlogo {
    width: 92.5%;
    height: 148px;
    margin: auto;
  }
  .successlogo img {
    width: 100%;
    height: 100%;
  }
  .successtitle {
    font-size: 22px;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
    text-align: center;
    margin: 24px 0 20px 0;
  }
  .successtext {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    line-height: 27px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 131px;
    margin-bottom: 101px;
  }
  .successbutton {
    width: 160px;
    height: 48px;
    background: #00479d;
    margin: auto;
    font-size: 16px;
  
    font-weight: 300;
    color: #ffffff;
    line-height: 48px;
    text-align: center;
  }
  .success-pagination {
    bottom: 59px !important;
  }
  
  /* 新闻资讯 */
  .news {
    background: #f8f8f8;
  }
  .newslist {
    width: 32%;
    float: left;
    margin-right: 2%;
  }
  
  .newslist:nth-child(3) {
    margin-right: 0;
  }
  .newslistimg {
    width: 100%;
    position: relative;
  }
  .newslistimg >a >img {
    width: 100%;
    height: auto;
    font-size: 0;
  }
  .setting {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
  }
  .setting img {
    width: 31px;
    height: 31px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
  }
  .newslisttitle {
    width: 100%;
    padding: 42px 24px;
    box-sizing: border-box;
    background: #ffffff;
  }
  .newslisttext1 {
    font-size: 22px;
    font-weight: 500;
    color: #000000;
    line-height: 23px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 28px;
  }
  .newslisttext2 {
    font-size: 16px;
    font-weight: 300;
    color: #999999;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 66px;
    height: 71px;
  }
  .newslisttext3 {
    font-size: 14px;
    font-weight: 300;
    color: #999999;
    line-height: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .oursright {
    float: right;
    width: 50%;
    height: 750px;
    box-sizing: border-box;
    padding: 225px 188px 121px 169px;
    background: url(../images/oursright.png) 0 0 no-repeat;
    background-size: 100% 100%;

  }
  .ours{
      background: #FFFFFF;
  }
  .oursleft{
    float: left;
    width: 50%;
    height: 750px;
    position: relative;
    background: url(../images/oursleft.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .aboutleft{
    width: 208px;
    height: 103px;
    position: absolute;
    left: 13px;
    top: 0;
  }
  .oursimg{
    position: absolute;
    top: 150px;
    right: -123px;
    z-index: 1;
    width: 935px;
    height: 558px;
  }
  .oursimg img{
    width: 100%;
    height: 100%;
  }
  .ourstitle1 {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 24px;
    margin-bottom: 29px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ourstitle2 {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 116px;
		min-width: 600px;
		text-align: justify;
  }
  .ourstitle2 p{
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .ourstitle3 {
    width: 120px;
    height: 40px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 40px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    text-align: center;
    
  }
  .ourstitle3 a{
    font-weight: 300;
    color: #ffffff;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;

  }
  .ourstitle3:hover{
    background:#E50100;
    border: 1px solid #E50100;
    transition: all 0.5s;
    cursor: pointer;
    
  }
  
  .oursBig {
    width: 100%;
  }

/* 返回顶部按钮 */
#leftsead{position:fixed;bottom:400px;right:0px;z-index: 9999;background: #FFFFFF;}
#leftsead img{
  width: 24px;
  height: 24px;
  margin: auto;
}
#leftsead:hover{
  cursor: pointer;
}
.zixun{
  width: 100px;
  height: 100px;
  padding: 12px 36px;

font-weight: 300;
font-size: 18px;
color: #FFFFFF;
line-height: 21px;
background: #0056AC;
border-top: 4px solid #e50100;
box-sizing: border-box;
text-align: center;

}
.zixun div{
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}
.gotop{
  width: 100px;
  height: 100px;
  padding: 12px 36px;
  font-size: 18px;
font-weight: 300;
color: #e50100;

background: rgba(229,1,0, 0.1);
box-sizing: border-box;
margin: auto;
}
.gotop div{
font-weight: 300;
color: #e50100;
line-height: 24px;
text-align: center;
}

  