@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #a80b02 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.slider_item {
  width: 500px;
  height: 296px;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.slider_item .switch-tips {
  position: absolute;
  bottom: 14px;
  right: 20px;
  z-index: 1;
}
.slider_item .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  margin-left: 10px;
}
.slider_item .switch-tips .on {
  background-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.switch-tips ol li:hover {
  background-color: #FFFFFF;
  opacity: 1;
  filter: alpha(opacity=100);
}
.switch-tips .last-switch-tips {
  margin-right: 0;
}
.slider_item .img-group ul li {
  float: left;
  position: relative;
  width: 500px;
  height: 296px;
}
.img-group img {
  width: 500px;
  height: 296px;
}
.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}
.text-list ul {
  padding-top: 15px;
}
.text-list ul li {
  margin-top: 15px;
  line-height: 30px;
  overflow: hidden;
}
.text-list ul li:hover span {
  color: #a80b02;
}
.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #372a2a;
  width: 86%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a i {
  display: inline-block;
  border-radius: 50%;
  vertical-align: 2px;
  margin-right: 8px;
}
.text-list ul li span {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  float: right;
}
.fill .head {
  padding: 60px 0 22px;
  overflow: hidden;
}
.fill .head .head-title {
  float: left;
  font-size: 22px;
  font-weight: 500;
  line-height: 30px;
  color: #a80b02;
}
.fill .head a {
  float: right;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 33px;
}
.page-fill .head {
  position: relative;
}
.page-fill .head .head-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 33px;
  color: #a80b02;
  margin-left: 20px;
}
.page-fill .head:after {
  content: "";
  width: 4px;
  height: 17px;
  background-color: #a80b02;
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
}
#showdiv {
  display: none;
}
.cover {
  background: #000;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  display: none;
  z-index: 101;
}
.popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -361px;
  margin-top: -146px;
  width: 722px;
  height: 293px;
  z-index: 99999999;
}
.popup_decorate_wrap .popup_list {
  width: 722px;
  margin: 0 auto;
  height: 293px;
  position: relative;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 2px 2px 8px 2px rgba(185, 185, 185, 0.34);
}
.popup_decorate_wrap .popup_list .close {
  height: 44px;
  width: 100%;
  background: #C13536;
  border-radius: 20px 20px 0px 0px;
}
.popup_decorate_wrap .popup_list .closediv {
  display: inline-block;
  float: right;
  margin: 11px 17px 0 0;
  width: 24px;
  height: 24px;
  background: url(/static20200313/sjdspx/images/popup_delete.png) no-repeat;
  background-size: 24px 24px;
  cursor: pointer;
}
.popup_decorate_wrap .popup_list ul li {
  overflow: hidden;
  margin-top: 37px;
  padding: 22px 51px 0 45px;
}
.popup_decorate_wrap .popup_list ul li:hover span {
  color: #C13536;
}
.popup_decorate_wrap .popup_list ul li:hover span i {
  background: #C13536;
}
.popup_decorate_wrap .popup_list ul li span {
  float: left;
  font-size: 30px;
  font-weight: 500;
  color: #898989;
  line-height: 42px;
}
.popup_decorate_wrap .popup_list ul li span i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #898989;
  border-radius: 50%;
  margin-right: 17px;
  vertical-align: 5px;
}
.popup_decorate_wrap .popup_list ul li a {
  float: right;
  width: 122px;
  height: 42px;
  border-radius: 20px;
  border: 1px solid #979797;
  font-size: 18px;
  font-weight: 500;
  color: #898989;
  line-height: 42px;
  text-align: center;
}
.popup_decorate_wrap .popup_list ul li a:hover {
  background: #C13536;
  color: #ffffff!important;
  border: 1px solid #C13536;
}
.container {
  background-color: #fafafa;
}
.headerlog {
  width: 100%;
  height: 536px;
  min-width: 1200px;
  background: url(/static20200313/sjdspx/images/background_index.jpg) no-repeat;
  background-position: top center;
  padding-top: 15px;
}
.head_page {
  width: 100%;
  height: 128px;
  position: relative;
}
.head_page .page-box {
  width: 1136px;
  height: 70px;
  margin: 0 auto;
  box-shadow: 0px 0px 10px 0px #dfece1;
  border-radius: 4px;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -568px;
  background-color: #ffffff;
  border-left: 12px solid #a80b02;
}
.head_page .page-box p {
  overflow: hidden;
}
.head_page .page-box p a {
  margin-left: 66px;
  float: left;
  width: 850px;
  display: block;
  font-size: 20px;
  font-weight: 400;
  color: #372a2a;
  line-height: 70px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.head_page .page-box p .signup-link {
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #a80b02;
  line-height: 26px;
  letter-spacing: 1px;
  width: 80px;
  text-align: center;
  border-radius: 13px;
  border: 1px solid #a80b02;
  margin-right: 58px;
  margin-top: 20px;
}
.head_page .page-box p .signup-link:hover {
  color: #ffffff!important;
  background-color: #a80b02;
}
.container-link ul {
  margin-left: 52px;
}
.container-link ul li {
  width: 217px;
  height: 55px;
  background: #C13536;
  border-radius: 36px;
  float: left;
  margin-left: 46px;
}
.container-link ul li a,
.container-link ul li span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
}
.container-link ul li a:hover,
.container-link ul li span:hover {
  color: #EFB213!important;
}
.container-link ul li a img,
.container-link ul li span img {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: -10px;
  margin-right: 3px;
}
.cont-banner {
  overflow: hidden;
}
.cont-banner a {
  display: block;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.cont-banner a:hover {
  transform: scale(1.04);
}
.cont-banner img {
  width: 100%;
  height: auto;
}
.train-wrapper {
  padding: 0 3px;
}
.train-box {
  padding-bottom: 40px;
}
.train-box .curriculum-head {
  margin-left: 35px;
}
.train-box .curriculum-head ul {
  text-align: center;
}
.train-box .curriculum-head ul li {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  color: #898989;
  line-height: 33px;
  padding-bottom: 6px;
  margin: 0 20px;
  cursor: pointer;
}
.train-box .curriculum-head ul li i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 8px;
}
.train-box .curriculum-head ul .on {
  color: #a80b02;
  border-bottom: 1px solid #BC2224;
}
.train-box .curriculum-head ul .on i {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #BC2224;
  border-radius: 50%;
}
.train-box .train-more {
  display: block;
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 17px;
  padding: 22px 42px 22px 0;
}
.train-box .curriculum-list {
  margin-top: 26px;
}
.train-box .curriculum-list ul {
  width: 1240px;
}
.train-box .curriculum-list ul li {
  position: relative;
  width: 284px;
  height: 180px;
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
}
.train-box .curriculum-list ul li:hover {
  transform: scale(1.04);
}
.train-box .curriculum-list ul li .itme-image {
  width: 284px;
  height: 180px;
}
.train-box .curriculum-list ul li .itme-image img {
  width: 100%;
  height: 100%;
  display: block;
}
.train-box .curriculum-list ul li .word-datais {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(9, 9, 9, 0.5);
}
.train-box .curriculum-list ul li .word-datais .word-title {
  text-align: center;
  padding: 0 5px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.container-info {
  overflow: hidden;
}
.info-box {
  width: 1235px;
  border-top: 1px solid #C22102;
}
.info-box .info-wrap .head p {
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #A80B02;
  line-height: 30px;
}
.info-box .info-wrap .head a {
  float: right;
  padding-right: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 30px;
}
.info-box .info-wrap .text-list ul {
  width: 1235px;
}
.info-box .info-wrap .text-list ul li {
  float: left;
  width: 584px;
  margin-right: 32px;
}
.recommend {
  padding-bottom: 50px;
}
.thethitme-box {
  width: 100%;
  height: 29px;
  background: #BC2224;
}
.thethitme {
  width: 1200px;
  height: 407px;
  margin: 70px auto 0;
}
.thethitme .thethitme_list {
  width: 1200px;
  height: 407px;
}
.thethitme .thethitme_list ul li {
  float: left;
  width: 80px;
  height: 407px;
  position: relative;
  overflow: hidden;
  margin-right: 1px;
}
.thethitme .thethitme_list ul li:last-child {
  margin-right: 0;
}
.thethitme .thethitme_list ul li.current {
  width: 955px;
}
.thethitme .thethitme_list ul li h3 {
  width: 80px;
  height: 407px;
  background: #E2E2E2;
  font-size: 20px;
  font-weight: 400;
  color: #777777;
  line-height: 22px;
  padding: 52px 29px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.thethitme .thethitme_list ul li h3:hover {
  color: #a80b02;
}
.thethitme .thethitme_list ul li h3:hover i {
  background: url(/static20200313/sjdspx/images/left_icon.png) no-repeat;
}
.thethitme .thethitme_list ul li h3 i {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/static20200313/sjdspx/images/lefthover_icon.png) no-repeat;
  margin-top: 9px;
}
.thethitme_show {
  position: absolute;
  left: 81px;
  top: 0;
  width: 875px;
  height: 407px;
}
.thethitme_show a {
  display: block;
}
.thethitme_show img {
  width: 875px;
  height: 407px;
}
.statistics .statistics_tabs {
  margin: 0 auto;
  width: 710px;
}
.statistics .tabs_ul {
  width: 1300px;
}
.statistics .tabs_ul .tabs_li {
  position: relative;
  margin-right: 30px;
  float: left;
  font-size: 18px;
  font-weight: 400;
  color: #898989;
  line-height: 24px;
  padding-bottom: 5px;
  cursor: pointer;
}
.statistics .tabs_ul .tabs_li_active {
  color: #BC2224;
  font-weight: bold;
}
.statistics .tabs_ul .tabs_li_active:before {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #C33B3C;
}
.statistics .statistics_list_wrap {
  padding-top: 60px;
  width: 1080px;
  margin: 0 auto;
}
.statistics .statistics_list_wrap .list {
  width: 100%;
  display: none;
}
@media screen and (max-width: 980px) {
  .head_page .page-box {
    margin-left: -462px;
  }
}

.train-box .curriculum-list ul li{
												
  margin-bottom: 0;
}
.train-box .curriculum-list ul li{
  margin-right: 33px;
  height: 255px;
  transition:none;
}
.train-box .curriculum-list ul li:hover .itme-page .curr-title{
  color: #a80b02;
}
.train-box .curriculum-list ul li:hover .itme-page .curr-name{
  color: #a80b02;
}
.train-box .curriculum-list ul li:hover{
  transform: none;
}
.train-box .curriculum-list ul li .itme-page{
  margin-top: 14px;
}

.train-box .curriculum-list ul li .itme-page .curr-title{
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.train-box .curriculum-list ul li .itme-page .curr-name{
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
    overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.train-box .curriculum-list .itme-box .slideBox .slideBox-itme {
  margin-left: 140px;
}
.train-box .curriculum-list .itme-box  .itme-box-study{
  margin-left: 140px;
}

.train-box .curriculum-list .itme-box .slideBox {
  /*height: 210px;*/
  position: relative;
  overflow: hidden;
  
}

.train-box .curriculum-list .itme-box .slideBox .sPrev {
  width: 40px;
  height: 180px;
  position: absolute;
  left: 50px;
  top: 0;
}

.train-box .curriculum-list .itme-box .slideBox .sPrev i {
  font-style: normal;
  display: block;
  width: 40px;
  height: 40px;
  background: url(/static20200313/sjdspx/images/shouqi_lf.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 70px;
}

.train-box .curriculum-list .itme-box .slideBox .sNext {
  width: 40px;
  height: 180px;
  position: absolute;
  right: 50px;
  top: 0;
}

.train-box .curriculum-list .itme-box .slideBox .sNext i {
  display: block;
  font-style: normal;
  width: 40px;
  height: 40px;
  background: url(/static20200313/sjdspx/images/shouqi_rg.png) no-repeat;
  background-size: 40px 40px;
  margin-top: 70px;
}