html {
  width: 100%;
  overflow-x: hidden;
}
body {
  background-color: #f2f2f2;
  font-size: 14px;
  font-family: 'Microsoft Yahei';
  color: #1a1a1a;
  width: 100%;
  /*overflow-x: hidden;*/
}
/*µ±Ç°Î»ÖÃ*/
  .fz_pos {
    margin-top: -1px;
    height: 50px;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
  }
  .fz_pos .con_wrap{
    width: 1200px;
    margin: 0 auto;
  }
  .fz_pos .name {
    line-height: 50px;
    font-size: 20px;
    float: left;
    color: #ff123f;
  }
  .fz_pos .txt {
    padding: 22px 0 0 10px;
    color: #666;
    float: left;
  }
  .fz_pos .txt a {
    color: #666;
  }
  .fz_pos .txt a:hover {
    color: #ff123f;
  }
/*common*/
  .trs {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .nowrap {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .xt-section{
    width: 1200px;
    margin: 30px auto 0;
  }
  .xt-section *{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .xt-section .clearfix:after {
    content: '';
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
  }
  .xt-section a{color: inherit;cursor: pointer;}
  .xt-section .j_showLeyu{cursor: pointer;}
  .xt-section .fl{float: left;}
  .xt-section .fr{float: right;}
  .xt-section .icon{
    background: url(../images/icons.png) no-repeat;
  }
  .xt-section .btn{
    display: block;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    color: #ff0034;
    background-color: transparent;
    border: 1px solid #ff0034;
    border-radius: 15px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .xt-section .btn:hover,.xt-section .btn_skin_02{
    color: #fff;
    background-color: #ff0034;
  }
  .xt-section .btn:hover{
    background-color: #a01832;
    border-color: #a01832;
  }
/*¹ö¶¯Ìõ*/
  .scroll-box{
    overflow-y: auto;
    padding-right: 20px;
  }
  .scroll-box::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: #b3b3b3;
  }
  .scroll-box::-webkit-scrollbar-thumb{
    background-color: #e6e6e6;
  }
  .scroll-box li a{
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
/*ÓÒ²à*/
  .panel{
    background-color: #fff;
    margin-top: 30px;
    padding: 18px 0 20px;
  }
  .xt-section .container{
    padding: 0 30px;
  }
  .xt-section .headline{
    height: 42px;
    line-height: 24px;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px;
    padding-right: 20px;
  }
  .xt-section .headline p{
    float: left;
    font-size: 20px;
    padding-left: 16px;
    border-left: 3px #04B2BB solid;
  }
  .xt-section .headline a{
    float: right;
    color: #ff0034;
  }
/*±íµ¥*/
  .xt-section input,.xt-section select{outline: none;}
  .xt-section select{
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    appearance: none;
  }
  .xt-section input{
    border: 0;
    height: 100%;
    background-color: #fff;
    color: #b2b2b2;
    font-size: 12px;
    padding: 0 0 0 6px;
  }
  .xt-section .form-item{position: relative;}
  .xt-section .form-item .icon{
    position: absolute;
    height: 22px;
    width: 21px;
    background-position: -10px -30px;
    top: 3px;
  }
  .xt-section .select-parent{
    position: relative;
    display: inline-block;
  }
  .xt-section .select-parent i{
    content: "";
    cursor: pointer;
    border-style: solid;
    border-width: 5px 2.5px 0;
    border-color: #b3b3b3 transparent transparent;
    position: absolute;
    right: 6px;
    top: 50%;
    margin-top: -2.5px;
  }
  .xt-section .select-parent input{cursor: pointer;}
  .xt-section .select-parent ul{
    position: absolute;
    display: none;
    width: 100%;
    max-height: 200px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    z-index: 10;
    overflow: auto;
    padding-left: 6px;
  }
  .xt-section .select-parent li{
    cursor: pointer;
    line-height: 24px;
    text-align: left;
  }
.xt_banner a{
  display: block;
  background:  no-repeat center top;
  height: 100px;
}
.xt-section .w_892{width: 892px;}
.xt-section .w_290{width: 290px;}
.optionBox {
  background-color: #fff;
  padding: 25px 30px 14px;
}
.optionBox .item{
  line-height: 26px;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.optionBox .item:last-child{border-bottom: 0;}
.optionBox .item b{
  float: left;
  width: 70px;
}
.optionBox .item ul{
  margin-left: 70px;
}
.optionBox .item ul li{
  display: inline-block;
  padding: 0 4px;
  line-height: 17px;
  margin-left: 14px;
  cursor: pointer;
}
.optionBox .item ul li.active,
.optionBox .item ul li:hover{
  background-color: #04B2BB;
  color: #fff;
  border-radius: 3px;
}
.optionBox .item .item-sub{
  line-height: 31px;
  padding: 0 6px;
  background-color: #ffe6eb;
  margin: 5px 0 5px 80px;
  border-radius: 5px;
  font-size: 12px;
}
.optionBox .item .item-sub li{
  line-height: 16px;
  padding: 0 5px;
}
/*²ÎÊý*/
.paramBox{
  background-color: #04B2BB;
  height: 52px;
  margin: 30px 0;
  padding: 11.5px 30px;
  line-height: 29px;
  color: #fff;
  position: relative;
}
.paramBox:before{
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 4px;
  height: 20px;
  background-color: #fff;
}
.paramBox p{
  display: inline-block;
  width: 80px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
}
.paramBox p.active,
.paramBox p:hover{
  border-color: #108074;
  background-color: #108074;
}
.paramBox p.param-time{padding-right: 10px;}
.paramBox p.param-time:before,
.paramBox p.param-time:after{
  content: "";
  position: absolute;
  right: 4px;
  top: 9px;
  width: 0px;
  height: 0px;
  border-left: 3.5px solid transparent;
  border-right: 3.5px solid transparent;
}
.paramBox p.param-time:before{
  border-bottom: 4px solid #fff;
}
.paramBox p.param-time:after{
  border-top: 4px solid #fff;
  top: 16px;
}
.paramBox p.param-time.down:before,
.paramBox p.param-time.up:after{content: none;}
.paramBox p.param-time.down:after,
.paramBox p.param-time.up:before{top: 12px;}
.paramBox .selectDate{
  display: inline-block;
  margin-left: 20px;
}
.paramBox .selectDate input{
  width: 100px;
  height: 30px;
  padding-left: 5px;
}
.paramBox .selectDate p{
  margin-left: 10px;
}
.paramBox .selectPage b{
  cursor: pointer;
  font-family: "simsun";
  display: inline-block;
  width: 20px;
  text-align: center;
}
/*ÈÕÀú*/
.WdateDiv .WotherDay{color: #333;}
/*¿Î³Ì*/
.courseList li{
  background-color: #fff;
  height: 204px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.courseList li.empty{
  line-height: 204px;
  text-align: center;
}
.courseList li:hover{
  -webkit-box-shadow: 0 0 14px rgba(28,22,17,0.4);
  box-shadow: 0 0 14px rgba(28,22,17,0.4);
}
.courseList li .pic{
  width: 148px;
  height: 204px;
  float: left;
}
.courseList li .pic img{
  width: 100%;
  height: 100%;
}
.courseList .info{
  width: 600px;
  padding: 16px 0 0 50px;
  color: #666;
  font-size: 12px;
}
.courseList h5{
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 8px;
  font-size: 22px;
  line-height: 22px;
  color: #10c7c8;    
}
.courseList h5:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 460px;
  height: 3px;
  background: url(../images/icons.png) no-repeat -10px -60px;
}
.courseList .info b{
  font-weight: normal;
  color: #1a1a1a;
}
.courseList span{
  margin-right: 15px;
}
.courseList p{
  line-height: 27px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 10px;
}
.courseList p a{color: #ff3e6a;text-decoration: underline;}
.courseList .icon{
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.courseList .icon1{background-position: -36px -2px;}
.courseList .icon2{background-position: -71px -1px;}
.courseList .icon3{background-position: -111px -3px;}
.courseList .icon4{background-position: -147px -3px;}
.courseList .icon5{background-position: -181px -4px;}
.courseList .fr{
  text-align: center;
  width: 144px;
  height: 100%;
  display: table;
  -webkit-box-shadow: 0 0 10px rgba(28,22,17,0.1);
  box-shadow: 0 0 10px rgba(28,22,17,0.1);
}
.courseList .right-box{
  display: table-cell;
  vertical-align: middle;
}
.courseList h3{
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 16px;
  color: #ff0034;
}
.courseList .btn{
  width: 86px;
  height: 28px;
  line-height: 26px;
}
.courseList .j_showLeyu{
  margin-top: 10px;
}

#pagination{
  font-size: 14px;
  color: #666;
  margin-top: 30px;
  position: relative;
}
.pagination i{font-style: normal;}
.pagination a{cursor: pointer;}
.pagination a, .pagination span, .pagination-jump input{
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  margin: 0 5px;
  border: 1px solid #b2b2b2;
  height: 36px;
  line-height: 34px;
  border-radius: 0;
  color: inherit;
  background-color: transparent;
  text-align: center;
}
.pagination .ui-page-current{border-color: transparent;}
.pagination .ui-page-prev,
.pagination .ui-page-next{
  background: inherit;
  border-color: #b2b2b2;
  color: inherit;
}
.pagination-jump{
  position: absolute;
  right: 0;
  top: 0;
}
.pagination-jump input{
  width: 38px;
  height: 36px;
  padding: 0;
  text-align: center;
}
.pagination-jump .jump-btn{
  cursor: pointer;
  margin-left: 20px;
  width: 75px;
}
.pagination .ui-page-current,.pagination a:hover,.pagination-jump .jump-btn:hover {
  color: #ff123f;
}

.bottomForm-box{
  margin-top: 30px;
  border-top: 5px solid #04B2BB;
  padding: 21px 30px 30px;
  background-color: #fff;
}
.bottomForm-box .bottomForm-top{
  text-align: center;
  padding:0 0 16px;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 26px;
}
.bottomForm-box .bottomForm-top h3{
  font-size: 24px;
  color: #04B2BB;
  margin-bottom: 14px;
}
.bottomForm-box .bottomForm-top h3:before,.bottomForm-box .bottomForm-top h3:after{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 11px;
  background: url(../images/icons.png) no-repeat -160px -30px;
  margin: 4px 18px 0;
}
.bottomForm-box .bottomForm-top p{
  text-align: center;
  color: #666;
}
.bottomForm-box .bottomForm-content p{margin-bottom: 20px;}
.bottomForm-box .bottomForm-content b{color: #04B2BB;}
.bottomForm-box .fl{width: 320px;}
.bottomForm-box .fr{width: 415px;}
.bottomForm-box form{margin-top: 30px;}
.bottomForm-box form .form-item{
  float: left;
  margin: 0 20px 0 0;
  height: 30px;
  line-height: 30px;
}
.bottomForm-box form span{
  float: left;
  margin-right: 5px;
}
.bottomForm-box form input{
  float: left;
  width: 100px;
  height: 30px;
  border: 1px solid #d9d9d9;
}
.bottomForm-box .select-parent ul{
  right: 0;
  width: 100px;
  top: 30px;
}
.bottomForm-box .select-parent i{
  border-width: 4px 4px 0;
  border-color: #000 transparent transparent;
  margin-top: -2px;
  right: 9px;
}
.bottomForm-box form .btn{
  float: left;
  width: 120px;
  height: 30px;
  line-height: 28px;
}
.bottomForm-box form .btn:hover{
  -webkit-box-shadow:  2px 2px 3px rgba(170,0,25,0.36);
  box-shadow:2px 2px 3px rgba(170,0,25,0.36);
  background-color: #ff0034;
  border-color: #ff0034;
}
.rightForm-box{
  height: 320px;
  background: url(../../images/caseList/rightForm-bg.jpg) no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding: 33px 0 0;
  text-align: center;
}
.rightForm-box h3{
  font-size: 22px;
  background-image: -webkit-gradient(linear, left 0, right 0, from(#ff123f), to(#ff813d));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rightForm-box form{
  width: 180px;
  margin: 24px auto 0;
}
.rightForm-box form .form-item{
  margin: 0 0 10px 30px;
}
.rightForm-box form .icon{
  left: -30px;
}
.rightForm-box form input{
  height: 28px;
  border: 1px solid #ccc;
  width: 150px;
}
.rightForm-box form .btn{
  height: 38px;
  line-height: 36px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}
.rightForm-box p{
  font-size: 12px;
  color: #b2b2b2;
  margin-top: 9px;
}
.hotCourse-box .container,
.activity-box .container{padding: 0 20px;}
.hotCourse-box li{margin-top: 8px;}
.hotCourse-box li .label{
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  line-height: 20px;
  margin-right: 22px;
  text-align: center;
  background-color: #b3b3b3;
  color: #fff;
  font-weight: bold;
}
.hotCourse-box li .label:before{
  content: '';
  position: absolute;
  right: -9px;
  top: 0;
  border-style: solid;
  border-width: 10px 0 10px 9px;
  border-color: transparent transparent transparent #b3b3b3;
}
.hotCourse-box li .label1{background-color: #ff123f;}
.hotCourse-box li .label1:before{border-left-color: #ff123f;}
.hotCourse-box li .label2{background-color: #ff985b;}
.hotCourse-box li .label2:before{border-left-color: #ff985b;}
.hotCourse-box li .label3{background-color: #ffc6a6;}
.hotCourse-box li .label3:before{border-left-color: #ffc6a6;}
.hotCourse-box li a:hover{color: #ff0034;}
.t_newslist{
  margin: -7px 20px 0;
}
.t_newslist .href_link{
  padding: 0 16px;
  line-height: 28px;
  background: url("../../images/caseList/fz_arrow.png") no-repeat left center;
}
.t_newslist .href_link:hover{
  color: #ff123f;
  background-image: url("../../images/caseList/fz_arrow-hover.png")
}
  .like-box .container a{
    display: block;
    height: 65px;
    line-height: 65px;
    margin-top: 8px;
    font-size: 18px;
    color: #19191a;
    background-color: #e3e3e3;
    text-align: center;
    font-weight: bold;
  }
  .like-box .container a:hover {
    -webkit-box-shadow: 0 5px 8px rgba(0,0,0,0.2);
        box-shadow: 0 5px 8px rgba(0,0,0,0.2);
  }