﻿.fixed{	width: 56px;  display:none;	/* height: 146px; */ background:#fff; padding:8px ; border-radius:40px;	position: fixed;	right:38px;	bottom:16%;	z-index:99;}
.fixed .img_box{ padding:6px; border-radius:35px; height:45px; width:45px; line-height:43px; background: rgba(0, 97, 255, 0.11);}
.fixed .kf_box{ position:relative;}
.fixed .kf_box:hover .werd_box{ display:block;}
.fixed .kf_box .werd_box{position:absolute;z-index:11;  display:none;  left:-280px;  top:-80px; width:290px; }
.fixed .kf_box .werd_box .jiao{position: absolute;    width: 0;    height: 0; right:0px; top:102px;    border-left: 10px solid #fff;box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.11);   border-top: 10px solid transparent;    border-bottom: 10px solid transparent;}
.fixed .kf_box .werd_box .werd_1{border-radius:5px; background:#fff; padding:10px;  width:260px;height:280px; box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.11);}
.fixed .kf_box .werd_box .werd_1 .werd{ padding:5px 5px;}
.fixed .kf_box .werd_box .werd_1 .werd:hover{ background:var(--B1-1);}


@media screen and (min-width: 1200px) {
    .fixed {
        display: block;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .fixed {
        display: block;
    }
}
@media (max-width: 992px) and (min-width: 768px) {
    .fixed {
        display: block;
    }
}
@media (max-width: 768px) and (min-width: 450px) {
    .fixed {
        display: none;
    }
}



/* 标题更多*/
.page_title_box { margin-bottom: 10px; height: 50px; line-height:50px;    width: 100%;}
.page_title_box .img{ height:37px;}
.page_title_box .page_title {  font-size: 26px;  font-weight: 700;  text-align: left;  color: #272e45;}
.page_title_box .title_more {  font-size: 14px;  height: fit-content;  color: #666; line-height:30px; cursor: pointer;}
.page_title_box .title_more .icon-jt_you{ width: 30px;  height: 30px; text-align:center; font-size:18px; line-height:30px;}



/* 首页*/
.banner-box {width: 100%;height:220px;	background: url('../../images/banner10.jpg') no-repeat center center;	background-size: cover;}
.banner-box .banner_content {  position: absolute; z-index:11;  right: 0px;  top: 30px;  width: 285px;  height: 415px; background:url(/images/course/sybj1.png) no-repeat top right rgba(255,255,255,.9);  border-radius: 8px;  box-sizing: border-box;}
.banner-box .banner_content .top_tab{  padding:5px 0 0 0;box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.11);border-bottom:3px solid #f1f1f1; }
.banner-box .banner_content .top_tab .top_tab_bt{ line-height:50px; font-size:18px; color:#333; width:50%; text-align:center;  }
.banner-box .banner_content .top_tab .top_tab_bt.on{ color:var(--B1-5);  font-weight:600;}
.banner-box .banner_content .top_tab .top_tab_bt.on div{height:5px; line-height:5px;}
.banner-box .banner_content .top_tab .top_tab_bt.on span{ width:40px; display:inline-block; height:4px; background:var(--B1-5);}
.banner-box .banner_content .werd {background:none; padding:7px 10px;}
.banner-box .banner_content .werd .Subhead_min{ font-size:16px;}
.banner-box .banner_content .werd .xl_space_between_center .layui-progress{ width:calc(100% - 45px);}
.banner-box .banner_content .werd .xl_space_between_center .Content{width:45px; text-align:right;}
.banner-box .banner_content .werd:hover{ background:var(--B1-1); }
.banner-box .banner_content .annaiu{line-height:40px; z-index:12; cursor:pointer; height:40px; background:var(--B1-5); color:#fff;font-size:16px; border-radius:19px; text-align:center;}

.banner-box .banner-text {  display:none;  position: absolute; z-index:11;  right: 0px;  top: 70px;  width: 285px;  height: 350px;   background: linear-gradient(0deg, rgba(10, 91, 226, 0.6) 0%, #0040f7 100%); background:rgba(39,46,69,.6);  border-radius: 8px;  box-sizing: border-box; padding:30px;}
.banner-box .banner-text .banner-text-item {  box-sizing: border-box; cursor:pointer;   width: 100%;  height: auto;  display: flex;  flex-wrap: nowrap;  align-items: center; border-radius:5px;  height: 50px;margin-bottom:10px;  }
.banner-box .banner-text .banner-text-item:hover{ background:rgba(255,255,255,0.3); padding-left:20px; transition: all 0.3s;}
.banner-box .banner-text .banner-text-item:last-child {  border: none;}
.banner-box .banner-text .banner-text-item .icon {  width: 40px;  height: 40px;  border-radius: 50%;   margin-right: 20px;}
.banner-box .banner-text .banner-text-item .title {  width: fit-content;  width:calc(100% - 60px); height: auto;  font-size: 16px;  color: #fff; font-weight:normal; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;	-webkit-line-clamp: 1;	-webkit-box-orient: vertical;}

@media screen and (min-width: 1200px) {
    .banner-box {width: 100%; height: 550px;	background: url('../../images/banner10.jpg') no-repeat center center;	background-size: cover;}
    .banner-box .banner-text{ display:block; top: 70px;  }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .banner-box {width: 100%;	height: 480px;	background: url('../../images/banner10.jpg') no-repeat center center;	background-size: cover;}
    .banner-box .banner-text{ display:block; top: 30px;  }
}
@media (max-width: 992px) and (min-width: 768px) {
    .banner-box {width: 100%;	height: 400px;	background: url('../../images/banner10.jpg') no-repeat center center;	background-size: cover;}
    .banner-box .banner-text{ display:none;}
}
@media (max-width: 768px) and (min-width: 450px) {
    .banner-box {width: 100%;	height: 280px;	background: url('../../images/banner10.jpg') no-repeat center center;	background-size: cover;}
    .banner-box .banner-text{ display:none;}
}

.part-box{margin-top:35px;}

.part111-box{height: 150px;  box-sizing: border-box;  margin-top: -70px; z-index:2; margin-bottom:20px;}
.part111-box .page_title { font-size: 26px; font-weight: 700; text-align: left; color: #272e45;}
.part111-box .img{box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.11);border-radius:8px; overflow:hidden;width:100%; height: 150px; background:url(../../images/hb112.jpg) no-repeat center center; background-size:100% 100%;}
.part111-box .img .Subhead_min .iconfont {display:inline-block; width:20px; height:20px; line-height:20px; text-align:center; border-radius:10px; background:var(--B1-6); color:#fff;}
.part111-box .hb_anniu{ width:190px; text-align:center; background:linear-gradient(to top, #2949ff,#afdaff); line-height:54px; height:54px; border-radius:30px; color:#fff; font-weight:600; font-size:20px;}
.part111-box .hb_anniu .iconfont{ font-size:24px; font-weight:normal;}

.part1-box{height: 96px;  box-sizing: border-box;  margin-top: -50px; z-index:2;}
.part1-box .werd{ box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.11); padding:15px;}
.part1-box .werd:hover{ transform: translateY(-4px);  transition: all 0.3s;}
.part1-box .werd .left{ width:60px; margin-right:15px;  padding-left:5px;}
.part1-box .werd .right{ width:calc(100% - 75px);}
.part1-box .werd .left .img{ width:51px; height:51px;}

.part2-box{}
.part2-box .werd{ padding:0px; overflow:hidden; position:relative;}
.part2-box .werd:hover{ transform: translateY(-4px);  transition: all 0.3s;cursor: pointer; box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21); }
.part2-box .werd .img{background-color: #f7f7f7; overflow: hidden; padding-top: 55%;position: relative;width: 100%;}
.part2-box .werd .img .img_mask{ height:55%; left: 0;pointer-events: none;position: absolute;top: 0;transition: background-color .2s ease;width: 100%;}
.part2-box .werd .img .product_img { left: 0;-o-object-fit: cover;object-fit: cover;position: absolute;top: 0;transition: transform .3s ease;width: 100%;}
.part2-box .werd .nr_abox{ padding:10px;}
.part2-box .werd .xl_labe_gkk{ position:absolute; right:5px; top:5px; z-index:111; background:var(--S1-6); color:#FFF; padding:2PX 6PX;border-radius:8px 0 8px 8px;}
.part2-box .werd .xl_labe_sqk{position:absolute; right:5px; top:5px; z-index:111; background:#ccc; color:#FFF; padding:2PX 6PX;border-radius:8px 0 8px 8px;}



.part3-box .werd{ padding:0px; overflow:hidden;}
.part3-box .werd:hover {  transform: translateY(-4px);  transition: all 0.3s; cursor: pointer;  box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21);}
.part3-box .werd .images {  width:100%;  height: 170px; }
.part3-box .werd .images img{ width:100%; height:100%;}
.part3-box .werd .images .title{ font-size:24px; line-height:40px; color:#fff; text-align:center;}
.part3-box .werd .nr_box{ padding:10px;}

.part4-box .werd{ position: relative; background:var(--B1-5); padding:0px; text-align:center;  border-radius:15px 6px 6px 6px;}
.part4-box .werd .ynr_box {border-radius:45px 5px 5px 5px;padding: 15px; background: linear-gradient(to bottom right, #f7f9ff, #e2f0fd); border:2px solid #fff;}
.part4-box .werd .img_box{ width: 90px;  height: 90px; margin:0 auto; position:relative; margin-top:15px;    }
.part4-box .werd .img_box img {  width: 100%;  height: 100%; border-radius: 50%;overflow: hidden;}
.part4-box .werd .img_box .zhicheng{ display:inline-block; position:absolute; left:0px; bottom:-25px; line-height:30px; border-radius:15px; height:30px; width:100%; text-align:center; background:#d8ecff; z-index:11; color:var(--B1-5);}
.part4-box .werd .nr_box{padding:35px 0 15px 0; } 
.part4-box .werd .ycxs_box{ padding:0px;  color:#fff;border-radius:15px 5px 5px 5px; position:absolute; background:var(--B1-5);  z-index:12;
top: 0;    left: 0;    width: 0;    height: 0;    overflow: hidden;   }
.part4-box .werd .ycxs_box .title_min,.part4-box .werd .ycxs_box .Content{ color:#fff;}
.part4-box .werd:hover .ycxs_box{ padding:15px; display:block; transition: all 0.3s ease;  cursor: pointer;  box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21);width:calc(100% - 30px);height:230px; }


.part5-box{}


.part6-box .werd{ padding:10px; overflow:hidden;}
.part6-box .werd:hover{ transform: translateY(-4px);  transition: all 0.3s; cursor: pointer;  box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21);}
.part6-box .werd .left{width:50px; margin-right:15px;}
.part6-box .werd .right{ width:calc(100% - 65px);}

.part7-box{}
.part7-box .werd{ padding:0px; overflow:hidden;}
.part7-box .werd:hover{ transform: translateY(-4px);  transition: all 0.3s; cursor: pointer;  box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21);}

.part8-box {}
.part8-box .werd{padding:0px; background:none; }
.part8-box .werd:hover{ transform: translateY(-4px);  transition: all 0.3s; cursor: pointer;  box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21);}
.part8-box .werd .top_box {  position: relative;  width: 100%;  height: 66px;  border-radius: 6px 6px 0 0;}
.part8-box .werd .top_box img {  width: 158px;  height: 101px;  position: absolute;  right: 0;  z-index: 3;  bottom: 0;}
.part8-box .werd .top_box .part8-item-big-text {  position: absolute; width:100%;  opacity: 0.10; text-align:center; font-size: 30px;  font-weight: 700;  color: #ffffff;  left: 2px;  top: 12px;  z-index: 1;}
.part8-box .werd .top_box .part8-item-text {  position: absolute;  left: 50%;  transform: translateX(-50%);  top: 30px;  font-size: 18px;  font-weight: 700;  color: #ffffff;}
.part8-box .werd .top_box.top_box1 {  background-color: #3d6ff0;}
.part8-box .werd .top_box.top_box2 {  background: #05c1bc;}
.part8-box .werd .top_box.top_box3 {  background: #fa6400;}
.part8-box .werd .nr_box{ padding:10px; background:#fff;}
.part8-box .werd .nr_box .werd_h{padding:0px; overflow:hidden; margin-bottom:10px;}
.part8-box .werd .nr_box .werd_h .left{width:110px; margin-right:15px;}
.part8-box .werd .nr_box .werd_h .left img{ height:62px; width:110px;}
.part8-box .werd .nr_box .werd_h .top{ width:40px; margin-right:10px; text-align:center;}
.part8-box .werd .nr_box .werd_h .top span{ display:inline-block; width:30px; height:30px;border-radius:15px; background:#999; line-height:30px; text-align:center; font-size:16px; color:#fff;}
.part8-box .werd .nr_box .werd_h .right{ width:calc(100% - 175px);}

.part10-box .werd{ }
.part10-box .werd .Subhead_min{ text-align:center;}
/*.part10-box .werd:hover{ border:1px solid var(--B1-5); }
.part10-box .werd:hover .Subhead_min{ color:var(--B1-5); }*/
.part10-box .hzhb_tap3 .werd .Subhead_min{ line-height:70px; height:70px; font-size:18px;}
.part10-box .hzhb_menu{ background:var(--N1-2); display:inline-block; padding:5px; border-radius:25px;}
.part10-box .hzhb_menu .list{ width:220px; border-radius:21px; display:inline-block; border:1px solid var(--N4-1); background:var(--N1-2); line-height:40px; height:40px;  text-align:center;}
.part10-box .hzhb_menu .list.on{ background:var(--B1-5); border:1px solid var(--B1-5);  color:var(--N1-2);}

.part10-box .scroll-container {  width: 100%;    overflow: hidden;    position: relative;  }
.part10-box .scroll-content {    display: flex;    transition: transform 0.5s ease-in-out;}
.part10-box .scroll-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    height: 370px;
    background:var(--N1-1);
    text-align: center;
    font-size: 1.5em;
    color: white; 
    margin-bottom:20px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    overflow:hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.part10-box .controls {  text-align: center;    margin-top: 10px;}
.part10-box .button { padding: 10px 20px;    cursor: pointer;    margin: 0 5px;}
.part10-box .scroll-item .page_content{padding:0}
.part10-box .scroll-item .page_content .werd{padding:0px; overflow:hidden;}
.part10-box .scroll-item .page_content .img_box1 img{width:100%; height:390px !important;}
.part10-box .scroll-item .page_content .yxjd_box {padding:30px 30px 0 30px;  height:360px ;}
.part10-box .scroll-item .page_content .yxjd_box::before {  content: "";  position: absolute;  top: 0;  left: 0;  right: 0;  height: 6px; /* 边框宽度 */  background: linear-gradient(to right, #f3f3ff, #d3e2ff); /* 渐变方向和颜色 */}
.part10-box .scroll-item .page_content .yxjd_box .title{font-size:24px;}
.part10-box .scroll-item .page_content .yxjd_box img { height:80px;}
.part10-box .scroll-item .page_content .yxjd_box .nrjj_box{ overflow:auto; height:150px;  margin-top:20px;}
.part10-box .scroll-item .page_content .yxjd_box .nrjj_box .Subhead_min{ color:var(--N2-2);text-indent:2em; text-align:left;}
.part10-box .scroll-item .page_content .yxjd_box .nrjj_box:hover .Showline_4 {text-overflow: -o-ellipsis-lastline;display: block;-webkit-line-clamp: inherit;-webkit-box-orient: inherit;    }
.part10-box .scroll-item .page_content .yxjd_box .anniu{ width:160px; height:45px; line-height:45px; margin-top:20px; text-align:center; background:var(--B1-5); color:#fff; font-size:18px; border-radius:25px;}


/* 新增：导航小圆点 */
.part10-box .dots { margin-top: 10px; margin:0 -8px ; }

.part10-box .dot { display: inline-block; width: calc( (100% - 20px ) / 4); }
.part10-box .dot .werd{border:1px solid var(--N4-1); background:none; margin:0 4px; padding:5px; width:calc(100% - 10px);  background:var(--N1-2);    line-height: 42px; overflow:hidden;    border-radius: 10px;    cursor: pointer;    transition: background-color 0.3s; text-align: center; }
.part10-box .dot img{width: 100%;height: 50px;object-fit: cover; }
.part10-box .dot.active .werd{ border:1px solid var(--B1-5);  color:var(--N1-2);  transition: all 0.3s;cursor: pointer;  box-shadow: 0px 0px 18px 0px rgba(38, 104, 227, 0.21);}


@media screen and (min-width: 1200px) {
    .part10-box .dot{width: calc( 100% / 7); }
    .part10-box .dot img{width: 100%;height: 64px;object-fit: cover; }
}
@media (max-width: 1200px) and (min-width: 992px) {
    .part10-box .dot{width: calc( 100% / 7); }
       .part10-box .dot img{width: 100%;height: 64px;object-fit: cover; }
}
@media (max-width: 992px) and (min-width: 768px) {
    .part10-box .dot{width: calc( 100% / 4); }
       .part10-box .dot img{width: 100%;height: 64px;object-fit: cover; }
}
@media (max-width: 768px) and (min-width: 450px) {
    .part10-box .dot{width: calc( 100% / 4); }
       .part10-box .dot img{width: 100%;height: 50px;object-fit: cover; }
}


.hzhb_nr{ width:100%;width: 100%;overflow-x: auto;overflow-y: hidden;position: relative;-webkit-overflow-scrolling: touch;    scrollbar-width: none;}
.hzhb_nr1{ display: flex; white-space:nowrap;   position: relative;    margin-top: 50px;    width: -moz-fit-content;    width: fit-content; min-height: 580px;  transition: transform .5s ease-in-out; display:block; }
.part10-box .hexagon_werd{ position: relative;   flex-shrink: 0;   }
.part10-box .hexagon_list{ width:190px; height:450px; position:relative; }
.part10-box .hexagon_item{  background:url(/images/course/hzhb3.png) no-repeat;  background-size:100% 100%; width:95%; padding:0 25px; height:194px; display: flex;position: relative;justify-content: center; align-items: center; flex-wrap: wrap; flex-direction: row;}
.part10-box .hexagon_item img{ width:150px;  margin-top:20px; }
.part10-box .hexagon_item .Subhead_min{ text-align:center; margin-top:20px;}
.part10-box .over .hexagon_item{  background:url(/images/course/hzhb2.png) no-repeat;}
.part10-box .hexagon_item:hover{ cursor:pointer;  background:url(/images/course/hzhb4.png) no-repeat;  background-size:100% 100%;  }
.part10-box .hexagon_item:hover .Subhead_min{ color:var(--B1-5); font-size:18px; font-weight:600;  }
.part10-box .hexagon_item:hover  img{ width:162px;  }



@media screen and (min-width: 1200px) {
    .part10-box .scroll-item {
        height: 410px;
    }
}
@media (max-width: 1200px) and (min-width: 992px) {
     .part10-box .scroll-item {   height: 410px;  }
}
@media (max-width: 992px) and (min-width: 768px) {
     .part10-box .scroll-item {   height: 760px;  }
     .part10-box .scroll-item .page_content .yxjd_box{ padding:30px;}
      .part10-box .dot { display: inline-block; width: calc(100% / 3); }
}
@media (max-width: 768px) and (min-width: 450px) {
     .part10-box .scroll-item {   height: 760px;  }
     .part10-box .scroll-item .page_content .yxjd_box{ padding:30px;}
     .part10-box .dot { display: inline-block; width: calc(100% / 3); }
}

#Scheme_pop_up{ background:url(/images/course/xzfatcbj.jpg) no-repeat top center; border-radius:5px; background-size:100%; overflow:hidden;}
#Scheme_pop_up .Scheme_content{ padding:10px 20px;}
#Scheme_pop_up .Scheme_content .mokuai_box{ margin-bottom:20px;}
#Scheme_pop_up .Scheme_content .mokuai_box .werd_h{ text-align:center; padding:0 5px; color:#999999 ; line-height:32px; height:32px; font-size:15px;}
#Scheme_pop_up .Scheme_content .mokuai_box .werd_h:hover{ background:#e5f1fe; color:var(--B1-5); cursor:pointer;}
#Scheme_pop_up .Scheme_content .mokuai_box .werd_h.on{background:#e5f1fe; color:var(--B1-5); }
#Scheme_pop_up .Scheme_bottom{ padding-top:20px;}
#Scheme_pop_up .Scheme_bottom .anniu{ line-height:46px; height:46px; border-radius:23px; margin-right:20px; background:var(--B1-5); color:#fff; font-size:17px; padding:0 30px;}

/* 区县页*/
.banner-qu-box { height: 327px;  box-sizing: border-box;  padding-top: 150px;  text-align: center;  color: #fff;}
.banner-qu-box .banner-title {  font-size: 42px;  font-weight: 700;  margin-bottom: 20px;  line-height: 35px;  text-shadow: -2px 0px 2px 2px rgba(33, 75, 83, 0.84);}
.banner-qu-box .banner-name {  font-size: 20px;  font-weight: 700;  line-height: 35px;  margin-bottom: 30px;  text-shadow: -2px 0px 2px 2px rgba(33, 75, 83, 0.84);}
.banner-qu-box .banner-desc { height: 42px;  margin: auto;}
.banner-qu-box .banner-desc img {  height: 42px;}

.title-all-box {  height: 60px; width:100%;  opacity: 0.9;  background: #ffffff;  border-radius: 6px;  margin: 0 auto 14px;  display: flex;  flex-wrap: nowrap;  justify-content: space-between;  align-items: center;  box-sizing: border-box;  padding: 0 15px;}
.title-all-box .all-box-left { width:120px;  position: relative;  font-size: 18px;  font-weight: 700;  text-align: left;  color: #272e45;}
.title-all-box .all-box-left i {  display: inline-block;  width: 23px;  height: 23px;  background: url('/images/lingdang.png') no-repeat center center / 100%;  vertical-align: top;  margin-right: 8px;}
.title-all-box .all-box-center {  width: calc(100% - 200px );  height: 100%;  overflow: hidden;  text-overflow: ellipsis;  white-space: nowrap;  font-size: 16px;  line-height: 60px;  color: #666666;}
.title-all-box .all-box-right { width:80px; position: relative;  font-size: 14px;  text-align: left;  height: fit-content;  color: #000000;  padding-right: 20px;  cursor: pointer;}
.title-all-box .all-box-right::after {  content: '';  position: absolute;  right: 0;  top: 50%;  width: 10px;  height: 12px;  transform: translateY(-50%);  background: url('/images/jiantou.png') no-repeat center center;  background-size: 10px 12px;}


.part1-qx-box{}
.part1-qx-box .werd{ padding:0px; overflow:hidden;box-shadow:0 0 10px #eee; }
.part1-qx-box .werd:hover{transform: translateY(-4px);  transition: all 0.3s; cursor: pointer;}
.part1-qx-box .werd .img_box{ min-height:100px;}
.part1-qx-box .werd .nr_box{ padding:10px;}

.part2-qx-box {  width: 100%;  height: auto;  box-sizing: border-box;  margin-top: 18px;  margin-bottom: 50px;}
.part2-qx-box .werd { padding:0px; height: 130px;  overflow: hidden; box-shadow:0 0 10px #eee; }
.part2-qx-box .werd .imags {  width: 200px;  height: 130px; }
.part2-qx-box .werd .imags img {  width: 100%;  height: 100%; }
.part2-qx-box .werd .part2-item-desc {  height: 100%;  width: calc(100% - 200px);  box-sizing: border-box;  padding: 16px 12px;}
.part2-qx-box .werd .part2-item-desc .part2-desc-title {  font-size: 16px;  font-weight: bold;  text-align: left;  color: #272e45;  line-height: 24px;  margin-bottom: 20px;}
.part2-qx-box .werd .part2-item-desc .part2-desc-item {  display: flex;  flex-wrap: wrap;  justify-content: space-between;}
.part2-qx-box .werd .part2-item-desc .part2-desc-item .label {  font-size: 14px;  font-weight: 400;  color: #999999;}
.part2-qx-box .werd .part2-item-desc .part2-desc-item .text {  font-size: 14px;  font-weight: 400;  color: #666666;}
.part2-qx-box .werd:hover {  cursor: pointer;  transform: translateY(-4px);  transition: all 0.3s; }

/* 课程详情页*/
.course-banner img {width: 100%;height: 100%;}
.course-title-price h1 {font-weight: 500;font-size: 24px;color: #222222;}
.course-meta-box{ margin-top:10px;display: flex; position: relative; flex-direction: row; align-items: center; justify-content: left;}
.course-meta-xuexi{font-size: 16px; line-height: 30px;color: #666;}
.price_mf{font-size: 24px;	font-weight: 900;	color: #333; margin-top:10px;}
.course-meta>p {	font-size: 16px;	line-height: 22px;	color: #999999;	margin-top: 10px;}
.course-meta .course-meta-people {	display: flex;	margin-top: 10px;}
.course-meta .course-meta-people span {		font-size: 16px;		width: 80px;	color: #666;	line-height: 30px;	}
.course-meta .course-meta-people div {	font-size: 16px;	 line-height:30px;		padding: 0 8px;	width:calc(100% - 80px);}
.course-meta-num {	display: flex;	flex-wrap: wrap;}
.course-meta-num>p {	font-size: 16px;	color: #3d3d3d;	margin-top: 16px;	margin-right: 32px;}
.buy-button { width: 144px; height: 50px;	display: flex;	align-items: center; margin-top:30px;	justify-content: center; font-size: 17px;	color: #FFFFFF;	border-radius: 6px;	background: #0061FF;	cursor: pointer;	}

.kcxx_box{ margin-top:20px; background:#fff; border-radius:5px;}
.kcxx_box .werd{padding:10px 15px 10px 25px;}
.kcxx_box .werd .img_box{width: 40px;height: 40px;margin-right: 15px;}
.kcxx_box .werd .nr_box{width:calc(100% - 55px);}

@media screen and (min-width: 1200px) {
    .kcxx_box .layui-row .layui-col-lg3{width:20.00%;}
}
@media (max-width: 1200px) and (min-width: 992px) {
    .kcxx_box .layui-row .layui-col-md3{width:20.00%;}
}
@media (max-width: 992px) and (min-width: 768px) {

}
@media (max-width: 768px) and (min-width: 450px) {

}
/* 课程详情内容区域样式 */
.course-center { margin-top:15px;}
.course-center .werd{padding:24px;}

.tab-menu {display: flex;/* padding-bottom: 10px; */border-bottom: 1px solid #E4E4E4;}
.tab-item {font-size: 18px;font-weight: 500;padding-bottom: 10px;text-decoration: none;color: #9A9A9A;border-bottom: 2px solid transparent;cursor: pointer;margin-right: 30px;}
.tab-content {padding: 24px 12px 0 12px;/* 隐藏其他tab内容，仅显示当前active的内容 */}

.course-detail{font-size: 15px;color: #606060;line-height: 26px;}
.course-detail p {font-size: 15px;color: #606060;line-height: 26px;}
.course-detail h3 {font-size: 15px;color: #606060;line-height: 26px;}
.course-detail h3 {margin-top: 20px;}
.rate-detail {display: flex;align-items: center;justify-content: space-between;height: 115px;border-radius: 6px;background: #FFFFFF;box-shadow: 0px 4px 6px 0px rgba(177, 197, 231, 0.1);}
.rate-con {display: flex;align-items: center;}
.rate-con>span {font-size: 16px;font-weight: 500;color: #3D3D3D;display: block;height: 24px;padding-right: 14px;border-right: 1px solid #EFEFEF;}
.rate-con>.rate-score {padding-left: 14px;}
.rate-score>div {font-size: 12px;color: #3D3D3D;font-weight: 500;}
.rate-score>div>span {font-weight: 700;font-size: 24px;}
.rate-start {margin-left: 28px;}
.rate-start>img {width: 20px;height: 20px;}
.rate-score>span {font-size: 12px;color: #98A2B2;}
.rate-button {padding: 8px 24px;border-radius: 18px;background: #0061FF;font-family: Source Han Sans;font-size: 14px;color: #FFFFFF;cursor: pointer;}
.rate-list {padding: 16px 0 28px;border-bottom: 1px solid #EFEFEF;}
.rate-people {display: flex;}
.rate-people>img {width: 28px;height: 28px;}
.rate-people-con {padding-left: 12px;}
.rate-people-user {display: flex;align-items: center;}
.rate-people-user>span {font-size: 14px;color: #555555;}
.rate-people-user>.rate-start {margin-left: 14px;}
.rate-people-user>.rate-start>img {width: 12px;height: 12px;}
.rate-people-time {font-size: 12px;color: #9A9A9A;}
.rate-list-con {font-size: 14px;color: #3D3D3D;line-height: 22px;margin-top: 16px;}
.course-catalogue {}
.course-catalogue-title {padding: 24px 16px;border-radius: 6px;background: rgba(246, 247, 247, 0.6);display: flex;align-items: center;margin-bottom: 8px;}
.course-catalogue-title>span {font-size: 18px;color: #222222;}
.course-catalogue-title>img {width: 16px;height: 16px;margin-left: 12px;}
.course-catalogue-list {margin-left: 15px;padding: 12px 20px 12px 0;display: flex;align-items: center;justify-content: space-between;border-bottom: 1px solid #EFEFEF;}
.course-catalogue-list-con {}
.course-con {display: flex;align-items: center;}
.course-con>span {font-size: 16px;color: #2D2D2D;margin-left: 12px;}
.course-type {display: flex;}
.course-type>p {margin-top: 6px;font-size: 12px;color: #98A2B2;padding: 0 8px;height: 17px;border-right: 1px solid #EFEFEF;}
.course-type>p:nth-last-of-type(1) {border-right: none;}
.course-catalogue-list-button {padding: 8px 18px;border-radius: 18px;border: 1px solid #EFEFEF;color: #606060;font-size: 14px;cursor: pointer;}
.ready {color: #0061FF;background: rgba(0, 97, 255, 0.1);border: 1px solid #0061FF;}

.course-catalogue-list-button:hover{ background:var(--B1-5); color:#FFF;}


.kctj_box{overflow:hidden;}
.kctj_box .teacher-title {display: flex;align-items: center;}
.kctj_box .teacher-title img {width: 32px;height: 32px;margin-right: 4px;}
.kctj_box .teacher-title h2 {font-size: 18px;font-weight: 600;color: #242424;}
.kctj_box .teacher-item {width: 100%;margin-top: 26px;margin-bottom: 14px;}
.kctj_box .werd_h{padding:0px; overflow:hidden;}
.kctj_box .werd_h:hover{transform: translateY(-4px);  transition: all 0.3s; cursor: pointer;}
.kctj_box .werd_h .img_box{ width:110px; height:60px;}
.kctj_box .werd_h .img_box img{ width:100%; height:100%;}
.kctj_box .werd_h .nr_box{ width:calc(100% - 110px); padding:0 10px;}

/* 课程列表样式 */
.banner_list {	width: 100%; padding:30px 0  30px 0;	}

@media screen and (min-width: 1200px) {
   .banner_list { padding:100px 0  60px 0;	}
}
@media (max-width: 1200px) and (min-width: 992px) {
     .banner_list { padding:100px 0  60px 0;	}
}
@media (max-width: 992px) and (min-width: 768px) {
     .banner_list { padding:50px 0 40px 0;	}
}
@media (max-width: 768px) and (min-width: 450px) {
     .banner_list { padding:30px 0  30px 0;	}
}

.banner_list_img {	height:60px; border-radius:5px;}
.banner_list_title{ line-height:50px; font-size:18px; color:#333;}

.course_fl{ }
.course_fl .Subhead_min{ margin-right:15px; padding:0 18px; height:36px; line-height:36px; border-radius:18px;  float:left; margin-bottom:5px;}
.course_fl .Subhead_min.fl{background:#f1f1f1; }
.course_fl .Subhead_min.fl:hover{ cursor:pointer;color:var(--B1-5);  background:#e5efff; }
.course_fl .Subhead_min.over{ cursor:pointer; color:var(--B1-5); font-weight:600; background:#e5efff; }

.title_list_box {  height: 30px; line-height:30px; background: rgba(255,255,255,0.9);  margin: 0 auto ; border-radius:5px; padding: 15px 15px;}
.title_list_box .iconfont{ font-size:20px; color:var(--B1-5); height:30px; line-height:30px; margin-right:15px; display:inline-block; }
.title_list_box .Subhead_min{ margin-right:20px;}

.tzgg_page{ padding-bottom:20px;}
.tzgg_page  .werd{ padding:15px;box-shadow:0 0 10px #eee;}
.tzgg_page  .werd .nr_box{ width:calc(100% - 180px); padding: 0 30px 0 0; border-right:1px solid var(--N4-1);}
.tzgg_page  .werd .ckxq_box{ width:150px;}
.tzgg_page  .werd .ckxq_box .Subhead_min{ text-align:right; padding-right:15px; cursor:pointer;}

.breadcrumbs {padding: 0 0 20px 0;font-size: 16px;color: #272e45; margin-top:20px;}
.breadcrumbs span {color: #1D1D1D;}
.breadcrumbs a {color: #272e45;text-decoration: none;}

/* 校本研修详情 */
.xbyxxq_hb{ background:url(/images/course/xbyxhb1.jpg) no-repeat center top; background-size:100%;}
.xbyxxq_hb .page_content .xbyxxq_hb_box{ width:100%;}
.xbyxxq_hb .xbyx_title_1{ font-size:24px; color:var(--N1-2); line-height:40px; font-weight:600;}
.xbyxxq_hb .xbyx_title{font-size:32px; color:var(--N1-2); line-height:65px; font-weight:600;}

@media (max-width: 768px) and (min-width: 450px) {
    .xbyx_search_box .grid{}
    .xbyx_search_box .grid .x7{ width:50%;}
    .xbyx_search_box .grid .x10{ width:100%;}
}


.ztpx_bh_box{ background:url(/images/zty/zthb.jpg) no-repeat center center; width:100%; height:650px;}
.ztpx_bh_box .hb_title{ line-height:70px; font-size:50px; color:#082a48; text-align:left; font-weight:600;}
.ztpx_bh_box .hb_title .span{font-size:60px; line-height:70px; color:var(--B1-5); margin-right:5px; }
.ztpx_bh_box .hb2_title{ line-height:55px; font-size:30px; color:#082a48;}
.ztpx_bh_box .nr .title_min{ margin-bottom:15px;}
.ztpx_bh_box .nr .title_min .iconfont{color:var(--N1-2);font-size:18px; margin-right:10px; background:var(--B1-6);width:22px; line-height:22px; text-align:center; height:22px; border-radius:11px;}
.ztpx_bh_box .nr .title_min .text_jc{ font-weight:600;}
.hb_anniu{ width:220px; text-align:center; background:linear-gradient(to right, #3e6def,#560ad8); line-height:54px; height:54px; border-radius:30px; color:#fff; font-weight:600; font-size:20px;}
.hb_anniu .iconfont{ font-size:24px; font-weight:normal;}



.ztpx_box1{ padding:40px 0;}
.ztpx_box1 .yuanquan{color:var(--N1-2);font-size:18px; display:inline-block; margin-right:10px; background:var(--B1-5);width:20px; line-height:20px; text-align:center; height:20px; border-radius:11px;}

.ztpx_box1 .scroll-container {  width: 100%;    overflow: hidden;    position: relative;  }
.ztpx_box1 .scroll-content {    display: flex;    transition: transform 0.5s ease-in-out;}
.ztpx_box1 .scroll-item {
    min-width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    height: 550px;
    background:var(--N1-1);
    text-align: center;
    font-size: 1.5em;
    color: white;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    position: relative;
    overflow:hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}


/* 新增：导航小圆点 */
.ztpx_box1 .dots { margin-top: 10px; margin:0 -8px ; }
.ztpx_box1 .dot { width:200px; text-align:center;  background:no-repeat; padding-bottom:0px;   cursor: pointer;    transition: background-color 0.3s; text-align: center;  }
.ztpx_box1 .dot img{width: 60px;height: 60px;}
.ztpx_box1 .dot .title_min{ margin:20px 0;}
.ztpx_box1 .dot.active { transition: all 0.3s;}
.ztpx_box1 .dot .xt{ height:3px; border-radius:2px; background:none; margin-top:15px;}
.ztpx_box1 .dot.active .xt{ background:var(--B1-5); transition: all 0.3s;}

.ztpx_box1 .dot +  .dot{ margin-left:100px;}


.ztpx_box2{ background:url(/images/zty/zthbbj1.jpg) no-repeat center center;  padding:40px 0 0 0;}
.ztpx_box2 .hb_title{ line-height:70px; font-size:50px; color:#082a48; text-align:left; font-weight:600;}
.ztpx_box2 .hb_title .span{font-size:60px; line-height:70px; color:var(--B1-5); margin-right:5px; }
.ztpx_box2 .hb2_title{ line-height:55px; font-size:30px; color:#082a48;}

.ztpx_box3{ background:#fff; padding:40px 0;}
.ztpx_box3 .werd_h .Subhead_min{text-align:left; font-size:15px; height:150px;line-height:24px;}
.ztpx_box3 .werd_h .img_box{ position:absolute; top:-100px;width:calc(100% - 20px);}
.ztpx_box3 .werd_h{ position:relative;  margin-top:100px; padding-top:80px;}

.ztpx_box4{ padding:40px 0;}
.ztpx_box5{ padding:40px 0; background:var(--B1-5);}
.ztpx_box5 .page_title{font-size: 26px;    font-weight: 700;    text-align: left;    color: #fff;}
.ztpx_box5 .Subhead_min .iconfont{display: inline-block;    width: 20px;    height: 20px;    line-height: 20px;    text-align: center;    border-radius: 10px;    background: var(--B1-6);    color: #fff;}
.ztpx_box5 .Subhead_min{ color:#fff;}
.ztpx_box5 .hb_anniu{ width:220px; text-align:center; background:linear-gradient(to right, #fec626,#eb950a); line-height:54px; height:54px; border-radius:30px; color:#fff; font-weight:600; font-size:20px;}
.ztpx_box5 .hb_anniu .iconfont{ font-size:24px; font-weight:normal;}






