body {  
    font-family: Arial, sans-serif;  
    margin: 0;  
    padding: 0;  
    background-color: #fff;  
    overflow-x: hidden;
} 
ul,li{
    margin: 0;  
    padding: 0;  
    list-style-type: none;
}
a {  
    text-decoration: none;  
    color: #000;
}
h3,p{
    padding:0;
    margin:0;
}

.fl{
    float: left;
}
.top{
    position: relative; 
    width:1920px;
    height:686px;
    margin:0 auto;
}
.banner{
    position: absolute;
    width:100%;
    height:100%;
}
.header-max{
  width: 100%;
  position:fixed;
  top:0;
  z-index: 999;
}
.header{
    width:1200px;
    margin:0 auto;
}
.logo{
    width:280px;
    height:55px;
    margin:10px 0;
}
.logo-img,.logo-img img{
    width:55px;
    height:55px;
}

.logo-c{
    width:218px;
    color: #396ceb;
    margin-left:7px;
}
.logo-c h3{
    line-height: 35px;
}
.logo-c p{
    line-height:20px;
    font-size:14px;
}
.nav{
    font-size: 16px;
    line-height:35px;
    margin:20px 0;
}
.nav ul{
    height:auto;
    margin: 0;
}
.nav ul li{
    margin:0 0;
}
.nav ul li a{
    display: block;
    margin:0 15px;
    color: #000;
}
.nav ul li:hover{
    background:#c7dbff ;
    border-radius: 17px;
}

.nav ul li:hover a{
    font-weight: bold;
    color: #396ff3;
}
.sub-nav{
  display: none;
  cursor: pointer; 
  position: absolute;  
  width:140px;
  text-align: center;
  box-shadow: 0 3px 12px rgba(0,0,0,0.15);  
  border-radius: 5px;
  overflow: hidden;
}
.sub-nav ol{
  cursor: pointer; 
  width: 100%;
  height:45px;
  text-align: center;
  padding: 0;
}
.sub-nav ol a{
  cursor: pointer; 
  display: block;
  width:140px ;
  all: initial;
  line-height: 45px;
  text-align: center;
  color: #000;
}
.sub-nav ol:hover{
  background-color: #c7dbff ;
  border-radius: 0px;
  cursor: pointer; 
} 
.sub-nav ol:hover a{
  color: #fff;
  all: initial;
  cursor: pointer; 
}
.dropdown:hover .sub-nav {  
  display: block;  
}
.course{
    position: absolute;
    width:207px;
    height:585px;
    background-color: #ceddfe;
    left:20%;
    top:101px;
    transform: translate(-50%, 0);
    
}
.course ul{
    width:100%;
    height:100%;
   

}
.course ul li{
    width:100%;
    height:65px;
    line-height: 65px;
    font-size:13px;
    }
.course ul li a{
    display: block;
    margin-left: 23px;
    width:184px;
    text-indent: 42px;
}    

.course ul li:hover a {
    color: #fff;
    font-size:14px;
}
.course ul li:hover{
    background: #396ff3;
   
}
.course ul li a:hover{
    background:url(/template/default/img-n/cloud.png) no-repeat;
    background-size: 35px 22px;
    background-position: 0 center;
}
/***********头部END*****************/
.industry{
  width:1200px;
  height:175px;
  margin: 40px auto 0 auto;
}
.industry ul li{
  float:left;
  width:288px;
  height:175px;
  border-radius: 10px;
  box-shadow: 0 2px 5px 0 rgba(234,240,254,.9);
  transform: translateY(-3px) scale(1.002);
  cursor: pointer;

}
.industry ul li:nth-child(1){
  background:url(/template/default/img-n/j1.png) no-repeat;
  background-position: 30px 35px;
  margin-right: 16px;
}
.industry ul li:nth-child(2){
  background:url(/template/default/img-n/j2.png) no-repeat;
  background-position: 30px 35px;
  margin-right: 16px;
}
.industry ul li:nth-child(3){
  background:url(/template/default/img-n/j3.png) no-repeat;
  background-position: 30px 35px;
  margin-right: 16px;
}
.industry ul li:nth-child(4){
  background:url(/template/default/img-n/j4.png) no-repeat;
  background-position: 30px 35px;
}
.industry-l{
  width:125px;
  height:100%;
  float: left;
}
.industry-l h3{
  color: #f0f0f0;
  font-size:32px;
  width: 100%;
  text-align: center;
  margin-top:105px;
}
.industry-r{
  width:163px;
  height:100%;
  float: left;
  }
.industry-r h3{
  width: 100%;
  font-size:24px;
  line-height: 40px;
  color: #333;
  margin-top: 30px;
}
.industry-r p{
  color: #666;
}
.industry-r h2{
  width: 100%;
  font-size:40px;
  margin-top:15px;
  background: -webkit-linear-gradient(left, #fbb676, #ff7d04, #db6004);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.module{
    margin:0 auto;
}
.title,.title-t,.title-e,.title-e1{
  
    padding-top:40px;
    text-align: center;
}
.title h2{
    font-size:38px;
    color: #222;
    margin:0 0;

}
.title p,.title-e p{
    font-size:15px;
    color: #666;
    line-height:45px;

}
.employment{
    width:1200px;
    height:210px;
    margin:15px auto 40px auto;
}  
.employment ul li{
    width:285px;
    float: left;
}
.employment ul li img{
    width:100%;
    height:160px;
    border-radius: 10px;
}
.employment ul li p{
    width:100%;
    font-size:16px;
    color: #222;
    line-height: 30px;
}
.employment ul li ol{
    display: block;
    width:100%;
    font-size:12px;
    color:#666;
    line-height:20px;
    text-indent: 10px;
    padding: 0;
}
.e-l{
    margin-left: 20px;
}
.employment ul li:hover,.course ul li:hover{
    box-shadow: 0 5px 10px 0 rgba(136,136,136,.2);
    transform: translateY(-3px) scale(1.002);
    transition: all .1s ease-in
}
.employment ul li:hover b{
    color: #396ff3;
}
/*============课程介绍================*/
.clear{
    clear: both;
    width: 100%;
    height:40px;
}
.module-b{
    background-color: #e9f0ff;
    min-height: 300px;
}
#content-1 {  
    display: block;  
  }  
  .small-module:hover ~ .large-module {  
    display: none;  
  }    
  .small-module:hover ~ .large-module[id=@{data-content}] {  
    display: block;  
  }
  .modules {  

    margin:0 auto;
  }  
  .introduce{
      width:960px;
      height:70px;
      margin:20px auto 40px auto;
  }  
  .introduce-2{
    width:1200px;
    margin:0 auto;
    height:400px;
  }
  .introduce ul li {  
      float:left;
      width:210px;
      height:70px;
      background-color: #fff;
      line-height: 70px;
      text-align: center;
      border-radius: 10px;
      margin:0 15px;
      font-size:20px;
      color: #333;
      box-shadow: 0 5px 10px 0 rgba(136, 136, 136, 0.2);
      transform: translateY(-3px) scale(1.002);
      transition: all .1s ease-in;
      overflow: hidden;
  }  
  .introduce ul li:hover{
      background: #396ceb;
      font-weight:500;
      border-radius: 10px;
      color: #fff;
      font-size:22px;
      box-shadow: 0 2px 9px 0 rgba(7, 211,215, 0.7);
      transform: translateY(-2px) scale(1.002);
      transition: all .1s ease-in;
  
  }  
  .large-module {  
    position: absolute; 
    display: none; 
  }  
  .large-module-l,.large-module-r,.large-module-r2,.services ul li,.services-2{
    float:left;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 rgba(136, 136, 136, 0.2);
    transform: translateY(-3px) scale(1.002);
    transition: all .1s ease-in;
  }
  .large-module-l{
    width:190px;
  }
  .large-module-r,.large-module-r2{
    width:1000px;
    margin-left: 10px;
    overflow-y: hidden;

  }
  .large-module-r{
    height:360px; 
  }
  .large-module-r2{
    height:270px; 
  }
  .large-module-l-1{
    width:100%;
    height:100%;
    overflow: hidden;
    border-radius: 10px;
  }
  .large-module-l-1 ul li{
    height:90px;
    line-height:90px;
    overflow: hidden;
    text-align: center;
  }
  .large-module-l-1 ul li:hover{
    font-size: 20px;
    font-weight: 900;
  }
  .services{
    width:1110px;
    height:225px;
    margin:0 45px;
  }
  .services-2{
    width:1110px;
    height:300px;
    margin:0 45px;
    overflow-y: hidden;
  }
  .services-2 img{
    width: 100%; 
    height: 100%; 
    object-fit: cover;
  }
  .services ul li{
    float: left;
    width: 360px;
    min-height:225px;
    margin:0 5px;
  }
  .services-c{
    width:300px;
    min-height:165px;
    margin:30px;
  }
  .services-c h2{
    font-size: 18px;
    line-height:30px;
    font-weight: 500;
    margin:0;
    font-family:MicrosoftYaHei-Bold;
  }
  .services-c h3{
    font-weight:normal;
    font-size: 15px;
    line-height:50px;
    
  }
  .services-c p{
    font-size: 14px;
    line-height: 25px;
  }
  .services-c a{
    display: block;
    line-height:18px;
    font-size:10px;
    float: left;
    width:auto;
    text-indent:5px;
    }
  .services-c a:nth-child(2){
    background-color:#eff4ff;
    color: #5e8cfa;
} 
 .services-c a:nth-child(3){
   background-color:#e7fff4;
   color: #7cae81;
   margin:0 10px;
} 
.services-c a:nth-child(4){
  background-color:#fdf5ec;
  color:#f77524;
} 
  /*============模块切换================*/
  .list{
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .item{
    position: relative;
    /* margin: 10px 0; */
    cursor: pointer;
    counter-increment: num;
  }
  .title1::before{
   text-align: center;
    color:#396ceb;
    position: absolute;
 }
  .title1{
    margin: 0;
    font-weight: normal;
  }
  
  
  .item::before{
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0;
    z-index: -1;
    background-color: #396ceb;
   
  }
          
          /* 默认 transition */
  
          .item::before,
          .item .title1{
            transition: 0s 9999s;
          }
          
          /* 初始状态（第一个选中） */
          .item:first-child{
           
          }
          .item:first-child .title1{
            color: #fff;
            font-size:20px ;
            font-weight: 900;
          }
          .item:first-child::before{
            opacity: 1;
          }
  
          /* 清除所有hover */
          .list:hover .title1{
            transition: none;
            color: #333;
          }
          .list:hover .sumary{
            transition: none;
            height: 0;
          }
          .list:hover .item::before{
            transition: none;
            opacity: 0;
          }
  
          /* 每一项hover */
          .item:hover .title1{
            color: #fff;
            transition: none;
            font-weight:bold;
          }
          .item:hover .sumary{
            transition: none;
          }
          .item.item:hover::before{
            opacity: 1;
            transition: none;
          }
/*=========================*/          
.change-box {
  width: 1200PX;
  min-height: 250px;
  margin: 20px auto 40px auto;
  border: #c1d3ff 1px solid;
  cursor: pointer;
}
.change-item {
  float: left;
  width: 399px;
  line-height: 65px;
  font-size: 20px;
  color: #333;
  text-align: center;
  font-weight: 550;

}
.move {
  color: #fff !important;
  background-color: #396ceb; !important;
}
.change-items {
  width: 1200px;
  display: flex;
  align-items: center;
  background-color: #eef2f6;
}
.content-items {
  width: 1140px;
  display: none;
  margin:30px;
}

.content-item {
  width: 1200px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.border-r{
  border-right: #c1d3ff 1px solid;
}
.content-c{
  width:100%;
  border-top:#b7cbfd 1px solid;
}
.content-items-1{
  width:100%;
  height:90px;
}
.content-items-1 img{
  vertical-align: middle;
  float:left;
}
.content-items-1 ul{
  float:left;
  margin-left: 20px;
}
.content-items-1 ul h3{
  font-size: 24px;
  color: #333;
  line-height: 55px;
}
.content-items-1 ul p,.content-items-3 p{
  line-height:35px;
  color: #333;
  font-size:14px;
}
.content-items-2,.content-items-3{
  width:1146px;
  margin:15px 27px;
}
.content-items-2{
  height:240px;
}
.content-items-2 ul li{
  float:left;
  width:358px;
  height:50px;
  margin:15px 12px;
  line-height:50px;
  font-size:16px;
  color: #333;
  background-color: #e0edfe;
  text-align: center;
}
.content-items-2 ul li:hover{
  background-color: #ff6b01;
  font-weight: 600;
  color: #fff;
}
.content-items-3 h3{
  font-size: 18px;
  line-height:30px;
}
/*==============================*/
.dynamic{
  width:990px;
  height:320px;
  margin:20px auto 40px auto;
}
.dynamic-l{
  float: left;
  width: 490px;
  height:320px;
}
.dynamic-l ul{
  width:100%;
  height:66px;
}
.dynamic-l h3{
  font-size: 24px;
  color: #222;
  line-height:66px;
  text-indent:10px;
  float: left;
}
.dynamic-l  p{
  display: block;
  width:4px;
  height:18px;
  background-color: #000;
  margin: 24px 0;
  float: left;
}
.dynamic-l-img{
  width:100%;
  height:254px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #222;
}
#myVideo{
  width: 490px;
  height:254px;
}
.dynamic-r{
  float: left;
  margin: 0 15px;
}
.change-box1 {
  width: 470PX;
  height: 320px;
}
.change-items1 {
  width:420px;
  display: flex;
  align-items: center;
  margin:8px 25px;
}
.change-item1 {
  width: 96px;
  line-height:50px;
  font-size: 20px;
  color: #333;
  text-align: center;
  margin:0 22px;
  cursor: pointer;
}
.move1 {
  color: #111 !important;
  border-bottom: 5px solid #111 !important;
  font-weight: 600 !important;
}

.content-items1 {
  width: 470px;
  display: none;
}

.content-c1{
  width:100%;
  height: 254px;
}
.content-items1 ul li{
  height:40px;
}
.content-items1 ul li h3{
  font-size:16px;
  color: #333;
  font-weight: normal;
  line-height:40px;
  text-indent:35px;
  background:url(/template/default/img-n/list2.png) no-repeat;
  background-position: 8px center;

}
.content-items1 ul li p{
  font-size:12px;
  color: #666;
  text-indent:35px;
  height:0;
  overflow:hidden;
}
.content-items1 ul li:hover h3{
  background:url(/template/default/img-n/list1.png) no-repeat;
  background-position: 8px center;
  line-height: 35px;
}
.content-items1 ul li:hover p{
  line-height:25px;
  height:25px;
}
.content-items1 ul li:hover{
  height:60px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(136, 136, 136, 0.2);
  transform: translateY(-3px) scale(1.002);
  transition: all .1s ease-in;
}
/*===================================*/
.trial{
  width:1220px;
  height: 480px;
  margin:15px auto 30px auto;
}
.trial ul li,.trial-1{
  width:285px;
  height:210px;
  margin:10px;
}
.trial ul li{
  float: left;
}
.trial-1 img{
  width:100%;
  height:140px;
  border-radius: 10px;
}
.trial-1 h3{
  line-height:30px;
  font-size:16px;
  color: #111;
}
.trial-1 h3,.trial-1 p{
  width:100%;
  margin-left:10px; 
}
.trial-1 p{
  line-height:25px;
  font-size:11px;
  color: #666;
}
.trial-1 p b{
  display: block;
  font-weight: normal;
  width:80px;
  text-align: center;
}
.trial-1 p b:nth-child(1){
  background-color:#f5f5f5;
  border-radius:10px;
  float: left;

}
.trial-1 p b:nth-child(2){
  float: right;
  background:url(/template/default/img-n/time.png) no-repeat;
  background-position: 7px center;
  background-size: 11px 11px;
}
/*=====================================*/
.module-s{
  height:613px;
  background:url(/template/default/img-n/tcbg.jpg) no-repeat;
}
.title-t h2 {
  font-size: 38px;
  color: #fff;
  margin: 0 0;
}
.title-t p {
  font-size: 15px;
  color: #dfe8ff;
  line-height: 45px;
}
.teacher{
  width:1200px;
  height:400px;
  margin:40px auto;
  overflow: hidden;
}
.teacher-l,.teacher-c,.teacher-r{
  float: left;
  height: 400px;
}
.teacher-l,.teacher-r{
  width: 52px;
  
}
.teacher-c,.div1,.div2,.div3,.div4,.div5,.div6{
  width: 1028px;
  margin:0 34px;
}
.teacher-c{  
  border-radius: 10px;
  overflow:hidden;}
.teacher-l{
  background:url(/template/default/img-n/left1.png) no-repeat;
  background-position: 0 center;
}
.teacher-r{
  background:url(/template/default/img-n/right1.png) no-repeat;
  background-position: 0 center;
}
.coach{
  width:1220px;
  height:370px;
  margin:20px auto 40px auto;
}
.coach ul li{
  float: left;
  width: 285px;
  height: 370px;
  margin:0 10px;
  border-radius: 10px;
  overflow: hidden;
  position: relative;  
  
}

.coach ul li:nth-child(1){
  background:url(/template/default/img-n/ls.png) no-repeat;
}
.coach ul li:nth-child(2){
  background:url(/template/default/img-n/xt.png) no-repeat;
}
.coach ul li:nth-child(3){
  background:url(/template/default/img-n/sy.png) no-repeat;
}
.coach ul li:nth-child(4){
  background:url(/template/default/img-n/ww.png) no-repeat;
}
.details{
  width:100%;
  height:45px;
  background-color: rgba(12, 74, 229, 0.8);
  position: absolute;  
  bottom: 0;  
}
.coach ul li:hover .details{
  height:135px;
}
.coach ul li:hover {
  cursor: pointer; 
}
.details h3{
  width:100%;
  font-size:20px;
  line-height:45px;
  color: #fff;
  text-indent: 20px;
}
.details p{
  width:245px;
  margin:0 20px;
  font-size: 16px;
  color: #d8e3ff;
}
/*=====================================*/
.cooperate{
  width:1220px;
  height: 750px;
  margin:10px auto 0 auto;
}
.cooperate ul li{
  float: left;
  width: 590px;
  height:340px;
  margin:10px;
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(136, 136, 136, 0.2);
}
.cooperate ul li:nth-child(1){
  background:url(/template/default/img-n/dcbg1.png) no-repeat;
  background-position: bottom right;
  background-color: #fff;
}
.cooperate ul li:nth-child(2){
  background:url(/template/default/img-n/dcbg2.png) no-repeat;
  background-position: bottom right;
  background-color: #fff;
}
.cooperate ul li:nth-child(3){
  background:url(/template/default/img-n/dcbg3.png) no-repeat;
  background-position: bottom right;
  background-color: #fff;
}
.cooperate ul li:nth-child(4){
  background:url(/template/default/img-n/dcbg4.png) no-repeat;
  background-position: bottom right;
  background-color: #fff;
}
.cooperate-c{
  width:510px;
  height:300px;
  margin:10px 40px;
}
.cooperate-c h3{
  width:100%;
  height:70px;
  line-height: 70px;
  font-size:26px;
  color: #333;
}
.cooperate ul li:nth-child(1) .cooperate-c h3{
  background:url(/template/default/img-n/aly.png) no-repeat;
  background-position: center right;
}
.cooperate ul li:nth-child(2) .cooperate-c h3{
  background:url(/template/default/img-n/zfb.png) no-repeat;
  background-position: center right;
}
.cooperate ul li:nth-child(3) .cooperate-c h3{
  background:url(/template/default/img-n/hxyq.png) no-repeat;
  background-position: center right;
}
.cooperate ul li:nth-child(4) .cooperate-c h3{
  background:url(/template/default/img-n/bdzny.png) no-repeat;
  background-position: center right;
}
.cooperate-c p{
  width:100%;
  font-size:14px;
  color: #666;
  line-height:30px;
}
.cooperate-c p:nth-child(3) {
  margin-top: 40px;
}
.cooperate-c p img{
  float: left;
  width:160px;
  height:100px;
  margin:0 5px;
}
/*=====================================*/
.information{
  width:1200px;
  height:361px;
  margin:25px auto 40px auto;
}

.information-l{
  width:390px;
  height:361px;
  background:url(/template/default/img-n/msbdbg.png) no-repeat;
  background-position: bottom center;
  background-color: #e1ecfe;
  float: left;
  border-radius: 10px;
}
.information-l h3{
  display:block;
  width:100%;
  height:60px;
  line-height: 60px;
  font-size:35px;
  text-align: center;
  color:#4c71f6;
  margin-top: 25px;
}
.information-l a{
  margin:5px 130px 0 130px;
  box-shadow: 0 4px 0  #02defe;
}
.information-r{
  float: left;
  width:795px;
  height:361px;
  margin-left: 15px;
}
.information-r ul li{
  width:390px;
  height:173px;
  border-radius: 10px;
  float: left;
}
.information-r ul li:nth-child(1){
 background:url(/template/default/img-n/sxtd.png) no-repeat;
  background-position: bottom right;
  background-color: #ecf6ff;
 
 
}
.information-r ul li:nth-child(2){
  background:url(/template/default/img-n/qtzl.png) no-repeat;
  background-position: bottom right;
  background-color: #e5f1ff;
  margin-left: 15px;
}
.information-r ul li:nth-child(3){
  background:url(/template/default/img-n/zgts.png) no-repeat;
  background-position: bottom right;
  background-color: #e7f0ff;
  margin-top: 15px;
}
.information-r ul li:nth-child(4){
  background:url(/template/default/img-n/stkc.png) no-repeat;
  background-position: bottom right;
  background-color: #e7f0ff;
  margin:15px 0 0 15px;
}
.information-r-t{
  width: 140px;
  height:103px;
  margin:35px 230px 35px 20px;
}
.information-r-t h3{
  color: #4c71f6;
  font-size: 22px;
  width: 100%;
  text-align: center;
  line-height: 40px;
}
.information-r-t a,.information-l a{
  display: block;
  width: 130px;
  height:38px;
  line-height:38px;
  border-radius: 19px;
  background-color: #4478ff;
  text-align: center;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
}
/*=====================================*/
.footer,.footer-b{

  margin: 0 auto;
  color: #fff;
}
.footer{
  height:425px;
  background-color: #4478ff;

}
.footer-min{
  width: 1200px;
  margin: 0 auto;
}
.footer-b{
  background-color: #0949e9;
  height:50px;
}
.footer-b p{
  line-height: 50px;
  text-align: center;
  font-size: 14px;
}
.footer-b p a{
  color: #fff;
}
.footer-l{
  width: 425px;
  height: 425px;
 float: left;
}
.footer-l ul{
  width:100%;
  height:385px;
  margin-top:40px;
}
.footer-l ul h3{
  font-size: 22px;

  line-height: 45px;
  text-indent: 57px;
  background:url(/template/default/img-n/footerlogo.png) no-repeat;
  background-position: center left;

}
.footer-l ul h4{
  font-size:18px;
  line-height:55px;
  margin:0;
}
.footer-l ul p{
  font-size:14px;
  line-height: 25px;
  display:block;
  margin:0 0 30px 0;
}
.footer-l-img{
float: left;
width:109px;
height:109px;
margin-right:50px;
}
.footer-l-img p{
  text-align: center;
  font-size:14px;
  font-weight: 600;
}
.footer-r{
  float: left;
  width: 705px;
  height: 425px;
  margin-left: 70px;
}
.footer-r h3{
  font-size: 22px;
  line-height: 45px;
}
.footer-r h3:nth-child(1){
  margin-top: 40px;
}
.footer-r p{
  width: 100%;
}
.footer-r p a{
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  font-weight: 600;
  margin-right: 20px;
}
.footer-r ul{
  width: 100%;
  height:50px;
  margin-bottom: 45px;
}
.footer-r ul li{
  width: 220px;
  height:50px;
  line-height:50px;
  font-size:18px;
  font-weight: 600;
  text-indent: 50px;
  float: left;
}
.footer-r ul li:nth-child(1){
  background:url(/template/default/img-n/tel1.png) no-repeat;
  background-position: center left;
}
.footer-r ul li:nth-child(2){
  background:url(/template/default/img-n/tel2.png) no-repeat;
  background-position: center left;
}
/*=====================================*/
.consultation-box { 
  width: 80px;
  height:410px ;
  position: fixed; 
  top:280px; 
  right: 10px; 
  z-index: 999; 
  cursor: pointer; 
}  
.consultation-box-0{
  width: 80px;
  margin-bottom:-10px;
} 
.consultation-box-1{
  width: 80px;
  height: 320px;
} 
.consultation-box-2{
  width:80px;
  height: 80px;
  margin-top: 10px;
  background:url(/template/default/img-n/zd.png) no-repeat;
  background-position:center 25px;
} 
.consultation-box-2 a{
  display: block;
  width: 100%;
  height:100%;
}
.consultation-box-1,.consultation-box-2{
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.consultation-box-1 ul{
  width:100%;
  height:100%; 
}
.consultation-box-1 ul li{ 
  width:100%;
}
.consultation-box-1 ul li p{
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  padding-top: 50px;
}
.consultation-box-1 ul li:hover p{
  color: #fff;
}
.consultation-box-1 ul li:nth-child(1){
  background:url(/template/default/img-n/zx1.png) no-repeat;
  background-position:center 15px;
  background-color: #4476fd;
  height:79px;
  border-bottom: 1px solid #00e0ff;
}
.consultation-box-1 ul li:nth-child(1) p{
  color: #fff;
}
.consultation-box-1 ul li:nth-child(2){
  background:url(/template/default/img-n/st2.png) no-repeat;
  background-position:center 15px;
  background-color: #fff;
  border-bottom: 1px dashed #98bcf6;
  height:79px;
}
.consultation-box-1 ul li:nth-child(3){
  background:url(/template/default/img-n/kc2.png) no-repeat;
  background-position:center 15px;
  background-color: #fff;
  border-bottom: 1px dashed #98bcf6;
  height:79px;
}
.consultation-box-1 ul li:nth-child(4){
  background:url(/template/default/img-n/zl2.png) no-repeat;
  background-position:center 15px;
  background-color: #fff;
  height:80px;
}
.consultation-box-1 ul li:nth-child(2):hover{
  background:url(/template/default/img-n/st1.png) no-repeat;
  background-position:center 15px;
  background-color: #4476fd;
  border-bottom: 1px solid #4476fd;
  height:79px;
}
.consultation-box-1 ul li:nth-child(3):hover{
  background:url(/template/default/img-n/kc1.png) no-repeat;
  background-position:center 15px;
  background-color: #4476fd;
  border-bottom: 1px solid #4476fd;
  height:79px;
}
.consultation-box-1 ul li:nth-child(4):hover{
  background:url(/template/default/img-n/zl1.png) no-repeat;
  background-position:center 15px;
  background-color: #4476fd;
  height:80px;

}
.body{

  height:auto;
  margin:auto;
}
/*=====================================*/
.carousel-2411-1{
        position: relative;
        width:1400px;
        margin: 0 auto;
    }    
.carousel-2411 {
    position: relative;
    width: 1200px;
    margin:0 auto;
    overflow: hidden;
}

.carousel-slides-2411 {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in-out;
}

.slide-2411 {
    width:285px;
    height:370px;
    border-radius: 10px;
    margin:0 8px;
    overflow: hidden;
}

.prev-2411,.next-2411 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px;
    text-decoration: none;
}

.prev-2411 {
    left: 0;
}

.next-2411 {
    right: 0;
}
.Introduce-2411{
  width:265PX;
  height:135px;
  background-color: rgba(12, 74, 229, 0.8);
  position: absolute;  
  bottom: 0; 
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px; 
  overflow: hidden;
}
.Introduce-2411 p{
    width: 245px;
    margin: 0 20px;
    font-size: 16px;
    color: #d8e3ff;
}
.Introduce-2411 h3{
    width: 100%;
    font-size: 20px;
    line-height:45px;
    color: #fff;
    text-indent: 20px;
}
