:root {
  --system-link: #0099f2;
  --system-color: #1890ff;
  --system-font: #141414;
  --system-bg: #f5f7f8;
  --system-bgtitle: #EAEFF1;
}
body {
  min-width: 1440px;
}
.c1 {
  color: #0099f2;
}
a:hover {
  color: #0099f2;
}
.but:hover {
  color: #fff !important;
}
.header.on {
  background: #fff;
}
header {
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.08), 0 1px 4px 0 rgba(0, 0, 0, 0.04);
  position: fixed;
  width: 100%;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
}
header .small_header {
  padding: 0px calc(50% - 840px);
  background-color: #141414;
  line-height: 28px;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
header .small_header span {
  padding: 0 10px;
}
header .small_header span a {
  color: #fff;
}
header .navbar {
  padding: 0px calc(50% - 840px);
}
header .navbar .navbar-collapse .navbar-brand {
  padding: 8px 0;
}
header .navbar .navbar-collapse .navbar-brand img {
  height: 44px;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  line-height: 57px;
  font-size: 18px;
  color: var(--system-font);
  padding: 0 20px !important;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--system-color) !important;
}
header .navbar .navbar-collapse .navbar-nav .active {
  border-bottom: solid 3px #0099f2;
  color: #0099f2 !important;
  font-weight: bold;
}
header .navbar .dropdown .dropdown-menu {
  width: 100%;
  min-width: initial;
  text-align: center;
  top: 54px;
}
header .navbar .dropdown:hover .dropdown-menu {
  display: block;
}
header .navbar .dropdown-menu {
  background: rgba(43, 146, 220, 0.8);
  border: 0;
  border-radius: 0;
}
header .navbar .dropdown-menu .dropdown-item:hover {
  background: rgba(43, 146, 220, 0.8);
}
header .navbar .dropdown-menu .dropdown-item {
  color: #fff;
}
main {
  position: relative;
  padding-top: 88px;
  min-height: calc(100vh - 189px);
}
.zz {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  z-index: 998;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}
footer {
  background-color: #141414;
  color: #fff;
  padding: 20px calc(50% - 840px);
}
footer a {
  color: #fff;
}
footer .footermain .footbg {
  background-color: #373737;
  width: 1px;
  height: 50px;
}
footer .footermain .footernav {
  flex: 1;
}
footer .footermain .footernav .item .name {
  font-size: 18px;
  font-weight: bold;
}
footer .footermain .footernav .item .box {
  line-height: 30px;
  display: flex;
}
footer .footermain .footernav .item .box div {
  padding-right: 10px;
}
footer .footermain .footbox {
  border-bottom: solid 0.5px #373737;
}
footer .footermain .footer-logo {
  height: 44px;
  margin-bottom: 20px;
  margin-top: 5px;
}
footer .footermain .footer-code {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footermain .footer-code .code {
  width: 200px;
  text-align: center;
}
footer .footermain .footer-code .code img {
  width: 80px;
}
footer .footermain .footer-code .code .name {
  line-height: 30px;
  font-size: 12px;
}
.onceSign {
  position: fixed;
  right: 0px;
  background-color: #ffd800;
  height: 200px;
  top: 40%;
  display: flex;
  align-items: center;
  /* 垂直居中 */
  justify-content: center;
  /* 水平居中 */
  font-size: 20px;
  color: #fff;
  writing-mode: vertical-lr;
  /* 垂直排列文本，从右到左 */
  text-orientation: upright;
  /* 使文本竖直但不倾斜 */
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.section {
  padding: 50px 0 0 0;
}
.section .section_tit {
  position: relative;
  text-align: center;
  font-size: 36px;
  padding-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .section_tit .title .hr {
  height: 2.5px;
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #3370ff;
}
.section .section_big_tit .hr {
  width: 700px;
  margin-left: -350px;
}
.section .section_big_tit .title {
  width: 500px;
  margin-left: -250px;
}
.section .tabnav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .tabnav .item {
  padding: 10px 20px;
  cursor: pointer;
  font-size: 16px;
}
.section .tabnav .act {
  position: relative;
  font-weight: bold;
  color: #0099f2;
}
.section .tabnav .act::before {
  position: absolute;
  content: ' ';
  height: 2px;
  width: 100%;
  bottom: -1px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #3370ff;
}
.section .tabMenu {
  box-sizing: border-box;
}
.section .tabMenu .item {
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
  box-sizing: border-box;
  border-left: solid 2px #f2f2f2;
}
.section .tabMenu .act {
  position: relative;
  font-weight: bold;
  color: #0099f2;
  border-left: solid 2px #0099f2;
}
/*首页*/

.container_home .carousel .carousel-inner .carousel-item {
  max-height: 650px;
  overflow: hidden;
}
.container_home .home_content_box .home_content_pic {
  width: 100%;
  height: 178px;
  background-image: url(../../Content/images/slgen1288_178.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.container_home .home_content_box .home_content_pic .kouhao {
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
}
.container_home .home_content_box .home_content_pic .title::before {
  content: ' ';
  background-color: #fff;
  position: absolute;
  width: 120px;
  height: 2px;
  right: -140px;
  top: 26px;
}
.container_home .home_content_box .home_content_pic .title::after {
  content: ' ';
  background-color: #fff;
  position: absolute;
  width: 120px;
  height: 2px;
  left: -140px;
  top: 26px;
}
.container_home .home_content_box .home_content {
  width: 1030px;
  text-align: center;
  margin: 30px auto;
  line-height: 30px;
  font-size: 16px;
}
.container_home .home_content_box .home_link_but {
  width: 200px;
  display: block;
  margin: 0 auto;
  text-align: center;
}
.container_home .examlist .colitem {
  margin-bottom: 20px;
}
.container_home .examlist .item {
  padding: 20px 0;
  text-align: center;
  background-color: #f9f9f9;
  border-radius: 10px;
}
.container_home .examlist .item .theName {
  font-size: 24px;
  line-height: 28px;
}
.container_home .examlist .item .theText,
.container_home .examlist .item .theSchool {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44);
  margin-top: 14px;
  line-height: 20px;
  text-align: center;
  /*      white-space: pre-wrap;*/

}
.container_home .examlist .item .theText {
  padding: 0 20px;
  line-height: 26px;
  overflow: hidden;
  text-indent: 2ch;
}
.container_home .examlist .item .theText a {
  font-size: 14px;
  color: #0099f2;
}
.container_home .examlist .item .theSchool {
  overflow: hidden;
}
.container_home .examlist .item .theJoin {
  margin-top: 14px;
}
.container_home .examlist .item .theJoin .but {
  padding: 8px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.container_home .newslist1 {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}
.container_home .newslist1 .item {
  width: 50%;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding: 10px 20px 0 20px;
}
.container_home .newslist1 .item .theDate {
  color: #8f8f8f;
}
.container_home .newslist {
  display: flex;
  justify-content: space-between;
}
.container_home .newslist .item {
  width: 32%;
}
.container_home .newslist .item .theBgPic {
  height: 260px;
}
.container_home .newslist .item .theDate {
  color: #8f8f8f;
  font-size: 14px;
  padding: 20px 20px;
}
.container_home .newslist .item .theName {
  font-size: 20px;
  line-height: 28px;
  padding: 0px 20px;
  min-height: 124px;
}
.container_home .joinlist {
  background-color: #fffaad;
  width: 100%;
  height: 650px;
  background: #fffaad url(/content/images/banner_pc.png) no-repeat center;
}
.container_home .joinlist .joinword {
  padding-top: 50px;
}
.container_home .joinlist .joinword .item2 {
  padding-left: 20px;
  font-size: 26px;
}
.container_home .joinlist .joinword .item1 {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
}
.container_home .joinlist .but {
  bottom: 100px;
  position: absolute;
  padding: 12px 0;
  text-align: center;
  left: 50%;
  display: block;
  cursor: pointer;
  width: 200px;
  margin-left: -100px;
}
.container_home .tabcontent {
  padding: 20px 0;
  line-height: 40px;
}
.container_home .liuchenglist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.container_home .liuchenglist .item {
  flex: 1;
  text-align: center;
}
.container_home .liuchenglist .item .icon {
  padding: 30px 50px;
  background-color: #fff;
}
.container_home .liuchenglist .item .icon .iconfont {
  font-size: 60px;
  color: #fff;
  padding: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #3370ff;
}
.container_home .liuchenglist .item .icon img {
  width: 100%;
}
.container_home .liuchenglist .item .title {
  padding: 5px 0;
  background-color: var(--system-link);
  color: #fff;
}
.container_home .liuchenglist .jiantou {
  width: 100px;
  text-align: center;
  padding: 0 10px;
}
.container_home .liuchenglist .jiantou img {
  width: 60px;
}
.container_home .home_line_box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  flex-wrap: wrap;
}
.container_home .home_line_box .item {
  padding: 10px 16px;
}
.container_home .section-develp .develpMain {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
}
.container_home .section-develp .develpMain .item {
  background-size: cover;
  background-repeat: no-repeat;
  height: 340px;
  border-radius: 5px;
}
.container_home .section-develp .develpMain .item .num {
  margin: 35px 0 0 23px;
  color: #fff;
  font-size: 59px;
  font-weight: bold;
  line-height: 100%;
}
.container_home .section-develp .develpMain .item .name {
  margin: 8px 0 0 23px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 100%;
}
.container_home .section-develp .develpMain .fz1 {
  background-image: url('/Content/images/fz1.png');
  background-color: #0099f1;
}
.container_home .section-develp .develpMain .fz2 {
  background-image: url('/Content/images/fz2.png');
  background-color: #06aabd;
}
.container_home .section-develp .develpMain .fz3 {
  background-image: url('/Content/images/fz3.png');
  background-color: #22ac76;
}
.container_home .section-develp .develpMain .fz4 {
  background-image: url('/Content/images/fz4.png');
  background-color: #2fb347;
}
.container_home .section-develp .develpMain .fz5 {
  background-image: url('/Content/images/fz5.png');
  background-color: #3cba18;
}
.container_home .section-join .pathlist {
  color: #fff;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-bottom: 50px;
}
.container_home .section-join .pathlist .item {
  background-color: #123;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 3px 0 20px 0;
}
.container_home .section-join .pathlist .item .theName {
  text-align: center;
  height: 260px;
}
.container_home .section-join .pathlist .item .theName .name {
  font-size: 26px;
  line-height: 28px;
  padding: 20px 0 10px 0;
  font-weight: 600;
}
.container_home .section-join .pathlist .item .theName .intro {
  font-size: 14px;
}
.container_home .section-join .pathlist .item .theText {
  padding: 0px 20px;
  text-align: center;
  line-height: 22px;
}
.container_home .section-join .pathlist .item .theJoin {
  margin-top: 30px;
}
.container_home .section-join .pathlist .item .theJoin .but {
  text-align: center;
  padding: 10px 16px;
  border-radius: 53px;
  width: 60%;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  background: #fff;
  color: #0099F2;
  font-weight: bold;
}
.container_home .section-join .pathlist .item .theJoin .but:hover {
  color: #fff;
  background: #0099f2;
}
.container_home .section-join .pathlist .sd1 {
  background-image: url(../../Content/images/sd1.png);
  background-color: #022a7e;
}
.container_home .section-join .pathlist .sd2 {
  background-image: url(../../Content/images/sd2.png);
  background-color: #2f297b;
}
.container_home .section-join .pathlist .sd3 {
  background-image: url(../../Content/images/sd3.png);
  background-color: #084e70;
}
.container_home .section-join .pathlist .sd4 {
  background-image: url(../../Content/images/sd4.png);
  background-color: #087065;
}
.container_home .section-join .pathlist .sd5 {
  background-image: url(../../Content/images/sd5.png);
  background-color: #084e70;
}
.container_home .section-area .areaMain {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}
.container_home .section-area .areaMain .item:hover {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
  transform: scale(1.2);
  /* 放大1.5倍 */

}
.container_home .section-area .areaMain .item {
  text-align: center;
  background-color: #f5f7f8;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  cursor: pointer;
  padding-bottom: 20px;
}
.container_home .section-area .areaMain .item .theName {
  background-color: #eaeff1;
  font-size: 18px;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.92);
}
.container_home .section-area .areaMain .item .theText,
.container_home .section-area .areaMain .item .theSchool {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  min-height: 78px;
  /*      white-space: pre-wrap;*/

}
.container_home .section-area .areaMain .item .theText {
  padding: 0 20px;
  line-height: 26px;
  overflow: hidden;
  margin: 14px 0 40px 0;
  min-height: 200px;
}
.container_home .section-area .areaMain .item .theSchool {
  overflow: hidden;
  margin-top: 14px;
  color: rgba(0, 0, 0, 0.5);
}
.container_home .section-area .areaMain .item .theSchool .name {
  margin: 10px;
}
.container_home .section-area .areaMain .item .theSchool .logo img {
  width: 80px;
}
.container_home .section-area .areaMain .item .theJoin {
  margin-top: 14px;
}
.container_home .section-area .areaMain .item .theJoin .but {
  padding: 8px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.container_home .section-future .futureMain {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.container_home .section-future .futureMain .item {
  text-align: center;
}
.container_home .section-future .futureMain .item .theBgPic {
  width: 225px;
  height: 225px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.container_home .section-future .futureMain .item .theName {
  font-size: 24px;
  font-weight: 400;
  padding: 8px 0 0 0;
}
.container_home .section-future .futureMain .item .theJob {
  font-weight: 400;
  padding-bottom: 8px;
}
.container_home .section-future .futureMain .item .theContent {
  background-color: #e9eef2;
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
}
.container_home .sectionWardBox .guide_box {
  margin-bottom: 30px;
}
.container_home .sectionWardBox .guide_box .guide_info {
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.container_home .sectionWardBox .guide_box .guide_info span {
  color: var(--system-link);
}
.container_home .sectionWardBox .ward_box .item {
  background-color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 20px 0;
}
.container_home .sectionWardBox .ward_box .item .pic {
  padding-bottom: 10px;
}
.container_home .sectionWardBox .ward_box .item .pic img {
  width: 180px;
}
.container_home .sectionWardBox .ward_box .item .name {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 10px;
}
.container_home .sectionWardBox .ward_box .item .price {
  font-weight: bold;
  font-size: 18px;
}
.container_home .sectionJoinBox .guide_box {
  background-color: var(--system-bg);
  border-radius: 10px;
  background-image: url(../images/joinobj.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 0;
}
.container_home .sectionJoinBox .guide_box .guide_info {
  line-height: 26px;
}
.container_home .sectionJoinBox .guide_box .guide_info .name {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.container_home .section-guide {
  padding-bottom: 50px;
}
.container_home .section-guide .guide_box {
  background-color: #fff;
  border-radius: 3px;
  padding: 20px;
}
.container_home .section-guide .guide_box .guide_box_pic {
  text-align: center;
}
.container_home .section-guide .guide_box .guide_box_pic img {
  width: 100px;
}
.container_home .section-guide .guide_box .guide_box_content .item .name {
  font-size: 20px;
  padding-left: 10px;
  font-weight: bold;
  border-left: solid 5px #0099f2;
  margin-bottom: 10px;
}
.container_home .section-guide .guide_box .guide_box_content .item .date {
  margin-bottom: 20px;
}
.container_home .section-guide .guide_box .guide_box_content .item .intro {
  font-weight: 600;
}
/*资料下载*/

.section-resource .guide_box {
  text-align: center;
}
.section-resource .gridMain {
  display: flex;
}
.section-resource .gridMain .grid-left {
  width: 150px;
  position: relative;
}
.section-resource .gridMain .grid-left .on {
  position: fixed;
  top: 88px;
  width: 150px;
}
.section-resource .gridMain .grid-right {
  flex: 1;
}
.section-resource .resourceMain .tabnav {
  justify-content: flex-start;
  border-bottom: solid 1px #efefef;
}
.section-resource .resourceMain .titleName {
  font-weight: bold;
  font-size: 18px;
  background-color: #efefef;
  padding: 10px;
  border-radius: 2px;
}
.section-resource .resourceMain .resourceList {
  margin-bottom: 20px;
}
.section-resource .resourceMain .resourceList .item {
  display: flex;
  margin-top: 2px;
  padding: 20px 0px;
  border-bottom: solid 1px #efefef;
}
.section-resource .resourceMain .resourceList .item .name {
  flex: 1;
  display: block;
}
.section-resource .resourceMain .resourceList .item .icon {
  width: 40px;
  display: block;
  background-image: url(../images/resource-down.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: center center;
}
.section-resource .resourceMain .resourceList .item:hover .icon {
  background-image: url(../images/resource-hover.png);
}
.section_org .home_logo_box {
  padding: 0 130px;
}
.section_org .home_logo_box .levname {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  background-color: #EAEFF1;
  padding: 10px 0;
}
.section_org .home_logo_box .logolist1 .item {
  cursor: pointer;
  background-image: url(../images/link.png);
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 80% center;
  display: block;
}
.section_org .home_logo_box .logolist1 .item:hover {
  background-image: url(../images/link-hover.png);
}
.section_org .home_logo_box .logolist {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}
.section_org .home_logo_box .logolist .item {
  padding: 20px 0;
  text-align: center;
  display: block;
}
.section_org .home_logo_box .logolist .item img {
  height: 40px;
  max-width: 90%;
}
.section_banner_news {
  padding-bottom: 40px;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  background-color: #f9f9f9;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item .theBgPic {
  height: 450px;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item .theText {
  padding: 60px 10% 0;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item .theText .name {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item .theText .date {
  color: #999;
  margin: 20px auto;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item .theText .intro {
  color: #666;
  line-height: 28px;
}
.section_banner_news .newsBanner .carousel-inner .carousel-item .item .theText .more {
  display: block;
  cursor: pointer;
  margin-top: 40px;
}
.section_banner_news .newsBanner .carousel-control-next {
  right: -15%;
}
.section_banner_news .newsBanner .carousel-control-next .carousel-control-next-icon {
  background-color: #0099f2;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  background-size: 50%;
}
.section_banner_news .newsBanner .carousel-control-prev {
  left: -15%;
}
.section_banner_news .newsBanner .carousel-control-prev .carousel-control-prev-icon {
  background-color: #0099f2;
  color: #fff;
  border-radius: 50%;
  overflow: hidden;
  background-size: 50%;
}
.section_banner_news .moreBut {
  width: 200px;
  margin: 0px auto;
  padding-top: 40px;
}
.section_banner_news .moreBut a {
  display: block;
  border: 1px solid #0099f2;
  color: #0099f2;
  padding: 10px 34px;
  border-radius: 40px;
  text-align: center;
}
.section_banner_news .moreBut a:hover {
  color: #fff;
  background-color: #0099f2;
}
/*优秀案例展示*/

.section_case {
  padding-bottom: 40px;
}
.section_case .caselist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  /* 两列，每列占据相等空间 */
  gap: 20px;
  /* 可选：设置列与列之间的间隔 */

}
.section_case .caselist .item {
  background-color: #f5f7f8;
  border-radius: 10px;
  overflow: hidden;
}
.section_case .caselist .item .par {
  margin-top: 8px;
  padding-left: 10px;
  color: #666;
}
.section_case .caselist .item .name {
  padding: 12px 10px;
  font-size: 16px;
  font-weight: bold;
  background-color: #0099f2;
  color: #fff;
}
.section_case .caselist .item .view {
  text-align: center;
  padding: 10px;
  background-color: #eaeff1;
}
.section_case .caselist .item .view a {
  padding: 10px;
}
/*内容*/

.container_content .content {
  font-family: "alibaba" !important;
  padding: 20px 100px 80px 100px;
}
.container_content .fixed-bottom .joinbox {
  display: flex;
  justify-content: end;
  align-items: center;
}
.container_content .fixed-bottom .joinbox .item {
  padding: 10px 20px;
  border-radius: 4px;
  background-color: #F5F7F8;
  margin-right: 20px;
  font-weight: bold;
  align-items: center;
  display: flex;
}
.container_content .fixed-bottom .joinbox .item .pic {
  margin-left: 20px;
  width: 10px;
  height: 10px;
  transform: rotate(135deg);
  border-left: 2px solid #788295;
  border-top: 2px solid #788295;
}
/*大赛动态*/

.container_news .newslist .item {
  display: flex;
  padding: 60px 0;
  border-bottom: 1px solid #f2f2f2;
}
.container_news .newslist .item .theBgPic {
  width: 400px;
  height: 240px;
}
.container_news .newslist .item .theBgPic img {
  width: 100%;
}
.container_news .newslist .item .theText {
  padding-top: 10px;
  flex: 1;
  margin-left: 20px;
}
.container_news .newslist .item .theText .theName {
  font-size: 24px;
}
.container_news .newslist .item .theText .theDate {
  color: #999;
  margin: 10px auto 20px;
}
.container_news .newslist .item .theText .theIntro {
  color: #666;
  line-height: 24px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container_news .newslist .item .theText .theMore a {
  display: inline-block;
  border: 1px solid #666;
  padding: 0 20px;
  line-height: 30px;
  border-radius: 40px;
}
.container_news .newscontent {
  padding: 60px 0;
}
.container_news .newscontent .title {
  color: #000;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: center;
}
.container_news .newscontent .param {
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}
.container_news .newscontent .content {
  padding: 40px 0;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
/*常见问题*/

.container_help .helptypelist {
  text-align: center;
  border-bottom: solid 1px #efefef;
  display: flex;
}
.container_help .helptypelist .typenavlist {
  display: flex;
}
.container_help .helptypelist .typenavlist .item {
  font-size: 16px;
  padding: 14px 10px;
  width: 100px;
  cursor: pointer;
  position: relative;
}
.container_help .helptypelist .typenavlist .act:after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
  background-color: #3370ff;
}
.container_help .helplist .item {
  padding: 20px 0;
}
.container_help .helplist .item .theName {
  font-size: 16px;
  line-height: 24px;
  color: var(--system-font);
  background: #efefef;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
}
.container_help .helplist .item .theText {
  line-height: 24px;
  text-indent: 40px;
}
/*登录*/

.container_login .loginmain {
  width: 500px;
  margin: 0 auto;
}
.container_login .login-tip {
  line-height: 30px;
  color: #999;
}
.container_login .login-tip a {
  color: #0099f2;
}
/*用户后台*/

.member_tagerr {
  border: solid 1px #ff042a;
  color: #ff042a;
  background-color: #ffe8e8;
  padding: 20px 0;
  margin-top: 20px;
  text-align: center;
}
.container_member {
  margin-top: 20px;
  margin-bottom: 50px;
  min-height: 110px;
  display: flex;
}
.container_member .member_menu {
  width: 280px;
  -webkit-box-shadow: 0 0 20px #ececec;
  box-shadow: 0 0 20px #ececec;
  border-radius: 5px;
}
.container_member .member_menu .title {
  padding: 20px 0 20px 30px;
  background-color: #0099f2;
  color: #fff;
  line-height: 30px;
  font-size: 26px;
  font-weight: 400;
  border-radius: 5px 5px 0 0;
}
.container_member .member_menu .menu_list {
  padding: 20px 10px;
}
.container_member .member_menu .menu_list .item {
  padding: 10px 0 10px 30px;
  font-size: 16px;
}
.container_member .member_menu .menu_list .item a {
  color: #999;
}
.container_member .member_menu .menu_list .act a {
  color: #141414;
}
.container_member .member_main {
  flex: 1;
  margin-left: 20px;
  -webkit-box-shadow: 0 0 20px #ececec;
  box-shadow: 0 0 20px #ececec;
  border-radius: 5px;
}
.container_member .member_main .member_nav {
  padding: 20px 30px;
  border-bottom: 1px solid #f5f5f5;
  font-size: 20px;
  line-height: 30px;
}
.container_member .member_main .member_box .member-but {
  background-color: #0099f2;
}
.container_member .member_main .member_box .form_main {
  margin: 0 auto;
  margin-top: 30px;
}
.container_member .member_main .member_box .team_main {
  width: 500px;
}
.container_member .member_main .member_box .signinfo_main {
  width: 800px;
}
.container_member .member_main .member_box .sign_main {
  padding: 20px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem {
  display: flex;
  flex-wrap: wrap;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .num {
  background-color: #f9f9f9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
  width: 100%;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .num .student {
  font-weight: bold;
  font-size: 18px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .num .edit a {
  color: #0099f2;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item {
  display: flex;
  width: 50%;
  align-items: center;
  padding: 10px 5px 0 5px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item .key {
  width: 140px;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item .value {
  flex: 1;
}
.container_member .member_main .member_box .sign_main .signlist .useritem .item .value img {
  max-height: 200px;
}
.container_member .member_main .member_box .sign_main .signlist .addbut {
  width: 100%;
  background-color: #fff;
  padding: 8px 0;
  text-align: center;
  border: dashed 1px #dee2e6;
  margin-bottom: 20px;
}
.container_member .member_main .member_box .sign_main .signlist .addbut a {
  color: #1890ff;
}
.container_member .member_main .member_box .book_main {
  padding: 40px 100px;
  font-size: 16px;
  line-height: 40px;
}
.container_member .member_main .member_box .book_main button {
  padding: 8px 100px;
}
.container_member .member_main .member_box .upload_main .form_main {
  width: 500px;
}
.container_member .member_main .member_box .upload_main .uploadcontent {
  padding: 20px 50px;
}
.memberbanner {
  position: relative;
  background-image: url("/Content/images/bg_member.png");
  padding-top: 100px;
}
.memberbanner .teamname {
  padding: 60px 50px;
  font-weight: bold;
  font-size: 40px;
  color: #0099f2;
}
.container_join .join_tip {
  max-width: 100%;
  padding: 20px;
  margin: 20px 0;
  background: rgba(147, 157, 220, 0.15);
  border: 1px solid #939ddc;
  font-size: 16px;
  color: #242728;
  letter-spacing: 0.29px;
  line-height: 24px;
  /* display: flex;
        flex-direction: column;
        justify-content: center;*/

}
.container_join .join-title-bg {
  background-color: #f9f9f9;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 5px;
}
.container_join .join-title-bg .name {
  font-weight: bold;
  font-size: 18px;
}
.container_join .join-title-bg .delstatusitem,
.container_join .join-title-bg .delteacheritem {
  color: #0099f2;
  cursor: pointer;
}
.container_join .joinmain {
  width: 100%;
  margin: 0 auto;
}
.uploadpicture {
  padding: 30px;
  border: solid 1px #dee2e6;
  text-align: center;
  cursor: pointer;
}
.uploadpicture .uploadimg {
  max-width: 100%;
}
.container_other_down {
  padding: 0px 100px;
}
.container_other_down .down_list .item:last-child {
  border: 0;
}
.container_other_down .down_list .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  padding: 20px 10px;
  background-color: #fff;
  border-bottom: solid 1px #ececec;
}
.container_other_down .down_list .item span img {
  width: 24px;
}
.container_other_down .down_list .item span a {
  color: #0099f2;
}
.container_guide .sectionTopicBox .stsmBox .item {
  background-color: #f5f7f8;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;
  margin-bottom: 20px;
}
.container_guide .sectionTopicBox .stsmBox .item .theHeader {
  background-color: #0F2979;
  color: #fff;
  padding: 30px 0;
  position: relative;
}
.container_guide .sectionTopicBox .stsmBox .item .theHeader .theName {
  font-weight: bold;
  font-size: 20px;
  padding: 10px 0;
}
.container_guide .sectionTopicBox .stsmBox .item .theHeader .theSecName {
  font-size: 16px;
}
.container_guide .sectionTopicBox .stsmBox .item .theIntro {
  padding: 40px;
  color: #222222;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.container_guide .sectionTopicBox .stsmBox .item .theBut {
  margin-bottom: 20px;
}
.container_guide .sectionExamBox .examlist .item {
  padding-bottom: 20px;
  text-align: center;
  background-color: #f5f7f8;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.container_guide .sectionExamBox .examlist .item .theName {
  background-color: #eaeff1;
  font-size: 24px;
  padding: 10px 0;
  color: rgba(0, 0, 0, 0.92);
}
.container_guide .sectionExamBox .examlist .item .theText,
.container_guide .sectionExamBox .examlist .item .theSchool {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.44);
  margin-top: 14px;
  line-height: 20px;
  text-align: center;
  /*      white-space: pre-wrap;*/

}
.container_guide .sectionExamBox .examlist .item .theText {
  padding: 0 20px;
  line-height: 26px;
  overflow: hidden;
}
.container_guide .sectionExamBox .examlist .item .theText a {
  font-size: 14px;
  color: #0099f2;
}
.container_guide .sectionExamBox .examlist .item .theSchool {
  overflow: hidden;
}
.container_guide .sectionExamBox .examlist .item .theJoin {
  margin-top: 14px;
}
.container_guide .sectionExamBox .examlist .item .theJoin .but {
  padding: 8px;
  width: 50%;
  display: block;
  margin: 0 auto;
}
.container_guide .sectionResourceeBox .guide_box {
  margin: 35px 90px;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
}
.section_bg {
  background-color: #f9f9f9 !important;
}
/*赛事流程*/

.procedure1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 150px 0;
}
.procedure1 .timeline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.procedure1 .timeline .baseline {
  position: relative;
  bottom: 11px;
  width: 75vw;
  height: 2px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #b4c3e1 16%, #b4c3e1 85%, rgba(255, 255, 255, 0) 100%);
}
.procedure1 .timeline .dates {
  display: flex;
  justify-content: space-between;
}
.procedure1 .timeline .dates .milestone {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
}
.procedure1 .timeline .dates .milestone .stone-date {
  font-size: 16px;
  color: #737b88;
}
.procedure1 .timeline .dates .milestone .stone-note {
  margin-top: 4px;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  color: #282f38;
}
.procedure1 .timeline .dates .milestone .stone-base {
  width: 35px;
  display: flex;
  justify-content: center;
  background-color: #f7faff;
}
.procedure1 .timeline .dates .milestone .stone-base .stone-base-core {
  width: 22px;
  height: 22px;
  background-color: #3370ff;
  border-radius: 11px;
  background: -webkit-gradient(linear, left top, right top, from(var(--theme-gradient1)), to(var(--theme-gradient2)));
  background: linear-gradient(90deg, var(--theme-gradient1), var(--theme-gradient2));
}
.procedure1 .timeline .dates .milestone .stone-disabled .stone-base-core {
  background-color: #b4c3e1;
}
.procedure {
  display: flex;
  margin-top: 40px;
}
.procedure .milestone {
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  width: 16.8%;
  padding: 40px 0;
}
.procedure .milestone .stone-note {
  font-size: 20px;
  font-weight: bold;
}
.procedure .milestone .stone-date {
  font-size: 16px;
  color: #788295;
}
.procedure .jiangtou {
  width: 4%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.procedure .jiangtou img {
  width: 20px;
}
.procedure .milestone:hover,
.procedure .act {
  color: #fff !important;
  background-color: #0099f2;
}
.procedure .milestone:hover .stone-date,
.procedure .act .stone-date {
  color: #fff;
}
.indexBanner {
  position: relative;
}
.indexBanner .mp4 {
  backface-visibility: hidden;
  height: 100%;
  transform: translate3d(0, 0, 0);
  transform-style: preserve-3d;
  width: 100%;
  object-fit: cover;
  display: block;
}
.indexBanner .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.indexBanner .con h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.indexBanner .con p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.indexBanner .con p span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  letter-spacing: 8px;
}
.indexBanner .con .searchBox {
  border-radius: 30px;
  width: 440px;
  height: 60px;
  background: #fff;
  margin: 0 auto;
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.indexBanner .con .searchBox .int {
  flex: 1;
  height: 60px;
  background: none;
  border: none;
  color: #333;
  font-size: 16px;
  padding-left: 25px;
}
.indexBanner .con .searchBox .btn {
  width: 47px;
  height: 47px;
  background: #2a90d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-right: 6px;
  margin-left: 20px;
}
.indexBanner .btn {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009ddc;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 300px;
}
.indexBanner .shubiao {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
}
.indexBanner .shubiao img {
  display: block;
  margin: 0 auto;
}
.indexBanner .shubiao .ico1 {
  margin-bottom: 10px;
}
.indexBanner .shubiao .ico2 {
  animation: down 1.1s ease-in infinite;
  transform: translateY(-2px);
}
.pagesbanner {
  position: relative;
}
.pagesbanner .bannerImg {
  width: 100%;
  max-width: 100%;
}
.pagesbanner .con {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.pagesbanner .con h2 {
  font-size: 60px;
  color: #fff;
  text-align: center;
}
.pagesbanner .con p {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.pagesbanner .con p span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  letter-spacing: 8px;
}
.pagesbanner .con .btn {
  display: block;
  width: 200px;
  height: 60px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #009ddc;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 70px;
}
.pagesbanner .text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.pagesbanner .text h3 {
  font-size: 40px;
  font-weight: normal;
}
.pagesbanner .text p {
  font-size: 30px;
  text-transform: uppercase;
}
.pagesbanner .play {
  position: absolute;
  left: 50%;
  top: 55%;
  transform: translateX(-50%);
  z-index: 2;
}
.pagesbanner .play a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 172px;
  height: 56px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
  background: rgba(43, 146, 220, 0.8);
  border: 1px solid rgba(43, 146, 220, 0.8);
}
.pagesbanner .play a .ico {
  margin-left: 10px;
  transition: all 0.3s;
}
.pagesbanner .play a:hover .ico {
  margin-left: 15px;
}
.pagesbanner .play a:hover {
  background: rgba(43, 146, 220, 0.8);
  border: 1px solid rgba(43, 146, 220, 0.8);
}
.pagesbanner .xzmenu {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagesbanner .xzmenu a {
  color: #333333;
  font-size: 18px;
  margin: 0 30px;
}
.pagesbanner .xzmenu a.on,
.pagesbanner .xzmenu a:hover {
  color: #005e80;
}
.pagesbanner .dh {
  position: absolute;
  height: 100%;
  width: auto;
}
@media (max-width: 600px) {
  main {
    min-height: auto !important;
    /*   background-color: #e9ebed;*/
  
  }
  .liuchenglist .item {
    width: 100%;
    flex: none !important;
  }
  .liuchenglist .jiantou {
    margin: 20px 10px;
    transform: rotate(90deg);
  }
  .container_login .loginmain {
    width: 100%;
  }
  .container_other_down {
    padding: 0 10px;
  }
  .container_help .helplist {
    padding: 20px 0px;
  }
  .container_help .helplist .item {
    padding: 0;
  }
  .container_help .helplist .item .theText {
    padding: 0 5px;
  }
  .container_content .content {
    padding: 10px 10px;
  }
}
.container_before {
  padding: 20px 0;
}
.container_before .mp4 {
  height: 630px;
  overflow: hidden;
  border-radius: 5px;
}
.container_before .beforebox {
  background-color: #e9eef2;
  margin-bottom: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.container_before .beforebox .theBgPic {
  height: 200px;
}
.container_before .beforebox .theName {
  padding: 10px 10px;
  font-size: 20px;
  height: 110px;
}
