@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.text-list {
  width: 100%;
  overflow: hidden;
}
.text-list ul {
  padding-top: 10px;
}
.text-list ul li {
  line-height: 22px;
  overflow: hidden;
  margin-top: 18px;
}
.text-list ul li:hover span {
  color: #003FC4;
}
.text-list ul li:hover a {
  color: #003FC4;
}
.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  width: 85%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 22px;
  margin: 0 10px 0 3px;
}
.text-list ul li span {
  font-size: 17px;
  font-weight: 400;
  color: #999999;
  float: right;
}
.fill .head {
  position: relative;
}
.fill .head .head-title {
  float: left;
  font-size: 22px;
  font-weight: 500;
  color: #003FC4;
  line-height: 30px;
  letter-spacing: 1px;
  margin-top: -10px;
}
.fill .head .head-title i {
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #bc2224;
  vertical-align: -2px;
  margin-left: 4px;
}
.fill .head a {
  float: right;
  font-size: 14px;
  padding-top: 14px;
  color: #003FC4;
}
.slider_item {
  width: 602px;
  height: 347px;
  float: right;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.slider_item .olcon {
  width: 601px;
  height: 33px;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.slider_item .switch-tips {
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 3;
}
.slider_item .switch-tips li {
  cursor: pointer;
  text-indent: -9999px;
  float: left;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 9px;
}
.slider_item .switch-tips .on {
  background-color: #0834D5;
}
.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: 574px;
  height: 293px;
}
.img-group img {
  width: 602px;
  height: 347px;
}
.main {
  position: relative;
  margin-top: 64px;
}
.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 #bc2224;
}
.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: #333333;
  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: #bc2224;
  line-height: 26px;
  letter-spacing: 1px;
  width: 80px;
  text-align: center;
  border-radius: 13px;
  border: 1px solid #bc2224;
  margin-right: 58px;
  margin-top: 20px;
}
.head_page .page-box p .signup-link:hover {
  color: #ffffff !important;
  background-color: #bc2224;
}
.container {
  padding-bottom: 60px;
}
.container-list {
  padding-bottom: 35px;
}
.banner-right {
  width: 598px;
  height: 347px;
  background: #005CCB;
  box-shadow: 2px 2px 8px 0px #C0C0C0;
  float: left;
  padding: 0 40px;
}
.banner-right .top {
  margin-top: 34px;
  height: 40px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}
.banner-right .top .left {
  height: 42px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 40px;
  border-bottom: 2px solid #fff;
  position: relative;
}
.banner-right .top .left::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 4px;
  background: #FFFFFF;
  left: 0;
  bottom: -2px;
}
.banner-right .top .more {
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding: 0 9px ;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.banner-right .center {
  height: 56px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}
.banner-right .center .data {
  width: 56px;
  height: 56px;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-right .center .data .day {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
}
.banner-right .center .data .month {
  font-size: 12px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 17px;
}
.banner-right .center .content_c {
  display: flex;
  width: 440px;
  height: 60px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 30px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.banner-right .three {
  height: 66px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 22px;
  margin-top: 34px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.couser_souser {
  width: 1200px;
  margin: 0 auto;
  margin-top: 17px;
  margin-bottom: 35px;
}
.couser_souser .left {
  height: 42px;
  font-size: 28px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0834D5;
  line-height: 40px;
  border-bottom: 2px solid #0834D5;
  position: relative;
}
.couser_souser .left::before {
  position: absolute;
  content: "";
  width: 54px;
  height: 4px;
  background: #0834D5;
  left: 0;
  bottom: -2px;
}
.couser_sub {
  width: 1200px;
  height: 311px;
  margin: 0 auto;
  margin-bottom: 65px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.couser_sub .left_1 {
  width: 253px;
  height: 311px;
  background: url(../images/lefta.png) no-repeat;
  display: flex;
}
.couser_sub .left_1 .more {
  margin-top: 127px;
  margin-left: 25px;
  height: 24px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding: 4px 9px ;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.couser_sub .left_b {
  width: 253px;
  height: 311px;
  background: url(../images/leftb.png) no-repeat;
  display: flex;
}
.couser_sub .left_b .more {
  margin-top: 127px;
  margin-left: 25px;
  height: 24px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding: 4px 9px ;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.couser_sub .left_c {
  width: 253px;
  height: 311px;
  background: url(../images/leftc.png) no-repeat;
  display: flex;
}
.couser_sub .left_c .more {
  margin-top: 127px;
  margin-left: 25px;
  height: 24px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  padding: 4px 9px ;
  border-radius: 12px;
  border: 1px solid #FFFFFF;
  cursor: pointer;
}
.couser_sub .sub:hover .sub_title_c {
  width: 254px;
  max-height: 48px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0834D5 !important;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.couser_sub .sub {
  width: 301px;
  height: 310px;
}
.couser_sub .sub .sub_img {
  width: 301px;
  height: 195px;
  background: #D8D8D8;
}
.couser_sub .sub .sub_img img {
  width: 100%;
  height: 100%;
}
.couser_sub .sub .sub_title {
  width: 301px;
  height: 115px;
  background: #FBFBFB;
  padding: 17px;
}
.couser_sub .sub .sub_title .sub_title_c {
  width: 254px;
  max-height: 48px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.couser_sub .sub .sub_title .sub_edit {
  height: 25px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 15px;
}
.couser_sub_end {
  margin-bottom: 86px !important;
}
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.txt-cut-three {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  word-break: break-all;
}
.banner-right .fill .head {
  padding-bottom: 12px;
  border-bottom: 1px solid #003FC4;
}
.container-list .head {
  margin-bottom: 20px;
}
.container-list .head .TrainingCourse {
  text-align: center;
}
.container-list .head img {
  margin: 0 auto;
  height: 40px;
}
.curriculum-itme {
  margin-bottom: 178px;
  padding: 30px 0 58px 0;
  border-top: 1px solid #003FC4;
  border-bottom: 1px solid #003FC4;
}
.curriculum-itme .curriculum-category {
  width: 209px;
  height: 297px;
  float: left;
  margin-right: 14px;
}
.curriculum-itme .curriculum-category img {
  width: 100%;
  height: 100%;
}
.curriculum-itme .curriculum-list {
  float: left;
  width: 1200px;
  margin-top: -2px;
}
.curriculum-itme .curriculum-list ul {
  width: 1220px;
}
.curriculum-itme .curriculum-list .culum-fill {
  overflow: hidden;
  padding-bottom: 2px;
  margin-bottom: 13px;
}
.curriculum-itme .curriculum-list .culum-fill p {
  float: left;
  font-size: 18px;
  font-weight: 500;
  color: #2A77E7;
  line-height: 25px;
  letter-spacing: 1px;
}
.curriculum-itme .curriculum-list .culum-fill a {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}
.curriculum-itme .curriculum-list .culum-fill ul {
  width: auto;
  float: left;
}
.curriculum-itme .curriculum-list .culum-fill ul li {
  width: auto;
  float: left;
  font-size: 18px;
  color: #003FC4;
  line-height: 24px;
  height: 30px;
  letter-spacing: 1px;
  margin-right: 18px;
  cursor: pointer;
  padding: 3px 10px;
  background: #ECECEC;
  border-radius: 13px;
  box-shadow: none;
}
.curriculum-itme .curriculum-list .culum-fill ul li:hover {
  transform: none;
}
.curriculum-itme .curriculum-list .culum-fill ul .on {
  color: #fff;
  background-color: #003FC4;
}
.curriculum-itme .curriculum-list .culum-fill .culummore {
  float: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
}
.curriculum-itme .curriculum-list .culum-fill .culummore:hover {
  color: #7D6AF6 !important;
}
.container-list .curriculum-itme:nth-child(4) .curriculum-list .culum-fill p {
  color: #F4D354;
}
.container-list .curriculum-itme:nth-child(4) .curriculum-list .culum-fill a:hover {
  color: #F4D354 !important;
}
.container-list .curriculum-itme:nth-child(5) .curriculum-list .culum-fill p {
  color: #F6766A;
}
.container-list .curriculum-itme:nth-child(5) .curriculum-list .culum-fill a:hover {
  color: #F6766A !important;
}
.container-list .curriculum-itme:nth-child(6) .curriculum-list .culum-fill p {
  color: #27D28C;
}
.container-list .curriculum-itme:nth-child(6) .curriculum-list .culum-fill a:hover {
  color: #27D28C !important;
}
.curriculum-list .culum-zzkc li a:hover .title-page,
.curriculum-list .culum-zzkc li a:hover .title-name {
  color: #7D6AF6;
}
.curriculum-list .culum-qtkc li a:hover .title-page,
.curriculum-list .culum-qtkc li a:hover .title-name {
  color: #F4D354;
}
.curriculum-list .culum-ymkc li a:hover .title-page,
.curriculum-list .culum-ymkc li a:hover .title-name {
  color: #F6766A;
}
.curriculum-list .culum-slkc li a:hover .title-page,
.curriculum-list .culum-slkc li a:hover .title-name {
  color: #27D28C;
}
.footer {
  margin-top: -25px;
}
@media screen and (max-width: 980px) {
  .head_page .page-box {
    margin-left: -462px;
  }
}
.couser_list {
  width: 1200px;
  margin: 0 auto;
}
.couser_list .head {
  margin-bottom: 20px;
  text-align: center;
}
.couser_list .head img {
  margin: 0 auto;
  height: 40px;
}
.couser_list .couser_con {
  margin-bottom: 178px;
  height: auto;
  padding: 30px 0 58px 0;
  border-top: 1px solid #003FC4;
  border-bottom: 1px solid #003FC4;
}
.couser_list .couser_con .con {
  height: auto;
  display: inline-block;
}
.couser_list .couser_con .con .curriculum-list {
  width: 1200px;
  margin-top: -2px;
  height: auto;
  display: none;
  clear: both;
}
.couser_list .couser_con .con .curriculum-list ul {
  margin: 0px;
  padding: 0px;
  width: 1220px;
}
.couser_list .couser_con .con .curriculum-list ul li {
  list-style: none;
  width: 286px;
  height: 238px;
  float: left;
  margin-right: 18px;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.54);
  border-radius: 4px 4px 2px 2px;
  margin-top: 30px;
}
.couser_list .couser_con .con .curriculum-list ul li a {
  display: block;
  text-decoration: none;
}
.couser_list .couser_con .con .curriculum-list ul li .curriculum-images {
  width: 286px;
  height: 145px;
  border-radius: 4px 4px 0px 0px;
}
.couser_list .couser_con .con .curriculum-list ul li .curriculum-images img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px 4px 0px 0px;
}
.couser_list .couser_con .con .curriculum-list ul li .curriculum-title {
  padding: 16px 22px 0 15px;
}
.couser_list .couser_con .con .curriculum-list ul li .curriculum-title .title-page {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.couser_list .couser_con .con .curriculum-list ul li .curriculum-title .title-name {
  margin-top: 17px;
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 20px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.history {
  margin-top: 30px;
}
.history .history_left {
  width: 498px;
  height: 254px;
  float: left;
}
.history .history_right {
  width: 600px;
  float: left;
  margin-left: 42px;
}
.history .history_right h4 {
  height: 24px;
  font-size: 18px;
  font-weight: bold;
  color: #003FC4;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  margin-top: 26px;
}
.history .history_right p {
  font-size: 18px;
  color: #333333;
  line-height: 41px;
  letter-spacing: 1px;
}
.map_div {
  width: 1200px;
  height: 40px;
  overflow: hidden;
  margin: 0 auto;
}
.map_div ul {
  padding: 0;
  margin: 0;
}
#dh_li {
  width: 1100px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  float: left;
  list-style: none;
}
#dh_li ul {
  padding: 0;
  margin: 0 ;
}
#dh_li li {
  list-style: none;
  min-width: auto;
  float: left;
  font-size: 18px;
  color: #003FC4;
  line-height: 24px;
  letter-spacing: 1px;
  margin-right: 18px;
  cursor: pointer;
  padding: 3px 10px;
  background: #ECECEC;
  border-radius: 13px;
  box-shadow: none;
}
.dh_li {
  width: 50px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-top: 3px;
  background-color: #fff;
  list-style: none;
  float: left;
}
#dh_li .on {
  color: #fff;
  background-color: #003FC4;
}
.login {
  background: #FFFFFF;
  border-radius: 31px;
  width: 97px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0936D8;
  line-height: 33px;
  padding: 14px 70px;
  cursor: pointer;
}
.loginposition {
  padding-left: 50%;
  padding-top: 303px;
  display: block;
  margin-left: -118px;
}
