@import url(reset.css);
html {
  margin: 0 auto;
  min-width: 1000px;
  max-width: 1920px;
  font-size: 16px;
  background-image: linear-gradient(#c5dbd2, #f1f3f2, #c8ddd5);
  background-image: -o-linear-gradient(#c5dbd2, #f1f3f2, #c8ddd5);
  background-image: -ms-linear-gradient(#c5dbd2, #f1f3f2, #c8ddd5);
  background-image: -moz-linear-gradient(#c5dbd2, #f1f3f2, #c8ddd5);
  background-image: -webkit-linear-gradient(#c5dbd2, #f1f3f2, #c8ddd5);
}

body {
  background-color: light-dark(white, black);
  color: light-dark(black, white);
}

a:hover {
  text-decoration: underline;
}

.clear, .content .mtgz_list:after, .content .hjmd_w .slideTxtBox .hd ul:after, .content .dsdt_w .dsdt_list:after, .content .dsdt_w:after, .nav:after {
  content: "";
  clear: both;
  display: table;
}

.banner {
  background: url(/picture/9/2507051330589915499.jpg) no-repeat center top;
  width: 100%;
  height: 726px;
}

.nav {
  text-align: center;
  white-space: nowrap;
}
.nav > li {
  display: inline-block;
  height: 25px;
  margin: 40px 0;
  position: relative;
}
.nav > li a {
  display: inline-block;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  color: #114734;
  border-right: 1px solid #114734;
}
.nav > li:hover .sub {
  z-index: 1;
  display: block;
  position: absolute;
  top: 26px;
  width: 150px;
  text-align: center;
  background: #114734;
  padding-bottom: 20px;
  left: 50%;
  margin-left: -75px;
}
.nav > li:hover .sub li {
  line-height: 45px;
  height: 45px;
  display: block;
}
.nav > li:hover .sub li a {
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff;
  border-right: none;
  font-size: 18px;
  display: inline-block;
  line-height: 45px;
  height: 45px;
  width: 120px;
  margin: 0;
  padding: 0;
}
.nav > li .sub {
  display: none;
}

.content {
  width: 100%;
  min-height: 300px;
}
.content > .cont {
  width: 1000px;
  margin: 0 auto;
}
.content .col_title {
  margin: 20px 0 10px;
  height: 73px;
  display: block;
}
.content .dsdt {
  background: url("vocational25_dsdt.png") no-repeat center;
}
.content .hjmd {
  background: url("vocational25_hjmd.png") no-repeat center;
}
.content .spjj {
  background: url("vocational25_spjj.png") no-repeat center;
}
.content .xczp {
  background: url("vocational25_xczp.png") no-repeat center;
}
.content .mtgz {
  background: url("vocational25_mtgz.png") no-repeat center;
}
.content .hjmd_w > ul, .content .spjj_w > ul, .content .mtgz_w > ul {
  width: 1000px;
  margin: 0 auto;
}
.content .dsdt_w {
  width: 1000px;
  height: 460px;
  margin: 40px auto 0;
  position: relative;
}
.content .dsdt_w:before {
  content: "";
  width: 598px;
  height: 439px;
  position: absolute;
  right: 0;
  background: url(vocational25_02.png) no-repeat center;
  z-index: -1;
  box-sizing: border-box;
}
.content .dsdt_w .slideBox {
  width: 610px;
  height: 345px;
  overflow: hidden;
  position: relative;
  float: left;
  margin-top: 48px;
}
.content .dsdt_w .slideBox .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  display: none;
}
.content .dsdt_w .slideBox .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.content .dsdt_w .slideBox .hd ul li {
  float: left;
  margin-right: 2px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  text-align: center;
  background: #fff;
  cursor: pointer;
}
.content .dsdt_w .slideBox .hd ul li.on {
  background: #f00f00;
  color: #fff;
}
.content .dsdt_w .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.content .dsdt_w .slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 345px;
}
.content .dsdt_w .slideBox .bd li img {
  max-width: 100%;
  height: auto;
}
.content .dsdt_w .slideBox .prev,
.content .dsdt_w .slideBox .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: none;
  width: 32px;
  height: 40px;
  background: url(slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.content .dsdt_w .slideBox .prev:hover,
.content .dsdt_w .slideBox .next:hover {
  display: block;
  filter: alpha(opacity=100);
  opacity: 1;
}
.content .dsdt_w .slideBox .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.content .dsdt_w .slideBox .prevStop,
.content .dsdt_w .slideBox .nextStop {
  display: none;
}
.content .dsdt_w .dsdt_list {
  width: 320px;
  margin-left: 15px;
  float: left;
}
.content .dsdt_w .dsdt_list li {
  line-height: 60px;
  font-size: 18px;
  height: 60px;
}
.content .dsdt_w .dsdt_list li:first-child {
  margin-top: 38px;
}
.content .dsdt_w .dsdt_list li a {
  display: inline-block;
  color: #6e440b;
  background: url(vocational25_01.png) left center no-repeat;
  width: 100%;
  text-indent: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  position: relative;
}
.content .hjmd_w .slideTxtBox {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
.content .hjmd_w .slideTxtBox .hd {
  position: relative;
}
.content .hjmd_w .slideTxtBox .hd ul {
  width: 100%;
  padding-top: 48px;
}
.content .hjmd_w .slideTxtBox .hd ul li {
  float: left;
  border-radius: 5px;
  width: 303.3333333333px;
  height: 65px;
  line-height: 65px;
  background: #b7d6ba;
  margin: 0 15px 15px;
}
.content .hjmd_w .slideTxtBox .hd ul li a {
  display: block;
  text-align: center;
  color: #234634;
  font-size: 24px;
}
.content .hjmd_w .slideTxtBox .hd ul li.on a {
  text-decoration: underline;
  font-weight: bold;
}
.content .hjmd_w .slideTxtBox .bd {
  width: 1000px;
  margin-top: 25px;
  position: relative;
}
.content .hjmd_w .slideTxtBox .bd ul {
  border: 1px solid #4bb28f;
  border-radius: 5px;
  height: 580px;
  box-sizing: border-box;
  padding: 22px 47px;
}
.content .hjmd_w .slideTxtBox .bd ul li img {
  width: 906px;
  height: 540px;
}
.content .hjmd_w .slideTxtBox .arrow {
  position: absolute;
  height: 30px;
  bottom: 275px;
  width: 100%;
}
.content .hjmd_w .slideTxtBox .arrow a {
  position: absolute;
  left: 1px;
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  background: url(icoLeft.png) center center no-repeat;
}
.content .hjmd_w .slideTxtBox .arrow a.next {
  left: auto;
  right: 1px;
  background-image: url(icoRight.png);
}
.content .spjj_w ul {
  margin-top: 50px;
}
.content .spjj_w ul:after {
  content: "";
  clear: both;
  display: table;
}
.content .spjj_w ul li {
  width: 300px;
  height: 155px;
  float: left;
  margin: 10px;
}
.content .spjj_w ul li img {
  width: 300px;
  height: 155px;
  border: 5px solid #FFFFFF;
  border-radius: 5px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.content #certify {
  position: relative;
  width: 100%;
  margin-top: 40px;
}
.content #certify .swiper-container {
  padding-bottom: 50px;
}
.content #certify .swiper-slide {
  width: 1000px;
  height: 670px;
  background: #fff;
  box-shadow: 0 8px 30px #dddddd;
  filter: blur(5px);
}
.content #certify .swiper-slide.swiper-slide-active {
  filter: blur(0);
}
.content #certify .swiper-slide img {
  width: 1000px;
  height: 670px;
  display: block;
}
.content #certify .swiper-slide p {
  line-height: 98px;
  padding-top: 0;
  text-align: center;
  color: #636363;
  font-size: 1.1em;
  margin: 0;
}
.content #certify .swiper-pagination {
  display: none;
  width: 100%;
  bottom: 20px;
}
.content #certify .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  border: 3px solid #fff;
  background-color: #d5d5d5;
  width: 10px;
  height: 10px;
  opacity: 1;
}
.content #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
  border: 3px solid #00aadc;
  background-color: #fff;
}
.content #certify .swiper-button-prev,
.content #certify .swiper-button-next {
  width: 26px;
  height: 92px;
  left: 50%;
  top: 0;
  margin-top: 289px;
}
.content #certify .swiper-button-prev {
  background: url(vocational25_05.png) no-repeat 0 0;
  margin-left: 474px;
}
.content #certify .swiper-button-next {
  background: url(vocational25_04.png) no-repeat 0 0;
  margin-left: -500px;
}
.content .mtgz_list li {
  font-size: 18px;
  border-bottom: 2px dashed #114734;
  padding: 20px;
}
.content .mtgz_list li a {
  display: inline-block;
  color: #000000;
  width: 840px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.content .mtgz_list li span {
  float: right;
  width: 120px;
  text-align: right;
  color: #000000;
}
.content .mtgz_list li p {
  color: #7b7b7b;
  font-size: 12px;
  text-indent: 2em;
  line-height: 2;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
}
.content .col_list {
  width: 100%;
  margin: 0 auto;
  float: none;
}
.content .col_list li {
  border-bottom: 1px dashed #114734;
  margin-top: 15px;
  background-position-y: 16px;
}
.content .col_list li > a {
  padding-left: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  width: 860px;
  position: relative;
}
.content .col_list li > a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #114734;
}
.content .col_list li p {
  text-indent: 2rem;
  color: #666666;
}
.content .col_list li span {
  float: right;
  line-height: 32px;
  width: 100px;
  text-align: right;
}
.content .col_pic {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.content .col_pic li {
  width: 303px;
  margin: 20px 15px 0;
  text-align: center;
}
.content .col_pic li a {
  width: 303px;
  height: 195px;
}
.content .col_pic li a p {
  margin-bottom: 0;
  margin-top: 10px;
  line-height: 1.5;
}
.content .col_pic li a div {
  display: flex;
  width: 303px;
  height: 200px;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  margin-bottom: 0;
  justify-content: center;
}
.content .col_pic li a div img {
  max-width: 100%;
  max-height: 100%;
}
.content .sub_col {
  display: flex;
  justify-content: center;
}
.content .sub_col li {
  margin: 0 15px;
}
.content .sub_col li a {
  font-size: 20px;
  border: 2px solid #114734;
  border-radius: 10px;
  padding: 10px;
  display: block;
}
.content .sub_col li a.on, .content .sub_col li a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #114734;
  font-weight: bold;
}

.dqwz {
  background: none;
}
.dqwz:before {
  content: "\e610";
  font-size: 20px;
  position: absolute;
  height: 30px;
  line-height: 30px;
  color: #114734;
}

.article {
  background: rgba(255, 255, 255, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6fffffff, endcolorstr=#6fffffff);
  margin: 0 auto;
  padding: 50px;
  width: 1000px;
  box-sizing: border-box;
}

.handover {
  display: none;
}

/*# sourceMappingURL=vocational25.css.map */
