.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
}
.bt{
	position: relative;
}
.bt::before{
	content: '*';
	color: red;
	position: absolute;
	top: 10px;
	left: 10px;
}
/* 公共banner */
.site_banner {
  position: relative;
}
.site_text {
  position: absolute;
  left: 0;
  bottom: 31.5%;
  width: 100%;
  color: #fff;
  z-index: 2;
}
.site_text .fnt_40{
	font-size: 28px !important;
}
/* 咨询服务 */
.consulting_wrap * {
  box-sizing: border-box;
}
.consulting_wrap .list {
  margin: 6.9444% 0;
}
.consulting_wrap .list li {
  border: 1px solid #dee2e7;
  min-height: 274px;
  margin-top: 2.78%;
}
.consulting_wrap .list li .box {
  padding: 40px;
}
.consulting_wrap .list .tit {
  float: left;
  color: #000;
  font-weight: bold;
}
.consulting_wrap .list .content {
  float: right;
  width: 69%;
  font-size: 16px;
  height: 274px;
  overflow: hidden;
}
/* 打印服务 */
.print_wrap {
  margin: 5.2% auto;
  font-size: 16px;
}
.print_wrap * {
  box-sizing: border-box;
}
.print_wrap .sec1 {
  position: relative;
  overflow: hidden;
  margin: 40px 0;
}
.print_wrap .sec1 .img {
  width: 57.77%;
  float: left;
}
.print_wrap .sec1 .txt {
  position: absolute;
  right: 0;
  top: 0;
  width: 42.23%;
  height: 100%;
  padding: 5.277% 2.777% 0;
  background: #ebebeb;
}
.print_wrap .sec1 .txt .tit {
  font-size: 18px;
}
.print_wrap .sec1 .txt p {
  font-size: 16px;
  margin-top: 6%;
}
.print_wrap .sec2 ul {
  overflow: hidden;
  margin-left: -20px;
  margin-right: -20px;
}
.print_wrap .sec2 li {
  float: left;
  width: 50%;
  padding: 20px;
}

.content_list {
  overflow: hidden;
}
.content_list ul {
  margin-left: -20px;
  margin-right: -20px;
}
.content_list li {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.content_list li dl {
  position: relative;
}
.content_list li dd {
  overflow: hidden;
}
.content_list li dt {
  position: absolute;
  left: 0;
  bottom: 30px;
  padding: 0 20px;
  overflow: hidden;
}
.content_list li dt .content_dtT {
  text-align: center;
  color: #fff;
  transition: all .3s;
}
.content_list li dt .content_dtB {
  transform: translateY(200%);
  transition: all .3s;
  height: 0;
}
.content_list li dt .content_dtB h3 {
  color: #F8B500;
  margin-bottom: 10px;
}
.content_list li dt .content_dtB p {
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .content_list li dl:hover .content_dtT {
    transform: translateY(500%);
  }
  .content_list li dl:hover .content_dtB {
    transform: translateY(0);
    height: auto;
  }
}
/* 专业培训 */
.training_wrap {
  padding-bottom: 5.2%;
}
.training_wrap .tabar {
  background-color: #f0f2f1;
  text-align: center;
  height: 80px;
}
.training_wrap .tabar a {
  display: inline-block;
  font-size: 20px;
  line-height: 80px;
  vertical-align: top;
  width: 196px;
}
.training_wrap .tabar a.on {
  background-color: #fff;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 5px solid #F8B500;
  box-shadow: 0 0 13px 4px rgba(0, 0, 0, 0.05);
}
.training_wrap .select {
  padding-top: 6.9%;
}
.training_wrap .select .lf {
  float: left;
}
.training_wrap .select .lf .select-wrap{width: 240px;height: 48px;line-height: 48px;}

.training_wrap .select .lr {
  float: right;
  width: 25.98%;
}
.training_wrap .select .search {
  border: 1px solid #000000;
  border-radius: 8px;
  width: 100%;
  position: relative;
}
.training_wrap .select .search input {
  width: 100%;
  box-sizing: border-box;
  height: 46px;
  line-height: 46px;
  padding:0px 20px;
}
.training_wrap .select .search button {
  position: absolute;
  right: 1px;
  height: 100%;
  width: 46px;
  z-index: 2;
  font-size: 24px;
  top: 0;
}
.group_item {
  width: 240px;
  float: left;
  padding: 0 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.group_div {
  border: 1px solid #000000;
  position: relative;
  border-radius: 8px;
}
.group_div > em {
  position: absolute;
  right: 0;
  top: 0;
  height: 46px;
  line-height: 46px;
}
.group_item .pub_select {
  position: relative;
  height: 46px;
}
.group_item input {
  padding: 20px 0;
  height: 46px;
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  display: block;
}
.group_item .pub_select dt {
  position: relative;
  cursor: pointer;
  padding: 11px 20px;
}
.group_item i {
  position: absolute;
  right: 20px;
  font-size: 20px;
  width: 10px;
  height: 5px;
  line-height: 5px;
  font-weight: normal;
  top: 50%;
  margin-top: -3px;
  background: url(../images/sanjiao.png) 0 0 no-repeat;
}
.group_item .pub_select dd {
  z-index: 99;
  position: absolute;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  width: 100%;
  left: 0px;
  top: 100%;
  display: none;
  border: 1px solid #eee;
  border-top: 0;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.group_item .pub_select dd a {
  display: block;
  line-height: 40px;
  white-space: normal;
  padding: 0 20px;
}
.training_list {
  margin-top: 2.77%;
  border-top: 1px solid #dfe3e8;
}
.training_list ul{margin-bottom: 40px;}
.training_list li {
  border-bottom: 1px solid #dfe3e8;
  padding: 2.77% 20px 2.77% 86px;
  overflow: hidden;
  position: relative;
}
.training_list .label {
  position: absolute;
  top:50%;
  margin-top: -22.5px;
  left: 20px;
  background: url(../images/xs.jpg) no-repeat;
  background-size: cover;
  width: 46px;
  height: 45px;
  display: block;
}
.training_list .label.off {
  top:50%;
  background: url(../images/xx.jpg) no-repeat;
  background-size: cover;
}
.training_list .info {
  float: left;
  width: 65%;
  border-left: 1px solid #808080;
  padding-left: 20px;
  box-sizing: border-box;;
}
.training_list .title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.training_list .date {
  margin-left: -18px;
  font-size: 14px;
  margin-top: 18px;
}
.training_list .date span {
  padding: 0 18px;
  color: #5f5f5f;
}
.training_list .detail {
  float: right;
  text-align: right;
  margin-top: 45px;

}
.training_list .detail a {
  font-size: 14px;
  display: block;
  float: left;
  padding-right: 30px;
  border-right: 1px solid #808080;
  line-height: 24px;

}
.training_list .detail a i{color: #ffd939;margin-right: 20px;}
.training_list .detail a:first-child i{font-size: 20px;display: inline-block;vertical-align: middle;margin-top: -3px;font-weight: bold;}
.training_list .detail a:last-child{border-right: 0;padding-left: 30px;padding-right: 0;}
.training_list .detail a:last-child i{background: url(../images/bm1.png) no-repeat;background-size: cover;
display: inline-block;width: 20px;height: 29px;vertical-align: middle;}
.training_list .detail .status.close i,.training_list .detail .status.wait i{
  background: url(../images/bm2.png) no-repeat;background-size: cover;
}
.training_list .detail .status {
  font-weight: bold;
}

.training_list .detail .wait {
  color: #bababa !important;
  font-weight: normal;
  cursor: inherit;
}
.training_list .detail .close {
  color: #bababa;
  font-weight: normal;
  cursor: inherit;
}
/* 专业培训详情 */
.traindtl_wrap .newswrap {
  padding-top: 20px;
  padding-bottom: 8.333%;
}
.traindtl_wrap .d_title {
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}
.traindtl_wrap .d_span {
  margin-top: 10px;
  font-size: 14px;
}
.traindtl_wrap .d_span span {
  padding: 0 2%;
}
.traindtl_wrap .news_edit {
  font-size: 16px;
}
.traindtl_wrap .news_edit p {
  margin-bottom: 15px;
}
.traindtl_wrap .other .model_tit {
  font-weight: bold;
  margin-bottom: 16px;
}
.teacher_wrap {
  background-color: #f6f6f6;
  padding: 20px;
  overflow: hidden;
  margin-bottom: 2.777%;
}
.teacher_wrap .photo {
  width: 166px;
  float: left;
}
.teacher_wrap .info {
  padding-left: 3%;
  padding-top: 1.5%;
  float: left;
  font-size: 16px;
  width: 80%;
}
.teacher_wrap .info .name {
  font-weight: bold;
  margin-bottom: 12px;
}
.teacher_wrap .info .psz {
  margin-bottom: 12px;
}
.teacher_wrap .info .introduce {
  width: 90%;
}
.time_wrap {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 2.777%;
  margin-bottom: 2.777%;
}
.time_wrap .time {
  font-size: 16px;
}
.way_wrap .list {
  overflow: hidden;
  font-size: 16px;
}
.way_wrap .list dl {
  float: left;
  margin-right: 5%;
  margin-top: 16px;
}
.way_wrap .list dl dd {
  margin-top: 15px;
}
.way_wrap .list a.gobm {
  display: block;
  text-align: center;
  width: 180px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #000000 url(../images/btm_bgr.png) 90% 16px no-repeat;
  border-radius: 8px;
}
/* 技术咨询 */
.technology_wrap {
  margin-top: 5.208%;
  margin-bottom: 6.7708%;
  background-color: #f6f6f6;
  overflow: hidden;
  position: relative;
}
.technology_wrap .lf {
  width: 42.71%;
  background-size: 100%;
  color: #fff;
  overflow: hidden;
  float: left;
}
.technology_wrap .lf .tit {
  margin-top: 9.26%;
  margin-left: 9.756%;
}
.technology_wrap .lf .subtit {
  margin-left: 9.756%;
  margin-top: 10px;
}
.technology_wrap .lr {
  width: 57.29%;
  float: left;
  box-sizing: border-box;
  padding: 4.1666% 6.805% 0;
  position: absolute;right: 0;
  height: 100%;
}
.technology_wrap .form{height: 95%;}
.technology_wrap .form li,
.service_login .lr li {
  position: relative;
  border: 1px solid #000;
  border-radius: 8px;
  background: #fff;
  margin-bottom: 3%;
}
.technology_wrap .form li i,
.service_login .lr li i {
  position: absolute;
  left: 13px;
  top: 6px;
  font-size: 22px;
  display: inline-block;
  width: 22px;
  height: 22px;
  color: #000;
}
.technology_wrap .form li input,
.service_login .lr li input {
  box-sizing: border-box;
  font-size: 14px;
  height: 46px;
  line-height: 46px;
  padding: 0px 20px 0px 46px;
  width: 100%;
}
.technology_wrap .form li textarea {
  box-sizing: border-box;
  font-size: 14px;
  padding: 12px 46px 12px 46px;
  height: 160px;
  width: 100%;
}
.technology_wrap .form .smt,
.service_login .form .smt {
  width: 180px;
  height: 40px;
  text-align: center;
  border-radius: 8px;
  background: #000 url(../images/btm_bgr2.png) 90% 16px no-repeat;
  font-size: 14px;
  display: block;
  margin: 6% auto 0;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 40px;
}
.technology_wrap .form .smt i,.service_login .form .smt i {
  margin-left: 20px;
  font-size: 22px;
  position: absolute;
  right: 8px;
  top: 0px;
  font-weight: bold;
}
/* 客户服务 登陆 */
.service_login {
  padding: 4.166% 0 5.208%;
}
.service_login .wrap {
  position: relative;
  overflow: hidden;
}
.service_login .lf {
  position: relative;
  width: 57.71%;
}
.service_login .lf .txt {
  box-sizing: border-box;
  position: absolute;
  bottom: 10%;
  left: 0;
  padding: 0 4%;
  z-index: 2;
  color: #fff;
}
.service_login .lr {
  box-sizing: border-box;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 42.29%;
  background: #ebebeb;
  padding: 6.9444% 2.777% 0;
}
.service_login .lr .tit {

  text-align: center;
  margin-bottom: 6.557%;
}
.service_login .lr li {
  border: none;
}
/* 客户服务登陆后 */
.logged_wrap {
  padding: 4.166% 0 4.5%;
}
.logged_wrap .wrap {
  overflow: hidden;
}
.logged_wrap .lf {
  float: left;
  width: 26.666%;
}
.logged_wrap .lr {
  float: right;
  width: 70.69%;
}
.screening .user {
  padding: 20px;
  background: #F8B500;
  overflow: hidden;
}
.screening .user .bm {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.screening .user .logout {
  float: right;
  cursor: pointer;
}
.screening .user .logout:hover {
  /*color: #F8B500;*/
}
.screening .conditions {
  padding: 20px 20px 16% 20px;
  background-color: #f5f6f5;
}
.screening .conditions .item {
  border-bottom: 1px solid #dfe3e8;
  padding: 16px 0;
}
.screening .conditions .cond_tit {
  background: url(../images/sanjiao.png) right center no-repeat;
  cursor: pointer;
}
.screening .conditions .cond_tit.on {
  background-image: url(../images/sanjiao2.png);
}
.screening .conditions .cond_list {
  font-size: 16px;
  display: block;
}
.screening .conditions .cond_list ul {
  padding-top: 10%;
}
.screening .conditions .cond_list li {
  padding-left: 24px;
  background: url(../images/check.jpg) left center no-repeat;
  line-height: 1;
  margin-bottom: 10px;
  cursor: pointer;
}
.screening .conditions .cond_list li.active {
  background-image: url(../images/check_on.jpg);
}
.screening .technology_btn {
  position: relative;
  margin-top: 20px;

  background: #F8B500;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;;
}
.screening .technology_btn .icon {
  color: #000;

}
.screening .cond_search {
  position: relative;
  border: 1px solid #000;
  border-radius: 8px;
  margin-bottom: 6%;
}
.screening .cond_search input {
  box-sizing: border-box;
  height: 46px;
  padding: 8px 60px 8px 20px;
  width: 100%;
}
.screening .cond_search .btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 60px;
  height: 100%;
  font-size: 28px;
}
.conditions_result .tit {
  border-bottom: 1px solid #dfe3e8;
  padding: 0 1.9% 1.9%;
}
.conditions_result .tit span{
	position: relative;
	display: inline-block;
	font-size: 16px;
	 background: #F8B500;
	 margin-right: 10px;
	 margin-bottom: 10px;
	 padding: 5px 20px 5px 5px;
}
.conditions_result .tit span i{
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
	font-size: 8px;
}
.conditions_result ul {
  padding-bottom: 40px;
}
.conditions_result li {
  padding: 3.5% 1.9% 3.5% 8.25%;
  border-bottom: 1px solid #dfe3e8;
  overflow: hidden;
  position: relative;
}
.conditions_result li .info {
  float: left;
  width: 77%;
  border-left: 1px solid #808080;
  padding-left: 10px;box-sizing: border-box;;
}
.conditions_result li .title {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
}
.conditions_result li .i_b {
  font-size: 14px;
  line-height: 1;
  padding: 15px 0 5px;
  color: #6e6e6e;
}
.conditions_result li .i_b .date {
  padding-left: 3px;
  padding-right: 40px;
  margin-left: 9px;
}
.conditions_result li i.info-icon {
  color: #a8a8a8;
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -23px;
  font-size: 35px;
}
.conditions_result li i.logged{
  color: #3c4269;
}
.conditions_result .operation {
  float: right;
  width: 23%;
  margin-top: 34px;
}
.conditions_result .operation a {
  font-size: 14px;
  display: block;
  float: left;
  cursor: pointer;
  padding-right: 20px;
  border-right: 1px solid #808080;
  box-sizing: border-box;
  line-height: 24px;
  margin-top: 0!important;

}
.conditions_result .operation a:last-child{border-right: 0;padding-left: 20px;padding-right: 0;}
.conditions_result .operation a i {
  margin-right: 12px;
  vertical-align: middle;
  font-size: 14px;
}
.conditions_result .operation a.view i {
  color: #F8B500;;
}
.conditions_result .operation a.down {
  margin-top: 3px;
}
.conditions_result .operation a.down i {
  color: #F8B500;
  font-size: 18px;
}
.technology_pop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 111111;
  display: none;
}

.pop_blank{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, 0.8);z-index: 1;cursor: pointer;}
.technology_pop.show {
  display: block;
}
.technology_pop .technology_wrap {
  background: none;
}
.technology_pop .content {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 833px;
  max-width: 90%;
  box-sizing: border-box;
  padding: 2% 10%;
  height: 80%;
  z-index: 2;
}
.technology_pop .content .close {
  position: absolute;
  right: 19px;
  top: 19px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: url(../images/pop_close.png) 0 0 no-repeat;
  z-index: 10;
}
.technology_pop .form .tit {
  text-align: center;
  margin-bottom: 4%;
}
@media only screen and (min-width: 1025px) {
  .training_list .detail .close:hover{color: #bababa!important;}
  .conditions_result .operation a:hover{color: #000!important;}
  .conditions_result .operation a:hover span{text-decoration: underline;font-weight: bold;color: #000!important;}
  .training_list .detail a:hover{color: #000!important;}
  .training_list .detail a:hover span{text-decoration: underline;font-weight: bold;}
  .training_list .detail a.close:hover span,.training_list .detail a.wait:hover span{text-decoration: inherit;font-weight: inherit;}
  .training_list .detail a.wait:hover{color: #bababa!important;}

}
@media only screen and (max-width: 1366px) {
  .teacher_wrap .info {
    width: 70%;
  }
}
@media only screen and (max-width: 1200px) {
  .training_list .info{width: 55%;}
}
@media only screen and (max-width: 1024px) {
  .site_banner {
    height: 180px;
  }
  .site_banner img {
    display: none;
  }
  /* 咨询服务 */
  /* 专业服务 详情页面 */
  .teacher_wrap .photo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .teacher_wrap .info {
    width: 100%;
    float: none;
    margin-top: 2%;
    padding-left: 0;
  }
  .service_login .lf {
    width: 100%;
  }
  .service_login .lr {
    position: relative;
    width: 100%;
    padding-bottom: 6%;
  }
  .print_wrap .sec1 .img {
    float: none;
    width: 100%;
  }
  .print_wrap .sec1 .txt {
    float: none;
    position: relative;
    width: 100%;
    padding-bottom: 5%;
  }
  .content_list li dt {
    bottom: 10px;
  }
  .technology_wrap .lf,
  .technology_wrap .lr {
    width: 100%;
    float: none;
  }
  .technology_wrap .lr {
    padding-bottom: 5%;
    position: static;
  }
  .training_list .label {
    margin-top: 0;
    top: 20px;
  }
  .training_list .info {
    margin-bottom: 2%;
    width: 100%;
  }
  .training_list .detail{float: left;}
  .logged_wrap .lf,
  .logged_wrap .lr {
    float: none;
    margin: 0 0 3%;
    width: 100%;
  }
  .technology_pop .content {
    width: 100%;
  }
  .content_list li dt .content_dtT{display: none;}
  .print_wrap .sec2 li{width: 100%;}
  .content_list li dt .content_dtB{transform: none;height: auto;}
  .training_wrap .select .lf .select-wrap{width: 200px;}

}
@media only screen and (max-width: 767px) {
  .site_banner {
    height: 100px;
  }
    .conditions_result ul{padding-bottom: 10px;}
	.conditions_result li .info{
		width: 100%;
        border-left: 0;
	}
	.conditions_result .operation {
        width: 80%;
	    margin-top: 10px;
        float: left;
	}
  /* 咨询服务 */
  .consulting_wrap .list .tit {
    float: none;
    text-align: center;
  }
  .consulting_wrap .list .content {
    float: none;
    width: 100%;
    margin-top: 2%;
    /*height: auto;*/
  }
  .consulting_wrap .list li .box{padding: 30px 20px;}
  .training_wrap .tabar {
    height: 60px;
  }
  .training_wrap .tabar a {
    box-sizing: border-box;
    width: 30%;
    line-height: 60px;
  }
  .training_wrap .select .lf,
  .training_wrap .select .lr {
    float: none;
    width: 100%;
    margin: 1% 0;
  }
  .training_wrap .select .lf .group_item {
    box-sizing: border-box;
    padding-left: 0;
    width: 50%;
  }
  .training_wrap .select .lf .group_item:last-child {
    padding-right: 0;
  }
  .training_wrap .select .lf .select-wrap{width: 100%;margin-bottom: 20px;}
  /* 客户服务 */
  .conditions_result .operation a {
    font-size: 14px;
  }
  .conditions_result li i.info-icon {
    font-size: 24px;
    top: 13%;
    margin-top: 0;
  }
  .screening .conditions {
    padding-bottom: 8%;
  }
  .training_list .date {
    margin-left: -5px;
    font-size: 12px;
    margin-top: 5px;
  }
  .training_list .date span {
    padding: 0 5px;
  }
  .training_list .info {
    width: 65%;
  }
  .training_list .detail a {
    font-size: 14px;
  }
  .training_list .detail .status {
    margin-top: 17px;
  }
  .technology_wrap .lr {
    padding: 30px 20px;
  }
  .technology_pop .content .close{right: 0;top: 0;}
  .technology_pop .content{height: auto;}

  .training_list .label{position: static;margin-top: 10px;}
}
@media only screen and (max-width: 414px) {
  .conditions_result li .i_b {
    font-size: 12px;
  }
  .conditions_result li .i_b .date {
    padding-right: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .conditions_result li .info {

  }
}
.video_appbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
}
.video_appbox.show {
  visibility: visible;
  opacity: 1;
}
.video_appbox video {
  object-fit: cover;
  width: 100%;
}
.video_appbox .video_t {
  z-index: 2;
  background: #000;
  width: 1035px;
  max-width: 94%;
  height: 60%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 60%;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}
.video_appbox.show .video_t {
  visibility: visible;
  opacity: 1;
  top: 50%;
}
.video_appbox .mask {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.lt9 .video_appbox .mask {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr="#88000000", EndColorStr="#88000000");
}
.vide0_close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 99999;
}
.vide0_close i {
  color: #fff;
  font-size: 20px;
  font-weight: bold;


}


/*add*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}


.downModal,.trainModal{position: fixed;left: 0;top: 0;width: 100%;height: 100%;display: none;z-index: 1000;}
.downModal_con{width: 40%;background: #fff;border-radius: 5px;margin: 10% auto 0;padding: 40px 60px;box-sizing: border-box;position: relative;z-index: 2;}
.downModal_tit{text-align: center;margin-bottom: 30px;}
.form_group{margin-bottom: 15px;position: relative;}
.form_group input{width: 100%;border: 1px solid #a8a8a8;height: 48px;line-height: 48px;box-sizing: border-box;display: block;text-indent: 20px;}
.code_time{position: absolute;right: 20px;top: 0;text-align: center;height: 48px;padding-bottom: 0!important;background: none!important;}
.code_time input{width: 100% !important;border: none;text-indent: 0;background: none;color: #F8B500;}
.code_text{background: #d8d9d3;background: none!important;}
.code_text.on{height: 100%;line-height: 48px;color: #F8B500;}
.from_btn .btn{border: 0;box-shadow: inherit;display: block;width: 100%;height: 40px;line-height: 40px;text-align: center;background: #F8B500;color: #000;
  transition: all .3s;border-radius: 5px;font-weight: bold;}
.from_btn .btn:hover{opacity: .8;}
.form_group img{
	position: absolute;
	    right: 1px;
	    top: 1px;
	    height: 95%;
	    width: 127px;
}
.sucDown_p{text-align: center;line-height: 100px;}
.down_close{position: absolute;top: -50px;right: -50px;color: #fff;font-size: 20px;cursor: pointer;}
.step_02,.step_03{display: none;}
.mod_blank{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);cursor: pointer;}
.trainModal .downModal_con{width: 60%;}
.down_item{margin-left: -10px;margin-right: -10px;overflow: hidden;}
.down_item .form_group{float: left;width: 50%;padding: 10px;box-sizing: border-box;}
.train_btn{text-align: center;margin-top: 20px;}
.train_btn .btn{width: 20%;display: inline-block;margin: 0 10px;}
.train_btn .btn.close_btn{background: #757578;color: #fff;}
.trainModal .sucDown_p{line-height: inherit;padding: 40px 0;}
@media only screen and (max-width: 1024px) {
  .downModal_con{width: 80%;margin: 35% auto 0;}
}
@media only screen and (max-width: 767px) {
  .downModal_con{padding: 30px 20px;width: 94%;}
  .down_close{right: 0;}
  .trainModal .downModal_con{padding: 30px 20px;width: 94%;}
  .train_btn .btn{width: 30%;margin: 0 5px;}
  .down_item .form_group{width: 100%;}
  .training_list{margin-top: 30px;}
  .training_list li {
    border-bottom: 1px solid #dfe3e8;
    padding: 2.77% 10px 2.77% 8px;
    overflow: hidden;
    position: relative;
  }
  .training_list .info {
      width: 100%;
      margin-top: 10px;
      padding-left: 0;
      border-left: 0;

  }
  .training_list .detail {
      float: left;
      text-align: right;
      margin-top: 10px;
  }
  .training_list .detail .status {
      margin-top: 0px;
  }
  .downModal_tit{font-size: 20px;}
}


.training_wrap .wrap,.news_body .wrap{
  width: 1300px;
  max-width: 80%;
  margin: auto;
}
.time_wrap{overflow: hidden;}
.time_L{float: left;width: 28%;margin-right: 4%;}
.time_R{float: left;width: 68%;}

.ico1Le,.ico2Le{float: left;width: 90px;height: 80px;}
.ico1Re,.ico2Re{width: calc(100% - 100px);float: right;height: 80px;position: relative;padding-top: 10px;box-sizing: border-box;}
.ico1Re p{margin-bottom: 8px;}
.ico2Re .icon{margin-bottom: 8px;}
.logout,.click_contact{position: absolute;right: 0;top: 10px;cursor: pointer;}

@media only screen and (max-width: 767px) {
  .training_wrap .wrap, .news_body .wrap{max-width: 90%;}
}
