@charset "UTF-8";
/*reset
 * 常见重置css样式
 * ============================ start ============================ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  font-family: Microsoft YaHei, 黑体, Arial, Verdana, sans-serif;
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.float-tag:after {
  content: "";
  display: block;
  clear: both;
}

.clear,
.float-tag {
  zoom: 1;
}

.float-tag li {
  display: inline-block;
  float: left;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.big-a {
  display: block;
  width: 100%;
  height: 100%;
}

input {
  outline-color: #e0e0e0;
  border-width: 1px;
}

/* ============================ end ============================ */
html,
body {
  width: 100%;
  height: 100%;
}

.wrap {
  width: 100%;
  min-height: 100%;
  /*min-width: 1200px;*/
}

/********************** 线 **********************/
.top-solid {
  width: 100%;
  height: 10px;
  background-color: #006ac2;
}

/********************** 线 **********************/
/********************** 页眉 **********************/
.header {
  width: 100%;
  background-image: url(../img/2ban-1.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
  background-position: center center;
}

.partyheader {
  background-image: url(../img/djgz.jpg);
}

.partyheader .header-main .s-logo {
  width: 400px;
}

#business_logo a {
  width: 420px;
}

.header-main {
  width: 1200px;
  height: 170px;
}

.header-main .s-logo {
  display: block;
  width: 368px;
  margin-top: 48px;
  float: left;
}

.header-main .s-logo > img {
  width: 100%;
}

/********************** 页眉 **********************/
/********************** 导航 **********************/
.nav {
  width: 100%;
  background: #006ac2;
  margin-bottom: 0;
  position: relative;
}

.nav-main {
  width: 1200px;
  height: 44px;
}

.nav-ul {
  height: 44px;
  background-color: #006ac2;
}

.nav-ul > li {
  height: 44px;
  line-height: 3em;
  font-size: 15px;
}

.nav-ul > li > a {
  display: block;
  height: 44px;
  color: #fff;
  padding: 0 15px;
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
}

.nav-ul > li:hover .nav2 {
  height: 40px;
}

.nav-ul > li:hover > a {
  background-color: #0081c2;
}

.nav-ul > .active > a {
  background-color: #0081c2;
}

.nav2 {
  background-color: #f1f1f1;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 97;
  top: 100%;
  left: 0;
  overflow: hidden;
  transition: .17s;
  -webkit-transition: .17s;
  -moz-transition: .17s;
}

.nav2 > .nav2-main {
  width: 1200px;
}

.nav2 .nav2-ul {
  padding-left: 22px;
}

.nav2 .nav2-ul > li {
  height: 40px;
  line-height: 3em;
  font-size: 14px;
}

.nav2 .nav2-ul > li > a {
  display: block;
  padding: 0 15px;
  color: #006ac2;
}

.wraps18 .nav-ul > li > a {
  padding: 0 3px !important;
}

.wraps18 .nav-ul > li {
  padding: 0 10px !important;
}

/********************** 导航 **********************/
.banner {
  width: 100%;
}

.banner > img {
  width: 100%;
}

/********************** 内容 **********************/
.content-main {
  width: 1200px;
  padding: 20px 0;
}

.s-banner {
  position: relative;
}

.s-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
}

.s-pagination .swiper-pagination-switch {
  background-color: white;
}

.s-page {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background-color: #fff;
  z-index: 11;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  cursor: pointer;
  display: none \9;
}

.s-page > svg {
  width: 60%;
  height: 55%;
  border-radius: 50%;
  margin-top: 22.5%;
  fill: #0b5ea0;
}

.s-page.prev {
  left: 8.33333%;
}

.s-page.prev > svg {
  margin-left: 7px;
}

.s-page.next {
  right: 8.33333%;
}

.s-page.next > svg {
  margin-right: 7px;
}

.bkzn-1 {
  width: 80%;
  text-align: center;
  padding-left: 0px !important;
  margin: 0 30px;
  margin-top: 15px;
  height: 50px;
  line-height: 50px !important;
  background: #6fbc47;
  font-size: 26px;
  list-style: none;
  color: #fff !important;
}

.bkzn-1:before {
  background: none !important;
}

.swiper-container2-1,
.swiper-container2-2,
.swiper-container2-3 {
  height: 250px;
  margin-top: 15px;
}

.swiper-container2-1 > .drops,
.swiper-container2-2 > .drops,
.swiper-container2-3 > .drops {
  position: absolute;
  bottom: 7px;
  right: 3px;
}

.piece {
  width: 48%;
  float: left;
  padding: 0 1%;
  min-height: 30px;
  margin-bottom: 18px;
}

.piece ul {
  margin-top: 8px;
}

.piece ul li {
  line-height: 26px;
  color: #333;
}

.piece ul li a {
  color: #333;
}

.piece ul li a:first-child {
  float: right;
  /*margin-left: .7rem;*/
  color: #999;
}

.piece ul li a:last-child {
  max-width: 70%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  color: #333;
}

.piece ul li a:last-child:hover {
  text-decoration: underline;
}

.piece ul li a:last-child:focus {
  text-decoration: none;
}

.piece > .nsy {
  height: 75px;
  margin-top: 20px;
  float: left;
}

.piece > .nsy > a > img {
  width: 50%;
  height: auto;
}

.piece > .nsy > a > .pull-left {
  margin-right: 20px;
}

.piece > .nsy > a > .pull-right {
  /*margin-right: 20px;*/
}

.piece > .nsy > a > div {
  width: 47%;
}

.piece > .nsy > a > div > h5 {
  font-size: 16px;
  font-weight: normal;
  color: #1c1c1c;
}

.piece > .nsy > a > div > p {
  color: #8c8c8c;
  font-size: 14px;
}

.piece > .entrance {
  width: 266px;
  height: 113px;
  font-size: 34px;
  color: #ffffff;
  line-height: 1.3em;
  text-align: center;
  margin: 0 auto;
  margin-top: 25px;
}

.piece > .entrance.entrance1 {
  background-color: #b01f24;
}

.piece > .entrance.entrance2 {
  background-color: #ffbd44;
}

.piece > .entrance > a {
  color: #fff;
}

.piece > .entrance > a > span {
  display: block;
  padding-top: 30px;
}

.piece .img-li {
  padding-bottom: 10px;
}

.piece .img-li h3 {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: normal;
  line-height: 1.2em;
  /*padding-top: 5px;*/
  margin-bottom: 8px;
}

.piece .img-li h3 > a {
  color: #1c1c1c;
}

.piece .img-li > a:last-child {
  max-width: 500px;
  white-space: normal;
}

.piece .first-img {
  display: block;
  width: 240px;
  height: 136px;
  float: left !important;
  margin-right: 10px !important;
}

.piece .first-img > img {
  width: 100%;
  height: 100%;
}

.piece .a-img {
  display: block;
  width: 273px;
  height: 168px;
}

.piece .a-img > img {
  width: 100%;
  height: 100%;
}

.piece .l-img {
  width: 273px;
  height: 195px;
}

.piece .txt-style1 {
  font-size: 14px;
  padding-top: 8px;
}

.piece .txt-style1 a {
  color: #333;
  line-height: 26px;
}

.piece .pxImg {
  height: 178px;
  overflow: hidden;
}

.pieceShort > ul > li > a:last-child {
  max-width: 74%;
}

.piece1 > ul {
  height: 100px;
}

.piece2 > p {
  height: 100px;
  margin-top: 14px;
  line-height: 1.75em;
  color: #333;
  overflow: hidden;
}

.piece2 > p > a {
  color: #333;
}

.piece5 {
  width: 98%;
  margin-bottom: 0;
  position: relative;
  /*margin-top: 20px;*/
}

.piece5 > .pages {
  position: absolute;
  top: 100px;
  width: 40px;
  cursor: pointer;
}

.piece5 > div > .pages {
  position: absolute;
  top: 128px;
  width: 40px;
  cursor: pointer;
}

.piece5 > .pages-p,
.piece5 > div > .pages-p,
.piece5 > div > .pages-p1,
.piece5 > div > .pages-p2 {
  left: 0;
}

.piece5 > .pages-n,
.piece5 > div > .pages-n,
.piece5 > div > .pages-n1,
.piece5 > div > .pages-n2 {
  right: 0;
}

.swiper-container2 {
  width: 100%;
  height: 270px;
}

.swiper-container3,
.swiper-container3-1,
.swiper-container3-2 {
  width: 95%;
  margin-top: 25px;
  height: 160px;
  overflow: hidden;
}

.swiper-container3 .swiper-slide > a,
.swiper-container3-1 .swiper-slide > a,
.swiper-container3-2 .swiper-slide > a {
  width: 90%;
  height: auto;
  margin: 0 auto;
}

.swiper-container3 .swiper-slide > a > img,
.swiper-container3-1 .swiper-slide > a > img,
.swiper-container3-2 .swiper-slide > a > img {
  width: 201px;
  height: 120px;
}

.swiper-container3 .txt,
.swiper-container3-1 .txt,
.swiper-container3-2 .txt {
  text-align: center;
  color: #4c4c4c;
  width: 80%;
  margin: 10px auto;
}

.swiper-container3 .txt > a,
.swiper-container3-1 .txt > a,
.swiper-container3-2 .txt > a {
  color: #4c4c4c;
}

/*搜索*/
.s-form {
  /*height: 100%;*/
  width: 100%;
  position: relative;
  border-color: #00a46e;border-radius:2px;
}

.s-form  .s-txt {
  width: 90%;
  height: 25px;
  padding: 3px 30px 3px 5px;
}

.s-form  .s-txt:focus {
  border-color: #00a46e;border-radius:2px;
}

.s-form  .s-btn {
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url(../img/s-btn2.png);
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  border: none;
  outline: none;
  position: absolute;
  right: 15px;
  top: 1px;
}

.nav-main .s-form {
  float: right;
  width: 220px;
  margin-top: 9px;
}

.nav-main .s-form > .s-txt {
  width: 170px;
  height: 21px;
  margin-bottom: 0;
}

.nav-main .s-form > .s-btn {
  top: 5px;
}

.to-build-info {
  padding-top: 20px;
}

.to-build-info > .left {
  float: left;
  width: 890px;
  min-height: 300px;
}

.to-build-info > .left > h1 {
  font-size: 24px;
  line-height: 1.3em;
  color: #343434;
  font-weight: normal;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
}

.to-build-info > .left .tit {
  font-size: 22px;
  color: #262626;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 5px;
}

.to-build-info > .left .tb-info {
  color: #9c9c9c;
  text-align: center;
}

.to-build-info > .left .tb-info > a {
  color: #0953b4;
}

.to-build-info > .left .tb-content {
  color: #808080;
  line-height: 1.7em;
  margin-top: 20px;
}

.skills-contest > li {
  padding: 8px 0;
  border-bottom: 1px solid #eeeeee;
}

.skills-contest > li .s-time {
  float: left;
  width: 70px;
  height: 80px;
  background-color: #ececec;
  text-align: center;
}

.skills-contest > li .s-time > .day {
  font-size: 24px;
  line-height: 1em;
  color: #006ac2;
  margin-top: 15px;
}

.skills-contest > li .s-time > .year {
  color: #767676;
  font-size: 16px;
}

.skills-contest > li .s-txt {
  float: left;
  width: 765px;
  margin-left: 15px;
}

.skills-contest > li .s-txt > h3 {
  width: 100%;
  font-size: 18px;
  color: #262626;
  font-weight: normal;
}

.skills-contest > li .s-txt > p {
  font-size: 14px;
}

.skills-contest > li .s-txt > p > a {
  color: #6c6c6c;
}

.students-content .to-build-info > .left {
  /*width: 100%;*/
}

.students-content .skills-contest > li .s-txt {
  width: 800px;
}

.q-title {
  font-size: 30px;
  text-align: center;
  margin-top: 20px;
}

.q-ul {
  color: #666666;
  font-size: 16px;
  margin-top: 40px;
}

.q-ul > li {
  line-height: 2em;
}

/********************** 内容 **********************/
/********************** 公共样式 **********************/
.h2-tit {
  font-size: 16px;
  color: #0953b4;
  font-weight: normal;
  line-height: 25px;
  padding-bottom: 5px;
}

.h2-tit1 {
  font-size: 20px;
  color: #0953b4;
  font-weight: normal;
  line-height: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  position: relative;
}

.h2-tit1 > a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12px;
  color: #a6a6a6;
  line-height: 4.5em;
}

/*轮播图*/
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 7px;
  width: 97%;
  right: 3%;
  margin: 0;
  text-align: right;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #a8a8a8;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-active-switch {
  background: white;
}

.swiper-slide > a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide > a > img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-slide > a > p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67%;
  padding-left: 3%;
  padding-right: 30%;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
  line-height: 2.5em;
  color: white;
}

.crumbs {
  color: #7f7f7f;
}

.crumbs > a {
  color: #7f7f7f;
}

.s-menu {
  float: right;
  margin-right: 15px;
  width: 250px;
  vertical-align: top;
}

.s-menu > .title {
  /*height: 90px;*/
  color: #006ac2;
  font-size: 20px;
  line-height: 1em;
  position: relative;
  background-color: #ececec;
}

.s-menu > .title > p {
  line-height: 3em;
  padding-left: 30px;
  background: #ececec;
  background: url(../img/titleBg.png) right 15px no-repeat;
  position: relative;
}

.s-menu > .title > p:before {
  position: absolute;
  top: 55px;
  left: 30px;
  content: '';
  width: 45px;
  height: 2px;
  background: #006ac2;
}

.s-menu > .right-header li a:hover {
  color: #006ac2;
}

.s-menu > .ranknew {
  background-color: #fff;
}

.s-menu > .ranknew > p {
  background: #fff;
  background: none;
  padding-left: 60px;
  border-bottom: 1px #ececec solid;
}

.s-menu > .ranknew > p > span {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 6px;
  left: 0;
  display: inline-block;
  background: #006ac2;
  text-align: center;
}

.s-menu > .ranknew > p:before {
  display: none;
}

.s-menu > ul {
  border: 1px solid #ececec;
  border-top: none;
  padding: 10px 0;
  margin-bottom: 30px;
}

.s-menu > ul > li {
  font-size: 14px;
  color: #808080;
  padding: 3px 0;
  line-height: 12px;
}

.s-menu > ul > li > a {
  display: block;
  color: #808080;
  padding: 10px 0 10px 20px;
  border-left: 3px solid transparent;
}

.s-menu > ul > li > .active {
  color: #006ac2;
  border-left: 3px solid #006ac2;
}

/* often-ul */
.teacher-box {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 30px;
}

.teacher-box > h2 {
  text-align: center;
  font-size: 35px;
  color: #3e3e3e;
  line-height: 1em;
  padding: 30px 0;
}

.often-ul {
  margin-top: 20px;
}

.often-ul > ul {
  width: 100%;
}

.often-ul > ul > li {
  width: 33.323333%;
  min-height: 10px;
  text-align: center;
  /*background-color: #2143c2;*/
  /*outline: 1px solid red;*/
  /*height: 305px;*/
  margin-bottom: 30px;
}

.often-main {
  width: 95%;
  height: 305px;
  border-bottom: 1px solid #dbdbdb;
  margin: 0 auto;
  min-height: 100px;
}

.often-ul > .txt-ul {
  background-color: #f7f7f7;
  padding-top: 20px;
}

.often-ul > .txt-ul > li {
  margin-bottom: 20px;
  font-size: 16px;
}

.often-ul > .txt-ul > li > a {
  display: inline-block;
  width: 80%;
  vertical-align: middle;
  color: #4c4c4c;
}

.often-ul > .txt-ul > li > span {
  vertical-align: middle;
  display: inline-block;
  width: 40px;
  text-align: center;
}

.often-main > a {
  display: block;
  width: 100%;
}

.often-main > h3 {
  color: #fdaa02;
  font-size: 16px;
  margin-left: 10px;
  margin-right: 10px;
}

.often-main > h3 > a {
  color: #fdaa02;
}

.often-main > p {
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
  font-size: 13px;
  height: 45px;
}

.often-main > p > a {
  color: #999999;
}

.often-main > div {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #b2b2b2;
  padding-top: 10px;
}

.often-main > div > span {
  float: left;
}

.often-main > div > .eye {
  float: right;
  font-weight: 300;
}

.often-main > div > .eye > img {
  vertical-align: middle;
}

.often-main > div > .eye > span {
  vertical-align: middle;
}

.often-ul > ul > li {
  width: 25%;
  text-align: center;
}

.often-ul > ul > li > a {
  display: block;
  width: 220px;
  margin: 0 auto;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  overflow: hidden;
}

.often-ul > ul > li > p > a {
  display: inline-block;
  width: 90%;
  color: #4c4c4c;
  margin-top: 10px;
  font-size: 18px;
}

.often-ul > ul > li > b {
  display: block;
  width: 33px;
  height: 3px;
  margin: 0 auto;
  background-color: #f20400;
  margin-top: 5px;
}

.often-ul > ul > li > span {
  display: block;
  color: #808080;
  font-size: 16px;
  margin-top: 10px;
}

.often-ul > ul > li > span > a {
  color: #808080;
}

/********************** 公共样式 **********************/
/* 辅助 */
.auxiliary {
  height: 250px;
  padding-top: 60px;
}

/* 页尾 */
.footer {
  min-width: 1200px;
  height: 250px;
  background: #3b3b3b;
  margin-top: -250px;
  background-image: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 6.30208% 0;
  position: relative;
  background-color: #006ac2;
}

.footer .footer-b {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  width: 100%;
  height: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000, endColorstr=#19000000);
  overflow: hidden;
}

.footer .footer-b > p {
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 30px;
}

.footer .footer-b > p > span {
  margin-right: 30px;
}

.footer .footer-b > p > span > a {
  color: #fff;
}

.footer-main {
  width: 1200px;
  height: 250px;
  position: relative;
}

.footer-main > .left {
  float: left;
  /*width: 665px;*/
  padding-top: 32px;
}

.footer-main > .left > h4 {
  color: white;
  font-size: 20px;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 23px;
}

.footer-main > .left > ul > li {
  margin-right: 8px;
  margin-bottom: 5px;
}

.footer-main > .left > ul > li > a {
  color: #fff;
  font-size: 12px;
}

.footer-main > .left-code {
  color: #fff;
}

.footer-main > .left-code a {
  color: #fff;
}

.footer-main > .left-code:first-child {
  width: 46%;
}

.footer-main > .left-code:last-child,
.footer-main > .lastLeft {
  width: 27%;
}

.footer-main > .right {
  width: 25%;
  float: right;
  padding-top: 34px;
}

.footer-main > .right .fx {
  display: inline-block;
  float: left;
  width: 34px;
  height: 34px;
  background-image: url(../img/fxs.png);
  background-repeat: no-repeat;
  margin-right: 10px;
}

.footer-main > .right .fx1 {
  background-position: 0 0;
}

.footer-main > .right .fx2 {
  background-position: -44px 0;
}

.footer-main > .right .fx3 {
  background-position: -88px 0;
}

.footer-main > .right .fx4 {
  background-position: -132px 0;
}

.footer-main > .right .fx5 {
  background-position: -176px 0;
}

.footer-main .right-code {
  width: 25%;
}

.footer-main .right-code > div {
  width: 100px;
  margin-left: 20px;
  float: left;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.footer-main .right-code > div > p {
  margin-top: 6px;
}

.footer-main .right-code > div > img {
  width: 90%;
}

.footer-main > .left-code:first-child {
  width: 46%;
}

.footer-main > .left-code:nth-child(2) {
  width: 27%;
}

.footer-main .right-code {
  width: 25%;
}

.autoText {
  z-index: 9;
  color: #fff;
  font-size: 25px;
  width: 410px;
  font-weight: bolder;
  font-family: STKaiti, Kaiti, serif;
  float: left;
  margin-top: 34px;
  margin-left: 250px;
}

.autoText > p {
  width: 100%;
  line-height: 1.3em;
}

.autoText > p > span {
  transition: .5s;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  opacity: 0;
  font-family: STKaiti, Kaiti, serif;
}

.autoText > p > .sp-show {
  opacity: 1;
}

.info_contact {

  padding: 15px 10px;
  background: #cce8ff;
  position: fixed;
  top: 50%;
  left: 0;
  z-index: 999;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.info_contact > h4 {
  color: #005cac;
  font-size: 20px;
  text-align: center;
}

.info_contact > ul > li {
  text-align: center;
  color: #333;
  margin-top: 20px;
}

.info_contact > ul > li > img {
  margin-bottom: 8px;
}

.info_contact > ul > li > .info_wechat {
  width: 90px;
  height: 90px;
}

.info_contact > ul > li .machinery-tel {
  width: 48px;
}

.wraps7 .piece5 > ul > li:before {
  display: none;
}

.wraps7 .piece5 > .showTab {
  border-bottom: 1px #ccc solid;
  height: 58px;
}

.wraps7 .piece5 > .showTab > li > h2 {
  border-bottom: none;
  cursor: default;
  color: #666;
}

.wraps7 .piece5 > .showTab > li > h2 > a {
  position: static;
  margin-left: 20px;
}

.wraps7 .piece5 > .showTab > .liActive {
  border-bottom: 4px #0953b4 solid;
}

.wraps7 .piece5 > .showTab > .liActive > h2 {
  font-size: 26px;
  color: #0953b4;
  padding-bottom: 0;
}

.wraps7 .piece5 > .showTab > .liActive > h2 > a {
  color: #0953b4;
}

.wraps7 .piece5 .showContent {
  display: none;
}

.wraps7 .piece5 .showContent1 {
  display: block;
}

.wrap1 .piece5 > ul > li:before {
  display: none;
}

.wrap1 .nav2 .nav2-ul > li > a {
  padding: 0 10px;
}

.wrap1 .piece5 > .showTab {
  border-bottom: 1px #ccc solid;
  height: 58px;
}

.wrap1 .piece5 > .showTab > li > h2 {
  border-bottom: none;
  cursor: default;
  color: #666;
}

.wrap1 .piece5 > .showTab > li > h2 > a {
  position: static;
  margin-left: 20px;
}

.wrap1 .piece5 > .showTab > .liActive {
  border-bottom: 4px #0953b4 solid;
}

.wrap1 .piece5 > .showTab > .liActive > h2 {
  font-size: 26px;
  color: #0953b4;
  padding-bottom: 0;
}

.wrap1 .piece5 > .showTab > .liActive > h2 > a {
  color: #0953b4;
}

.wrap1 .piece5 .showContent {
  display: none;
}

.wrap1 .piece5 .showContent1 {
  display: block;
}

.wraps1 .library-pieceTxt > .changeTab > li > .h2-tit1 {
  background: none !important;
  font-size: 18px;
  padding-left: 0;
}

.library-piece .entrance {
  height: 56px;
  line-height: 56px;
  font-size: 24px;
  margin-top: 15px;
}

.library-piece .entrance > a > span {
  padding-top: 0;
}

.newUl {
  display: none;
}

.newUl1 {
  display: block;
}

.inquiry li {
  cursor: pointer;
}

.inquiry li .s-form {
  display: none;
}

.inquiry li .s-form > .s-txt {
  width: 89%;
}

.wraps7 .piece > .entrance {
  height: 55px;
  line-height: 55px;
  font-size: 26px;
  margin-top: 10px;
  position: relative;
}

.wraps7 .piece > .entrance > a > span {
  padding-top: 0;
}

.wraps7 .piece > .entrance .qqMask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background: rgba(0, 0, 0, 0.8);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#C80000, endColorstr=#C8000000);
  display: none;
}

.wraps7 .piece > .entrance .qqMask > h4 {
  font-size: 16px;
  font-weight: normal;
}

.wraps7 .piece > .entrance .qqMask > ul > li {
  font-size: 14px;
  width: 46%;
  margin-left: 2%;
  margin-right: 2%;
  margin-top: -3px;
  cursor: pointer;
}

.wraps7 .piece > .entrance:hover .qqMask {
  display: block;
}

.piece > .changeTab {
  border-bottom: 1px #ccc solid;
}

.piece > .changeTab > li:before {
  display: none;
}

.piece > .changeTab > li > .h2-tit1 {
  border-bottom: none;
  padding-bottom: 0;
  background: url(../img/icon1.png) 0 14px no-repeat;
}

.piece > .changeTab > li > .h2-tit1:before {
  top: 14px;
}

.piece > .changeTab > li > .h2-tit1 > a {
  position: static;
  margin-left: 20px;
}

.piece > .changeTab > .tabLi {
  border-bottom: 4px #00a46e solid;
  cursor: default;
}

.works {
  position: relative;
}

.work {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 270px;
  background-color: #fff;
  z-index: 10;
}

.work > a {
  display: inline-block;
  height: 250px;
}

.work > a > img {
  width: 100%;
  height: 100%;
}

.work1 {
  z-index: 9;
}

.jwContact {
  padding-top: 10px;
}

.jwContact p {
  margin-bottom: 15px;
}

.jwContact p span > a {
  color: #333;
}

/*录取查询*/
.admiss-box form {
  width: 305px;
  padding: 40px 50px;
  margin: 50px auto;
  border: 1px #ccc solid;
  border-radius: 6px;
}

.admiss-box ul > li {
  margin-bottom: 10px;
}

.admiss-box ul > li input {
  height: 24px;
  line-height: 34px;
}

.admiss-box ul > li > span {
  display: inline-block;
  width: 72px;
  text-align: right;
  margin-right: 10px;
}

.admiss-box ul > li > .yzm {
  width: 66px;
}

.admiss-box ul > li > img {
  vertical-align: top;
}

.admiss-box #search {
  width: 100px;
  height: 30px;
  display: block;
  border: none;
  background: #006ac2;
  border-radius: 4px;
  color: #fff;
  margin: auto;
  margin-top: 30px;
}

#success {
  text-align: center;
  font-size: 20px;
  color: red;
}

/*在线报名*/
.online-box {
  width: 744px;
  margin: auto;
  margin-top: 50px;
}

.online-box > form > label {
  display: inline-block;
  margin-right: 60px;
}

.online-box > form > label > span {
  width: 84px;
  display: inline-block;
  text-align: right;
}

.online-box > form > label > span > i {
  color: red;
  margin-right: 3px;
}

.online-box > form > label > label {
  display: inline-block;
}

.online-box > form > label > label input[type="radio"] {
  margin-top: 0;
}

.online-box > form > .remark {
  position: relative;
  padding-left: 84px;
}

.online-box > form > .remark > span {
  position: absolute;
  top: 0;
  left: 0;
}

.online-box > form > .remark > textarea {
  width: 592px;
  height: 200px;
  resize: none;
}

.online-box > form input[type="submit"] {
  width: 100px;
  height: 30px;
  display: block;
  border: none;
  background: #006ac2;
  border-radius: 4px;
  color: #fff;
  margin: auto;
  margin-top: 30px;
}

/* 页尾 */
/*分页器样式 2017-06-16*/
.page-multi {
  text-align: center;
  margin-top: 22px;
  display: inline-block;
}

.page-multi li {
  border: 1px solid #ccc;
  margin-left: 7px;
  float: left;
}

.page-multi li:nth-child(1) {
  border: 1px solid #ccc;
  margin-left: 0;
}

.page-multi li a,
.page-multi li span {
  padding: 6px 15px;
  color: #777;
}

li.active span {
  color: #fff;
  background: #0088cc;
  padding: 1px 15px;
  display: inline-block;
}

li.active {
  border: none;
}

#correct_193 a {
  width: 640px;
}

.s-menu > #rankList {
  border: none;
}

.s-menu > #rankList > li {
  padding: 5px 0;
}

.s-menu > #rankList > li > div {
  width: 55px;
  text-align: center;
  color: white;
  float: left;
  font-size: 14px;
  margin-right: 10px;
}

.s-menu > #rankList > li > div > h6 {
  height: 28px;
  line-height: 28px;
  background: #006ac2;
}

.s-menu > #rankList > li > div > p {
  height: 19px;
  padding-top: 11px;
  background: #fff;
  background: url(../img/timeBg_03.png) -10px 0 no-repeat;
  color: #808080;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
}

.s-menu > #rankList > li > a {
  font-size: 14px;
  color: #808080;
  padding: 0;
  line-height: 19px;
}

.gh-1218-link {
  width: 100%;
  height: 50px;
  color: #ffffff;
  font-size: 22px;
  display: block;
  background-color: #20AFE5;
  line-height: 2.5em;
  text-align: center;
  bottom: 0;
  margin-top: 125px;
}

.gh-1218-content > .title {
  font-size: 35px;
  line-height: 1.5em;
  margin-bottom: 13px;
}

.gh-1218-content > p {
  font-size: 19px;
  line-height: 2.3em;
  padding-left: 10px;
}

.jwc-p {
  height: 301px;
}

.wrap1 > .top-solid {
  background-color: #0b5ea0;
}

.wrap1 .h2-tit1 {
  color: #0b5ea0;
}

.wrap1 .s-menu > .title > p {
  color: #0b5ea0;
}

.wrap1 .s-menu > .title > p:before {
  background: #0b5ea0;
}

.wrap1 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wrap1 .s-menu > .ranknew > p > span {
  background: #0b5ea0;
}

.wrap1 .s-menu > .ranknew > p:before {
  display: none;
}

.wrap1 .s-menu .right-header li a:hover {
  color: #0b5ea0;
}

.wrap1 .s-menu > ul > li > .active {
  color: #0b5ea0;
  border-left-color: #0b5ea0;
}

.wrap1 .s-menu > #rankList > li > div > h6 {
  background-color: #0b5ea0;
}

.wrap1 .nav {
  background: #0b5ea0;
}

.wrap1 .nav-ul {
  background-color: #0b5ea0;
}

.wrap1 .nav-ul > li:hover > a {
  background-color: #024282;
}

.wrap1 .nav-ul > .active > a {
  background-color: #024282;
}

.wrap1 .s-pagination .swiper-active-switch {
  background-color: #0b5ea0;
}

.wrap1 .s-page > svg {
  fill: #0b5ea0;
}

.wrap1 .skills-contest > li .s-time > .day {
  color: #0b5ea0;
}

.wrap1 .skills-contest > li .s-txt > h3 > a {
  color: #0b5ea0;
}

.wrap1 .nav2 .nav2-ul > li > a {
  color: #024282;
}

.wrap1 .header {
  background-image: url(../img/2ban-2.jpg);
  -webkit-background-size: cover;
  background-size: cover;
}

.wrap1 .h2-tit1:before {
  content: '';
  width: 80px;
  height: 4px;
  background: #0b5ea0;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.wrap1 .piece > ul > li {
  padding-left: 12px;
  position: relative;
}

.wrap1 .piece > ul > li:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #0b5ea0;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 0;
  top: 9px;
}

.wrap1 .h2-tit1:before {
  display: none !important;
}

.wrap1 .piece > ul > .img-li:before {
  display: none;
}

.wrap1 .piece .img-li > a:last-child {
  max-width: calc(100% - 255px);
}

.wrap1 #jx-ul > li:before {
  display: none;
}

.wrap1 #jx-ul > li {
  padding-left: 0;
  margin-bottom: 11px;
}

.wrap1 #jx-ul > li:first-child .jx-ul-data {
  text-align: center;
  border: 1px solid #B80003;
}

.wrap1 #jx-ul > li:first-child .jx-ul-data > .p1 {
  font-size: 12px;
  padding: 0 4px;
  color: #fff;
  background-color: #B80003;
  line-height: 1.4em;
}

.wrap1 #jx-ul > li:first-child .jx-ul-data > .p2 {
  font-weight: bold;
  color: #B80003;
}

.wrap1 #jx-ul .jx-ul-data {
  text-align: center;
  border: 1px solid #909192;
  /*#B80003*/
}

.wrap1 #jx-ul .jx-ul-data > .p1 {
  font-size: 12px;
  padding: 0 4px;
  color: #fff;
  background-color: #909192;
  line-height: 1.4em;
}

.wrap1 #jx-ul .jx-ul-data > .p2 {
  font-weight: bold;
  color: #909192;
}

.wrap1 #jx-ul .txt {
  margin-left: 9px;
  width: 80%;
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
}

.wrap1 #jx-ul .txt > h5 {
  color: #333333;
}

.wrap1 #jx-ul .txt > h5 > a {
  color: #333333;
}

.wrap1 #jx-ul .txt > p {
  color: #a7a7a7;
  font-size: 13px;
}

.wrap1 #jx-ul .txt > p > a {
  color: #a7a7a7;
}

.wrap2 > .top-solid {
  background-color: #c23930;
}

.wrap2 .h2-tit1 {
  color: #c23930;
}

.wrap2 .s-menu > .title > p {
  color: #c23930;
}

.wrap2 .s-menu > .title > p:before {
  background: #c23930;
}

.wrap2 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wrap2 .s-menu > .ranknew > p > span {
  background: #c23930;
}

.wrap2 .s-menu > .ranknew > p:before {
  display: none;
}

.wrap2 .s-menu .right-header li a:hover {
  color: #c23930;
}

.wrap2 .s-menu > ul > li > .active {
  color: #c23930;
  border-left-color: #c23930;
}

.wrap2 .s-menu > #rankList > li > div > h6 {
  background-color: #c23930;
}

.wrap2 .nav {
  background: #c23930;
}

.wrap2 .nav-ul {
  background-color: #c23930;
}

.wrap2 .nav-ul > li:hover > a {
  background-color: #b60b00;
}

.wrap2 .nav-ul > .active > a {
  background-color: #b60b00;
}

.wrap2 .s-pagination .swiper-active-switch {
  background-color: #c23930;
}

.wrap2 .s-page > svg {
  fill: #c23930;
}

.wrap2 .skills-contest > li .s-time > .day {
  color: #c23930;
}

.wrap2 .skills-contest > li .s-txt > h3 > a {
  color: #c23930;
}

.wrap2 .nav2 .nav2-ul > li > a {
  color: #b60b00;
}

.wrap2 .header {
  background-image: url(../img/2ban-3.jpg);
}

.wrap2 .h2-tit1:before {
  content: '';
  width: 80px;
  height: 4px;
  background: #c23930;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.wrap2 .h2-tit1 > span {
  color: #adadad;
  font-size: 14px;
}

.wrap3 > .top-solid {
  background-color: #6ed07c;
}

.wrap3 .h2-tit1 {
  color: #6ed07c;
}

.wrap3 .s-menu > .title > p {
  color: #6ed07c;
}

.wrap3 .s-menu > .title > p:before {
  background: #6ed07c;
}

.wrap3 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wrap3 .s-menu > .ranknew > p > span {
  background: #6ed07c;
}

.wrap3 .s-menu > .ranknew > p:before {
  display: none;
}

.wrap3 .s-menu .right-header li a:hover {
  color: #6ed07c;
}

.wrap3 .s-menu > ul > li > .active {
  color: #6ed07c;
  border-left-color: #6ed07c;
}

.wrap3 .s-menu > #rankList > li > div > h6 {
  background-color: #6ed07c;
}

.wrap3 .nav {
  background: #6ed07c;
}

.wrap3 .nav-ul {
  background-color: #6ed07c;
}

.wrap3 .nav-ul > li:hover > a {
  background-color: #4fc260;
}

.wrap3 .nav-ul > .active > a {
  background-color: #4fc260;
}

.wrap3 .s-pagination .swiper-active-switch {
  background-color: #6ed07c;
}

.wrap3 .s-page > svg {
  fill: #6ed07c;
}

.wrap3 .skills-contest > li .s-time > .day {
  color: #6ed07c;
}

.wrap3 .skills-contest > li .s-txt > h3 > a {
  color: #6ed07c;
}

.wrap3 .nav2 .nav2-ul > li > a {
  color: #4fc260;
}

.wrap3 .header {
  background-image: url(../img/2ban-4.jpg);
}

.wrap3 .h2-tit1 {
  padding-left: 30px;
}

.wrap3 .h2-tit1:before {
  content: url(../img/icon1.png);
  position: absolute;
  top: 2px;
  left: 0;
}

.wrap3 .piece > ul > li {
  padding-left: 12px;
  position: relative;
}

.wrap3 .piece > ul > li:before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid #6ed07c;
  border-right-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  left: 0;
  top: 9px;
}

.wrap3 .piece > ul > .img-li:before {
  display: none;
}

.wrap4 > .top-solid {
  background-color: #f79f3f;
}

.wrap4 .h2-tit1 {
  color: #f79f3f;
}

.wrap4 .s-menu > .title > p {
  color: #f79f3f;
}

.wrap4 .s-menu > .title > p:before {
  background: #f79f3f;
}

.wrap4 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wrap4 .s-menu > .ranknew > p > span {
  background: #f79f3f;
}

.wrap4 .s-menu > .ranknew > p:before {
  display: none;
}

.wrap4 .s-menu .right-header li a:hover {
  color: #f79f3f;
}

.wrap4 .s-menu > ul > li > .active {
  color: #f79f3f;
  border-left-color: #f79f3f;
}

.wrap4 .s-menu > #rankList > li > div > h6 {
  background-color: #f79f3f;
}

.wrap4 .nav {
  background: #f79f3f;
}

.wrap4 .nav-ul {
  background-color: #f79f3f;
}

.wrap4 .nav-ul > li:hover > a {
  background-color: #ea8e2a;
}

.wrap4 .nav-ul > .active > a {
  background-color: #ea8e2a;
}

.wrap4 .s-pagination .swiper-active-switch {
  background-color: #f79f3f;
}

.wrap4 .s-page > svg {
  fill: #f79f3f;
}

.wrap4 .skills-contest > li .s-time > .day {
  color: #f79f3f;
}

.wrap4 .skills-contest > li .s-txt > h3 > a {
  color: #f79f3f;
}

.wrap4 .nav2 .nav2-ul > li > a {
  color: #ea8e2a;
}

.wrap4 .header {
  background-image: url(../img/2ban-4.jpg);
}

.wrap4 .h2-tit1 {
  color: #f79f3f;
  border-bottom: 1px #ccc dashed;
}

.wrap4 .h2-tit1 > a {
  color: #f79f3f;
}

.wrap5 > .top-solid {
  background-color: #6ed07c;
}

.wrap5 .h2-tit1 {
  color: #6ed07c;
}

.wrap5 .s-menu > .title > p {
  color: #6ed07c;
}

.wrap5 .s-menu > .title > p:before {
  background: #6ed07c;
}

.wrap5 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wrap5 .s-menu > .ranknew > p > span {
  background: #6ed07c;
}

.wrap5 .s-menu > .ranknew > p:before {
  display: none;
}

.wrap5 .s-menu .right-header li a:hover {
  color: #6ed07c;
}

.wrap5 .s-menu > ul > li > .active {
  color: #6ed07c;
  border-left-color: #6ed07c;
}

.wrap5 .s-menu > #rankList > li > div > h6 {
  background-color: #6ed07c;
}

.wrap5 .nav {
  background: #6ed07c;
}

.wrap5 .nav-ul {
  background-color: #6ed07c;
}

.wrap5 .nav-ul > li:hover > a {
  background-color: #4fc260;
}

.wrap5 .nav-ul > .active > a {
  background-color: #4fc260;
}

.wrap5 .s-pagination .swiper-active-switch {
  background-color: #6ed07c;
}

.wrap5 .s-page > svg {
  fill: #6ed07c;
}

.wrap5 .skills-contest > li .s-time > .day {
  color: #6ed07c;
}

.wrap5 .skills-contest > li .s-txt > h3 > a {
  color: #6ed07c;
}

.wrap5 .nav2 .nav2-ul > li > a {
  color: #4fc260;
}

.wrap5 .piece > ul > li > a:first-child {
  color: #6ed07c;
}

.wraps1 > .top-solid {
  background-color: #00a46e;
}

.wraps1 .h2-tit1 {
  color: #00a46e;
}

.wraps1 .s-menu > .title > p {
  color: #00a46e;
}

.wraps1 .s-menu > .title > p:before {
  background: #00a46e;
}

.wraps1 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wraps1 .s-menu > .ranknew > p > span {
  background: #00a46e;
}

.wraps1 .s-menu > .ranknew > p:before {
  display: none;
}

.wraps1 .s-menu .right-header li a:hover {
  color: #00a46e;
}

.wraps1 .s-menu > ul > li > .active {
  color: #00a46e;
  border-left-color: #00a46e;
}

.wraps1 .s-menu > #rankList > li > div > h6 {
  background-color: #00a46e;
}

.wraps1 .nav {
  background: #00a46e;
}

.wraps1 .nav-ul {
  background-color: #00a46e;
}

.wraps1 .nav-ul > li:hover > a {
  background-color: #107e4a;
}

.wraps1 .nav-ul > .active > a {
  background-color: #107e4a;
}

.wraps1 .s-pagination .swiper-active-switch {
  background-color: #00a46e;
}

.wraps1 .s-page > svg {
  fill: #00a46e;
}

.wraps1 .skills-contest > li .s-time > .day {
  color: #00a46e;
}

.wraps1 .skills-contest > li .s-txt > h3 > a {
  color: #00a46e;
}

.wraps1 .nav2 .nav2-ul > li > a {
  color: #107e4a;
}

.wraps1 .header {
  background-image: url(../img/2ban-4.jpg);
}

.wraps1 .h2-tit1 {
  padding-left: 30px;
  background: url(../img/icon1.png) 0 2px no-repeat;
}

.wraps1 .piece > ul > li {
  padding-left: 18px;
  position: relative;
}

.wraps1 .piece > ul > li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #00a46e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.wraps7 .piece > ul > li {
  padding-left: 18px;
  position: relative;
}

.wraps7 .piece > ul > li:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0953b4;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.wraps7 .piece > ul > .img-li:before {
  display: none;
}

.wraps10 > .top-solid {
  background-color: #c8161d;
}

.wraps10 .h2-tit1 {
  color: #c8161d;
}

.wraps10 .s-menu > .title > p {
  color: #c8161d;
}

.wraps10 .s-menu > .title > p:before {
  background: #c8161d;
}

.wraps10 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wraps10 .s-menu > .ranknew > p > span {
  background: #c8161d;
}

.wraps10 .s-menu > .ranknew > p:before {
  display: none;
}

.wraps10 .s-menu .right-header li a:hover {
  color: #c8161d;
}

.wraps10 .s-menu > ul > li > .active {
  color: #c8161d;
  border-left-color: #c8161d;
}

.wraps10 .s-menu > #rankList > li > div > h6 {
  background-color: #c8161d;
}

.wraps10 .nav {
  background: #c8161d;
}

.wraps10 .nav-ul {
  background-color: #c8161d;
}

.wraps10 .nav-ul > li:hover > a {
  background-color: #b50007;
}

.wraps10 .nav-ul > .active > a {
  background-color: #b50007;
}

.wraps10 .s-pagination .swiper-active-switch {
  background-color: #c8161d;
}

.wraps10 .s-page > svg {
  fill: #c8161d;
}

.wraps10 .skills-contest > li .s-time > .day {
  color: #c8161d;
}

.wraps10 .skills-contest > li .s-txt > h3 > a {
  color: #c8161d;
}

.wraps10 .nav2 .nav2-ul > li > a {
  color: #b50007;
}

.wraps10 .header {
  background-image: url(../img/2ban-4.jpg);
}

.wraps10 .h2-tit1 {
  position: relative;
  padding-bottom: 34px;
  padding-left: 10px;
}

.wraps10 .h2-tit1:before {
  content: '';
  width: 4px;
  height: 46px;
  background: #c8161d;
  position: absolute;
  left: 0px;
  top: 0;
}

.wraps10 .h2-tit1 > span {
  color: #adadad;
  font-size: 14px;
  position: absolute;
  bottom: 8px;
  left: 10px;
}

.wraps12 .h2-tit1 {
  color: #333;
  border-bottom: 2px solid #0953b4;
}

.wraps12 .piece > ul > li {
  padding-left: 18px;
  position: relative;
}

.wraps12 .piece > ul > li:before {
  content: url(../img/icon3.png);
  position: absolute;
  top: 0;
  left: 0;
}

.wraps16 > .top-solid {
  background-color: #c8161d;
}

.wraps16 .h2-tit1 {
  color: #c8161d;
}

.wraps16 .s-menu > .title > p {
  color: #c8161d;
}

.wraps16 .s-menu > .title > p:before {
  background: #c8161d;
}

.wraps16 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wraps16 .s-menu > .ranknew > p > span {
  background: #c8161d;
}

.wraps16 .s-menu > .ranknew > p:before {
  display: none;
}

.wraps16 .s-menu .right-header li a:hover {
  color: #c8161d;
}

.wraps16 .s-menu > ul > li > .active {
  color: #c8161d;
  border-left-color: #c8161d;
}

.wraps16 .s-menu > #rankList > li > div > h6 {
  background-color: #c8161d;
}

.wraps16 .nav {
  background: #c8161d;
}

.wraps16 .nav-ul {
  background-color: #c8161d;
}

.wraps16 .nav-ul > li:hover > a {
  background-color: #b50007;
}

.wraps16 .nav-ul > .active > a {
  background-color: #b50007;
}

.wraps16 .s-pagination .swiper-active-switch {
  background-color: #c8161d;
}

.wraps16 .s-page > svg {
  fill: #c8161d;
}

.wraps16 .skills-contest > li .s-time > .day {
  color: #c8161d;
}

.wraps16 .skills-contest > li .s-txt > h3 > a {
  color: #c8161d;
}

.wraps16 .nav2 .nav2-ul > li > a {
  color: #b50007;
}

.wraps16 .header {
  background-image: url(../img/2ban-4.jpg);
}

.wraps16 .h2-tit1 a {
  color: #c8161d;
}

.wraps16 .piece > ul > li {
  padding-left: 18px;
  position: relative;
}

.wraps16 .piece > ul > li:before {
  content: url(../img/icon3.png);
  position: absolute;
  left: 0;
  top: 0;
}

.wraps16 .piece > ul > .img-li:before {
  display: none;
}

.wraps6 > .top-solid,
.wraps13 > .top-solid,
.wraps14 > .top-solid,
.wraps15 > .top-solid,
.wraps17 > .top-solid,
.wraps18 > .top-solid {
  background-color: #00a46e;
}

.wraps6 .h2-tit1,
.wraps13 .h2-tit1,
.wraps14 .h2-tit1,
.wraps15 .h2-tit1,
.wraps17 .h2-tit1,
.wraps18 .h2-tit1 {
  color: #00a46e;
}

.wraps6 .s-menu > .title > p,
.wraps13 .s-menu > .title > p,
.wraps14 .s-menu > .title > p,
.wraps15 .s-menu > .title > p,
.wraps17 .s-menu > .title > p,
.wraps18 .s-menu > .title > p {
  color: #00a46e;
}

.wraps6 .s-menu > .title > p:before,
.wraps13 .s-menu > .title > p:before,
.wraps14 .s-menu > .title > p:before,
.wraps15 .s-menu > .title > p:before,
.wraps17 .s-menu > .title > p:before,
.wraps18 .s-menu > .title > p:before {
  background: #00a46e;
}

.wraps6 .s-menu > .ranknew > p,
.wraps13 .s-menu > .ranknew > p,
.wraps14 .s-menu > .ranknew > p,
.wraps15 .s-menu > .ranknew > p,
.wraps17 .s-menu > .ranknew > p,
.wraps18 .s-menu > .ranknew > p {
  background: none;
  border-bottom: 1px #ececec solid;
}

.wraps6 .s-menu > .ranknew > p > span,
.wraps13 .s-menu > .ranknew > p > span,
.wraps14 .s-menu > .ranknew > p > span,
.wraps15 .s-menu > .ranknew > p > span,
.wraps17 .s-menu > .ranknew > p > span,
.wraps18 .s-menu > .ranknew > p > span {
  background: #00a46e;
}

.wraps6 .s-menu > .ranknew > p:before,
.wraps13 .s-menu > .ranknew > p:before,
.wraps14 .s-menu > .ranknew > p:before,
.wraps15 .s-menu > .ranknew > p:before,
.wraps17 .s-menu > .ranknew > p:before,
.wraps18 .s-menu > .ranknew > p:before {
  display: none;
}

.wraps6 .s-menu .right-header li a:hover,
.wraps13 .s-menu .right-header li a:hover,
.wraps14 .s-menu .right-header li a:hover,
.wraps15 .s-menu .right-header li a:hover,
.wraps17 .s-menu .right-header li a:hover,
.wraps18 .s-menu .right-header li a:hover {
  color: #00a46e;
}

.wraps6 .s-menu > ul > li > .active,
.wraps13 .s-menu > ul > li > .active,
.wraps14 .s-menu > ul > li > .active,
.wraps15 .s-menu > ul > li > .active,
.wraps17 .s-menu > ul > li > .active,
.wraps18 .s-menu > ul > li > .active {
  color: #00a46e;
  border-left-color: #00a46e;
}

.wraps6 .s-menu > #rankList > li > div > h6,
.wraps13 .s-menu > #rankList > li > div > h6,
.wraps14 .s-menu > #rankList > li > div > h6,
.wraps15 .s-menu > #rankList > li > div > h6,
.wraps17 .s-menu > #rankList > li > div > h6,
.wraps18 .s-menu > #rankList > li > div > h6 {
  background-color: #00a46e;
}

.wraps6 .nav,
.wraps13 .nav,
.wraps14 .nav,
.wraps15 .nav,
.wraps17 .nav,
.wraps18 .nav {
  background: #00a46e;
}

.wraps6 .nav-ul,
.wraps13 .nav-ul,
.wraps14 .nav-ul,
.wraps15 .nav-ul,
.wraps17 .nav-ul,
.wraps18 .nav-ul {
  background-color: #00a46e;
}

.wraps6 .nav-ul > li:hover > a,
.wraps13 .nav-ul > li:hover > a,
.wraps14 .nav-ul > li:hover > a,
.wraps15 .nav-ul > li:hover > a,
.wraps17 .nav-ul > li:hover > a,
.wraps18 .nav-ul > li:hover > a {
  background-color: #009765;
}

.wraps6 .nav-ul > .active > a,
.wraps13 .nav-ul > .active > a,
.wraps14 .nav-ul > .active > a,
.wraps15 .nav-ul > .active > a,
.wraps17 .nav-ul > .active > a,
.wraps18 .nav-ul > .active > a {
  background-color: #009765;
}

.wraps6 .s-pagination .swiper-active-switch,
.wraps13 .s-pagination .swiper-active-switch,
.wraps14 .s-pagination .swiper-active-switch,
.wraps15 .s-pagination .swiper-active-switch,
.wraps17 .s-pagination .swiper-active-switch,
.wraps18 .s-pagination .swiper-active-switch {
  background-color: #00a46e;
}

.wraps6 .s-page > svg,
.wraps13 .s-page > svg,
.wraps14 .s-page > svg,
.wraps15 .s-page > svg,
.wraps17 .s-page > svg,
.wraps18 .s-page > svg {
  fill: #00a46e;
}

.wraps6 .skills-contest > li .s-time > .day,
.wraps13 .skills-contest > li .s-time > .day,
.wraps14 .skills-contest > li .s-time > .day,
.wraps15 .skills-contest > li .s-time > .day,
.wraps17 .skills-contest > li .s-time > .day,
.wraps18 .skills-contest > li .s-time > .day {
  color: #00a46e;
}

.wraps6 .skills-contest > li .s-txt > h3 > a,
.wraps13 .skills-contest > li .s-txt > h3 > a,
.wraps14 .skills-contest > li .s-txt > h3 > a,
.wraps15 .skills-contest > li .s-txt > h3 > a,
.wraps17 .skills-contest > li .s-txt > h3 > a,
.wraps18 .skills-contest > li .s-txt > h3 > a {
  color: #00a46e;
}

.wraps6 .nav2 .nav2-ul > li > a,
.wraps13 .nav2 .nav2-ul > li > a,
.wraps14 .nav2 .nav2-ul > li > a,
.wraps15 .nav2 .nav2-ul > li > a,
.wraps17 .nav2 .nav2-ul > li > a,
.wraps18 .nav2 .nav2-ul > li > a {
  color: #009765;
}

.wraps6 .h2-tit1,
.wraps13 .h2-tit1,
.wraps14 .h2-tit1,
.wraps15 .h2-tit1,
.wraps17 .h2-tit1,
.wraps18 .h2-tit1 {
  padding-left: 34px;
  border-bottom: 1px dashed #cccccc;
}

.wraps6 .h2-tit1:before,
.wraps13 .h2-tit1:before,
.wraps14 .h2-tit1:before,
.wraps15 .h2-tit1:before,
.wraps17 .h2-tit1:before,
.wraps18 .h2-tit1:before {
  content: url(../img/icon2.png);
  position: absolute;
  top: 0;
  left: 0;
}

.footer1 {
  background-color: #0b5ea0;
}

.footer2 {
  background-color: #c23930;
}

.footer3 {
  background-color: #6ed07c;
}

.footer4 {
  background-color: #f79f3f;
}

.footer5 {
  background-color: #6ed07c;
}

.footers1 {
  background-color: #00a46e;
}

.footers6,
.footers13,
.footers14,
.footers15,
.footers17,
.footers18 {
  background-color: #00a46e;
}

.footers10,
.footers16 {
  background-color: #c8161d;
}

.menu-btn {
  display: none;
  position: fixed;
  top: 18px;
  right: 10px;
  width: 24px;
  height: 25px;
  z-index: 9999999;
}

.menu-btn > span {
  display: block;
  width: 24px;
  height: 3px;
  background: #c8161d;
  cursor: pointer;
  border-radius: 3px;
}

.menu-btn > span:nth-child(1) {
  position: absolute;
  top: 4px;
}

.menu-btn > span:nth-child(2) {
  position: absolute;
  top: 11px;
}

.menu-btn > span:nth-child(3) {
  position: absolute;
  top: 18px;
}

.menu-btn > .span1 {
  background: white;
  -webkit-animation: span1 .5s alternate;
  -moz-animation: span1 .5s alternate;
  animation: span1 .5s alternate;
  -webkit-transform: translateY(7px) rotateZ(45deg);
  -moz-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
}

.menu-btn > .span3 {
  background: #c8161d;
  -webkit-animation: span2 .5s alternate;
  -moz-animation: span2 .5s alternate;
  animation: span2 .5s alternate;
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -moz-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
}

.menu-btn > .span1-1 {
  background: #c8161d;
  -webkit-animation: span1-1 .5s alternate;
  -moz-animation: span1-1 .5s alternate;
  -o-animation: span1-1 .5s alternate;
  animation: span1-1 .5s alternate;
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
}

.menu-btn > .span3-1 {
  animation: span3-1 .5s alternate;
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
  background: #c8161d;
}

.right-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #333;
  z-index: 9999997;
  min-width: 320px;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: .45s;
  -moz-transition: .45s;
  transition: .45s;
}

.right-menu > .menu-ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  padding-top: 10px;
  z-index: 1;
  background: #333;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  transition: .4s;
  overflow-x: hidden;
  overflow-y: scroll;
}

.right-menu > .menu-ul > li {
  width: 100%;
  border-bottom: 1px solid #444;
  line-height: 2.5em;
  position: relative;
}

.right-menu > .menu-ul > li > a {
  color: white;
  display: block;
  opacity: .8;
  width: 100%;
  padding-left: 10%;
}

.right-menu > .menu-ul > li > a:hover {
  opacity: 1;
}

.right-menu > .menu-ul > li > img {
  width: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.right-menu > .menu-ul .menu-ul1 {
  display: none;
}

.right-menu > .menu-ul .menu-ul1 > ul > li {
  width: 100%;
  border-bottom: 1px solid #444;
  line-height: 2.5em;
  position: relative;
  font-size: 12px;
}

.right-menu > .menu-ul .menu-ul1 > ul > li > a {
  color: white;
  display: block;
  opacity: .8;
  width: 100%;
  padding-left: 15%;
}

.right-menu > .menu-ul .menu-ul1 > ul > li > a:hover {
  opacity: 1;
}

.right-menu1 {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}

@keyframes span1 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(7px) rotateZ(45deg);
    background: white;
  }
}

@-webkit-keyframes span1 {
  0% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    background: white;
  }
}

@-moz-keyframes span1 {
  0% {
    -moz-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -moz-transform: translateY(-3px);
  }
  70% {
    -moz-transform: translateY(7px);
  }
  100% {
    -moz-transform: translateY(7px) rotateZ(45deg);
    background: white;
  }
}

@keyframes span2 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotateZ(-45deg);
    background: white;
  }
}

@keyframes span2 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotateZ(-45deg);
    background: white;
  }
}

@-webkit-keyframes span2 {
  0% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translateY(3px);
  }
  70% {
    -webkit-transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    background: white;
  }
}

@keyframes span1-1 {
  0% {
    transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    transform: translateY(7px);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
    background: #fff;
  }
}

@-webkit-keyframes span1-1 {
  0% {
    -webkit-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -webkit-transform: translateY(7px);
  }
  70% {
    -webkit-transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background: #fff;
  }
}

@-moz-keyframes span1-1 {
  0% {
    -moz-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -moz-transform: translateY(7px);
  }
  70% {
    -moz-transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background: #fff;
  }
}

@keyframes span3-1 {
  0% {
    transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    transform: translateY(-7px);
  }
  70% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
    background: #fff;
  }
}

@-webkit-keyframes span3-1 {
  0% {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -webkit-transform: translateY(-7px);
  }
  70% {
    -webkit-transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
    background: #fff;
  }
}

@-moz-keyframes span3-1 {
  0% {
    -moz-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -moz-transform: translateY(-7px);
  }
  70% {
    -moz-transform: translateY(3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background: #fff;
  }
}

/*响应式*/
@media (max-width: 916px) {
  .jwc-p {
    height: auto;
  }
  .autoText {
    display: none;
  }
  .top-solid {
    position: fixed;
    z-index: 990;
  }
  .header {
    position: fixed;
    z-index: 99;
    padding-top: 10px;
  }
  .header .header-main {
    width: 94%;
    height: 100px;
    line-height: 100px;
  }
  .header .header-main .s-logo {
    width: 250px;
    margin-top: 0;
  }
  .basis_header .header-main .s-logo {
    width: 285px !important;
    margin-top: 0 !important;
  }
  .banner {
    display: none;
  }
  /*工商管理学院*/
  #business_logo a {
    width: 250px !important;
  }
  .nav {
    display: none;
  }
  .menu-btn {
    display: block;
  }
  .right-menu {
    display: block;
  }
  [class*="span"] {
    float: none;
    min-height: auto;
    margin-left: 0;
  }
  /*内容*/
  .content-main {
    width: 94%;
    padding-top: 135px;
  }
  .piece {
    width: 100% !important;
    float: none;
    padding: 0;
  }
  .piece > ul > li > a:last-child:hover {
    text-decoration: none;
  }
  .piece > ul > li > a:last-child:focus {
    text-decoration: none;
  }
  .wraps1 .pieceTxt {
    min-height: 600px !important;
  }
  .wraps1 .pieceTxt .works .work {
    min-height: 580px;
  }
  .wraps1 .pieceTxt .works .work > a {
    width: 100% !important;
  }
  .wraps1 .pieceTxt .works .work > .pull-right {
    float: none;
    width: 100% !important;
  }
  .wraps1 .piecework {
    min-height: 250px;
  }
  .wraps1 .piece .h2-tit1 {
    font-size: 16px;
  }
  .wraps1 .piece > .changeTab {
    height: 46px;
  }
  .wraps1 .piece > .changeTab > .tabLi {
    height: 43px;
  }
  .wraps1 .piece > .changeTab > li {
    padding-left: 0;
  }
  .wraps1 .piece > .changeTab > li > .h2-tit1 {
    background: url(../img/icon1.png) 0 14px no-repeat;
  }
  .wraps1 .piece > .changeTab > li > .h2-tit1 > a {
    font-size: 12px;
    margin-left: 10px;
  }
  .wraps1 .piece > .changeTab > li:nth-child(2) {
    padding-left: 25px;
  }
  .to-build-info {
    width: 100%;
  }
  .to-build-info > .left {
    width: 100%;
    float: none;
    position: relative;
    overflow: hidden;
  }
  .to-build-info > .left * {
    max-width: 100%;
  }
  .to-build-info > .left .skills-contest > li > .s-time {
    height: 70px;
  }
  .to-build-info > .left .skills-contest > li > .s-time > .day {
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .to-build-info > .left .skills-contest > li > .s-time .year {
    font-size: 14px;
  }
  .to-build-info > .left .skills-contest > li > .s-txt {
    width: calc(100% - 85px);
  }
  .to-build-info > .left .skills-contest > li > .s-txt > h3 {
    font-size: 16px;
  }
  .to-build-info > .left .skills-contest > li > .s-txt > p {
    font-size: 13px;
  }
  .to-build-info > .s-menu {
    width: 100%;
    float: none;
    margin-top: 20px;
  }
  /*鼎利学院--名师风采*/
  .teacher-box {
    width: 94%;
    padding-top: 110px;
  }
  .teacher-box > h2 {
    font-size: 20px;
  }
  .teacher-box > .often-ul > ul > li {
    width: 29.33333%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .teacher-box > .often-ul > ul > li > a {
    width: 100%;
  }
  .teacher-box > .often-ul > ul > li > a > img {
    width: 100%;
    height: 180px;
  }
  /*录取查询*/
  .admiss-box {
    padding-top: 165px;
  }
  .admiss-box form {
    margin: auto;
    margin-bottom: 50px;
    padding: 20px 3px;
  }
  /*在线报名*/
  .online-box {
    width: 94%;
    padding-top: 135px;
    margin-top: 0;
  }
  .online-box > form > label {
    margin-right: 0;
  }
  .online-box > form .remark > textarea {
    width: 536px;
  }
  /*总基建处意见箱*/
  #add_form {
    padding-left: 0 !important;
    width: 94%;
    margin: auto;
  }
  #add_form textarea {
    width: 100% !important;
    padding: 0 !important;
  }
  /*页脚*/
  .footer {
    min-width: 100%;
    height: 480px;
  }
  .footer .footer-main {
    width: 94%;
    height: 480px;
  }
  .footer .footer-main > .left {
    width: 100%;
    float: none;
  }
  .footer .footer-main > .right {
    width: 220px;
    float: none;
    margin: auto;
  }
  .footer .footer-main > .right > div:first-child {
    margin-left: 0;
  }
  .footer .footer-main > .right > div:last-child {
    margin-left: 20px;
  }
  .footer .footer-main > .right > div > img {
    width: 70%;
  }
  .footer .footer-b {
    height: auto;
  }
  .footer .footer-b > p > span {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  /*资产与实验实训管理处header*/
  #correct_193 a {
    width: 300px;
  }
  .banner {
    display: none;
  }
  .menu-btn {
    top: 47.5px;
  }
  /*内容*/
  .piece > ul > li {
    font-size: 13px;
  }
  .piece > ul > li > a:last-child {
    width: 74%;
  }
  .piece .l-img {
    width: 100% !important;
    height: auto;
    float: none;
  }
  .piece .img-li > a:last-child {
    max-width: 100%;
    width: 100%;
  }
  .piece .nsy > a > img {
    width: 50% !important;
  }
  .piece .pull-right {
    width: 100% !important;
    float: none;
  }
  .piece .a-img {
    height: auto;
  }
  .piece .first-img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
  .piece .txt-style1 {
    width: 100% !important;
    float: none;
  }
  .piece .swiper-container2 {
    width: 100% !important;
    /*height: auto;*/
    float: none !important;
    margin-right: 0 !important;
  }
  .piece .securityUl,
  .piece .phoneLeft {
    float: none !important;
    width: 100% !important;
  }
  .wraps7 .piece > ul > .img-li {
    padding-left: 0;
  }
  .wraps7 .piece > ul > .img-li > .first-img {
    margin-bottom: 10px;
  }
  .wraps7 .piece > ul > .img-li > a:last-child {
    width: 100%;
    max-width: 100%;
  }
  .wraps7 .piece5 > .showTab {
    height: 45px;
  }
  .wraps7 .piece5 > .showTab > li {
    height: 45px;
    padding-left: 0;
  }
  .wraps7 .piece5 > .showTab > li > h2 {
    font-size: 14px;
  }
  .wraps7 .piece5 > .showTab > li > h2 > a {
    margin-left: 8px;
  }
  .wraps7 .piece5 > .showTab > .liActive {
    border-bottom: none;
  }
  .wraps7 .piece5 > .showTab > .liActive > h2 {
    font-size: 14px;
  }
  .wraps7 .piece5 > div > .pages {
    top: 110px;
  }
  .wrap1 .piece > ul > .img-li {
    padding-left: 0;
  }
  .wrap1 .piece > ul > .img-li > .first-img {
    margin-bottom: 10px;
  }
  .wrap1 .piece > ul > .img-li > a:last-child {
    width: 100%;
    max-width: 100%;
  }
  .wrap1 .piece5 > .showTab {
    height: 45px;
  }
  .wrap1 .piece5 > .showTab > li {
    height: 45px;
    padding-left: 0;
  }
  .wrap1 .piece5 > .showTab > li > h2 {
    font-size: 14px;
  }
  .wrap1 .piece5 > .showTab > li > h2 > a {
    margin-left: 8px;
  }
  .wrap1 .piece5 > .showTab > .liActive {
    border-bottom: none;
  }
  .wrap1 .piece5 > .showTab > .liActive > h2 {
    font-size: 14px;
  }
  .wrap1 .piece5 > div > .pages {
    top: 110px;
  }
  .wraps1 .pieceTxt {
    min-height: 600px !important;
  }
  .wraps1 .pieceTxt .works .work {
    min-height: 580px;
  }
  .wraps1 .pieceTxt .works .work > a {
    width: 100% !important;
  }
  .wraps1 .pieceTxt .works .work > .pull-right {
    float: none;
    width: 100% !important;
  }
  .wraps1 .piecework {
    min-height: 250px;
  }
  .wraps1 .piece .h2-tit1 {
    font-size: 16px;
  }
  .wraps1 .piece > .changeTab {
    height: 46px;
  }
  .wraps1 .piece > .changeTab > .tabLi {
    height: 43px;
  }
  .wraps1 .piece > .changeTab > li {
    padding-left: 0;
  }
  .wraps1 .piece > .changeTab > li > .h2-tit1 {
    background: url(../img/icon1.png) 0 14px no-repeat;
  }
  .wraps1 .piece > .changeTab > li > .h2-tit1 > a {
    font-size: 12px;
    margin-left: 10px;
  }
  .wraps1 .piece > .changeTab > li:nth-child(2) {
    padding-left: 25px;
  }
  .swiper-container3 .swiper-slide > a > img,
  .swiper-container3-1 .swiper-slide > a > img,
  .swiper-container3-2 .swiper-slide > a > img {
    width: 80%;
    margin: auto;
  }
  .piece5 > .pages-p,
  .piece5 > div > .pages-p,
  .piece5 > div > .pages-p1,
  .piece5 > div > .pages-p2 {
    left: -10px;
  }
  .piece5 > .pages-n,
  .piece5 > div > .pages-n,
  .piece5 > div > .pages-n1,
  .piece5 > div > .pages-n2 {
    right: -10px;
  }
  .q-title {
    font-size: 22px;
  }
  .q-ul {
    margin-top: 20px;
  }
  .info_contact {
    display: none !important;
  }
  .wraps16 .piece > ul > .img-li {
    padding-left: 0;
  }
  .to-build-info > .left > h1 {
    font-size: 20px;
  }
  .to-build-info > .left .tit {
    font-size: 18px;
    margin-top: 10px;
  }
  .to-build-info > .left .tb-info {
    font-size: 14px;
  }
  .to-build-info > .left .skills-contest > li > .s-txt > h3 {
    line-height: 28px;
  }
  .to-build-info > .left table {
    width: 100%;
  }
  /*鼎利学院--名师风采*/
  .teacher-box > h2 {
    font-size: 20px;
  }
  .teacher-box > .often-ul > ul > li {
    width: 46%;
    margin-left: 2%;
    margin-right: 2%;
  }
  .teacher-box > .often-ul > ul > li > a {
    width: 100%;
  }
  .teacher-box > .often-ul > ul > li > a > img {
    width: 100%;
    height: 180px;
  }
  /*在线报名*/
  .online-box {
    width: 94%;
    padding-top: 135px;
    margin-top: 0;
  }
  .online-box > form > label {
    margin-right: 0;
    position: relative;
  }
  .online-box > form > label input[type="file"] {
    width: 190px;
    position: absolute;
    top: -8px;
    left: 84px;
  }
  .online-box > form .remark > textarea {
    width: 220px;
  }
  /*分页*/
  .page-multi li a,
  .page-multi li span {
    padding: 6px 4px;
  }
  li.active span {
    padding: 1px 4px;
  }
  /*页脚*/
  .footer {
    min-width: 100%;
    height: 305px;
  }
  .footer .footer-main {
    width: 94%;
    height: 305px;
  }
  .footer .footer-main > .left {
    width: 100%;
    float: left;
    margin-bottom: 25px;
    padding-top: 20px;
  }
  .footer .footer-main > .left > h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .footer-main > .left > p {
    font-size: 12px;
  }
  .footer .footer-main > .left:first-child {
    display: none;
  }
  .footer .footer-b {
    height: auto;
  }
  .footer .footer-b > p {
    line-height: 22px;
  }
  .footer .footer-b > p > span {
    display: inline-block;
    margin-right: 0;
  }
  .wrap1 .piece .img-li > a:last-child {
    max-width: 100%;
  }
}

@media (max-width: 350px) {
  #correct_193 a {
    width: 263px;
  }
  .basis_header .header-main .s-logo {
    width: 250px !important;
    margin-top: 0 !important;
  }
  /*内容*/
  .piece > ul > li {
    font-size: 12px;
  }
  .piece .img-li h3 {
    font-size: 15px;
  }
  .piece .txt-style1 a {
    font-size: 12px;
  }
  .piece .nsy > a > img {
    width: 50% !important;
  }
  .piece .nsy > a > div > h5 {
    font-size: 15px;
  }
  .piece .nsy > a > div > p {
    font-size: 12px;
  }
  .wraps1 .piece .h2-tit1 {
    background: none;
    padding-left: 0;
  }
  .wraps1 .piece .changeTab > li > .h2-tit1 {
    background: none;
  }
  .wraps1 .pieceTxt {
    min-height: 600px !important;
  }
  .wraps1 .pieceTxt .works .work {
    min-height: 580px;
  }
  .wraps1 .pieceTxt .works .work > a {
    width: 100% !important;
  }
  .wraps1 .pieceTxt .works .work > .pull-right > a {
    font-size: 12px;
  }
  .wraps7 .piece5 > .showTab {
    height: 43px;
  }
  .wraps7 .piece5 > .showTab > li {
    height: 43px;
    padding-left: 0;
  }
  .wraps7 .piece5 > .showTab > li > h2 {
    font-size: 12px;
  }
  .wraps7 .piece5 > .showTab > li > h2 > a {
    margin-left: 2px;
  }
  .wraps7 .piece5 > .showTab > .liActive {
    border-bottom: none;
  }
  .wraps7 .piece5 > .showTab > .liActive > h2 {
    font-size: 12px;
  }
  .wraps7 .piece5 > div > .pages {
    top: 110px;
  }
  .wrap1 .piece5 > .showTab {
    height: 43px;
  }
  .wrap1 .piece5 > .showTab > li {
    height: 43px;
    padding-left: 0;
  }
  .wrap1 .piece5 > .showTab > li > h2 {
    font-size: 12px;
  }
  .wrap1 .piece5 > .showTab > li > h2 > a {
    margin-left: 2px;
  }
  .wrap1 .piece5 > .showTab > .liActive {
    border-bottom: none;
  }
  .wrap1 .piece5 > .showTab > .liActive > h2 {
    font-size: 12px;
  }
  .wrap1 .piece5 > div > .pages {
    top: 110px;
  }
  .q-title {
    font-size: 20px;
  }
  .q-ul {
    font-size: 12px;
    margin-top: 15px;
  }
  .to-build-info > .left > h1 {
    font-size: 18px;
  }
  .to-build-info > .left .tit {
    font-size: 16px;
    margin-top: 10px;
  }
  .to-build-info > .left .tb-info {
    font-size: 12px;
  }
  .to-build-info > .left .skills-contest > li > .s-time {
    height: 60px;
  }
  .to-build-info > .left .skills-contest > li > .s-time > .day {
    font-size: 20px;
    margin-top: 9px;
    margin-bottom: 6px;
  }
  .to-build-info > .left .skills-contest > li > .s-time .year {
    font-size: 14px;
  }
  .to-build-info > .left .skills-contest > li > .s-txt > h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .to-build-info > .left .skills-contest > li > .s-txt > p {
    font-size: 12px;
  }
  /*在线报名*/
  .online-box {
    width: 100%;
    padding-top: 135px;
  }
  .footer .footer-b > p {
    font-size: 12px;
  }
}

.machinery.nav .nav-ul > li > a {
  padding: 0 15px;
}

@media (max-width: 1029px) {
  .machinery.nav .nav-ul > li > a {
    padding: 0px 4px;
    font-size: 13px;
  }
}