body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

input, button, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

fieldset, img {
  border: 0; }

ol, ul, li {
  list-style: none; }

q:before, q:after {
  content: ""; }

em {
  font-style: normal; }

a {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.fl {
  float: left; }

.rg {
  float: right; }

* {
  -webkit-tap-highlight-color: transparent; }

::-webkit-input-placeholder {
  color: #999999; }

.clearfix:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both; }

@font-face {
  font-family: "iconfont";
  src:  format("woff2"); }
.zb-icon {
  background:  no-repeat; }
  .zb-icon--search {
    width: 16px;
    height: 16px;
    background-position: 0 0; }
  .zb-icon--next {
    width: 35px;
    height: 64px;
    background-position: -55px -26px; }
  .zb-icon--prev {
    width: 35px;
    height: 64px;
    background-position: 0 -26px; }

.zb-iconfont {
  font-style: normal;
  display: inline-flex;
  align-items: center;
  vertical-align: baseline;
  text-align: left;
  color: #ffffff;
  font-size: 18px; }
  .zb-iconfont:before {
    font-family: 'iconfont';
    line-height: 1; }
  .zb-iconfont--wangluo:before {
    font-size: 18px;
    content: '\e600'; }
  .zb-iconfont--dianhua:before {
    font-size: 18px;
    content: '\e624'; }
  .zb-iconfont--youxiang:before {
    font-size: 18px;
    content: '\e951'; }
  .zb-iconfont--edit:before {
    font-size: 16px;
    margin-right: 10px;
    content: '\e629'; }
  .zb-iconfont--bad:before {
    font-size: 20px;
    content: '\e646'; }
  .zb-iconfont--close:before {
    font-size: 20px;
    content: '\e607'; }
  .zb-iconfont--good {
    transform: rotate(180deg); }
    .zb-iconfont--good:before {
      font-size: 20px;
      content: '\e646';
      margin-top: -3px; }

body {
  background: #fff;
  color: #666666;
  font: 16px/1.5 -apple-system, blinkmacsystemfont, "pingfang sc","helvetica neue",stheiti,"microsoft yahei",tahoma,simsun,sans-serif;
  word-wrap: break-word; }

.hide {
  visibility: hidden;
  display: none !important; }

.zb-wrapper {
  width: 100%;
  position: relative; }

.main {
  max-width: 1500px;
  margin: 0 auto;
  position: relative; }

.page-innermain {
  padding: 45px 0 100px; }

.zb-header {
  width: 100%;
  height: 103px; }

.logo {
  width: 273px;
  height: 76px;
  float: left;
  margin: 14px 0 0; }

.zb-img {
  width: 100%;
  height: 100%;
  /*object-fit: cover;*/
  display: block; }

.zb-face {
  width: 30px;
  height: 30px; }
  .zb-face-circle {
    border-radius: 50%; }
  .zb-face-sizexxl {
    width: 60px;
    height: 60px; }

.zb-nav {
  float: left;
  font-size: 18px;
  margin: 25px 0 0 46px; }
  .zb-nav:after {
    content: "";
    clear: both;
    display: block;
    width: 0;
    height: 0; }
  .zb-nav li {
    float: left;
    line-height: 54px; }
    .zb-nav li a {
      color: #666666;
      display: block;
      margin: 0 10px;
      position: relative; }
      .zb-nav li a:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background-color: #2684c9;
        opacity: 0;
        transition: all .2s ease-in-out;
        transform: scalex(0); }
      .zb-nav li a:hover:after {
        opacity: 1;
        transform: scalex(1); }
    .zb-nav li.cur a, .zb-nav li:hover a {
      color: #2684c9; }
    .zb-nav li.cur a:after {
      opacity: 1;
      transform: scalex(1); }

.zb-button {
  display: inline-block;
  padding: 0 25px;
  height: 52px;
  font-size: 18px;
  background-color: #ffffff;
  color: #2684c9;
  outline: 0;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #2684c9;
  border-radius: 20px;
  transition: background .2s;
  user-select: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box; }
  .zb-button--primary {
    background-color: #2684c9;
    color: #ffffff;
    border-color: #2684c9; }
  .zb-button--default {
    background-color: rgba(38, 191, 201, 0.8);
    color: #ffffff;
    border-color: rgba(38, 191, 201, 0.8); }
  .zb-button--s {
    height: 38px; }
  .zb-button--xs {
    height: 34px;
    font-size: 14px; }
  .zb-button--l {
    height: 40px;
    font-size: 24px; }
  .zb-button--wfull {
    width: 100%; }
  .zb-button--radius {
    border-radius: 4px; }
  .zb-button--radiuxl {
    border-radius: 10px; }

.zb-panel {
  width: 100%;
  overflow: hidden; }
  .zb-panel-hd, .zb-panel-bd {
    position: relative; }
  .zb-panel-hd {
    text-align: center; }
  .zb-panel-tit {
    font-size: 30px;
    color: #333333; }
  .zb-panel-subtit {
    line-height: 30px;
    font-size: 14px;
    color: #888888;
    text-transform: uppercase; }
  .zb-panel-info {
    padding-top: 10px;
    font-size: 14px;
    color: #cdcdcd; }

.zb-list {
  margin: 0; }
  .zb-list:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    clear: both; }
  .zb-list > li {
    float: left;
    width: 100%;
    padding: 0;
    box-sizing: border-box; }
  .zb-list--2 {
    margin-right: -35px; }
    .zb-list--2 > li {
      padding-right: 35px;
      width: 50%; }
  .zb-list--3 {
    margin-right: -35px; }
    .zb-list--3 > li {
      padding-right: 35px;
      width: 33.33%; }
  .zb-list--4 {
    margin-right: -35px; }
    .zb-list--4 > li {
      padding-right: 35px;
      width: 25%; }
  .zb-list--6 {
    margin-right: -35px; }
    .zb-list--6 > li {
      padding-right: 35px;
      width: 16.66%; }
  .zb-list--mgrs {
    margin-right: -20px; }
    .zb-list--mgrs > li {
      padding-right: 20px; }
  .zb-list--mgrl {
    margin-right: -45px; }
    .zb-list--mgrl > li {
      padding-right: 45px; }
  .zb-list--mgrxl {
    margin-right: -50px; }
    .zb-list--mgrxl > li {
      padding-right: 50px; }

.col-mgb-xs {
  margin-bottom: 15px; }
.col-mgb-s {
  margin-bottom: 20px; }
.col-mgb-base {
  margin-bottom: 30px; }
.col-mgb-l {
  margin-bottom: 45px; }
.col-mgb-xl {
  margin-bottom: 50px; }

.search {
  width: 230px;
  float: right;
  height: 40px;
  line-height: 40px;
  margin-top: 34px;
  padding: 10px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  background-color: #f4f4f4;
  font-size: 14px; }
  .search-ipt {
    width: 180px;
    float: left; }
    .search-ipt-text {
      display: block;
      width: 100%;
      height: 20px;
      line-height: 20px;
      border: 0 none;
      background: none; }
  .search-btn {
    width: 16px;
    float: right;
    padding-top: 2px; }
    .search-btn-text {
      border: 0 none;
      font-size: 0;
      display: block;
      cursor: pointer; }

.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .swiper-container .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    box-sizing: content-box; }
  .swiper-container .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
    flex-shrink: 0;
    display: flex; }
  .swiper-container-multirow-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column; }

.tablefrom {
  width: 100%;
  color: #ffffff;
  font-size: 14px; }
  .tablefrom-item {
    margin-top:20px;
    line-height: 40px; }
    .tablefrom-item:before, .tablefrom-item:after {
      content: '';
      display: table; }
    .tablefrom-item:after {
      clear: both; }
    .tablefrom-item-label {
      text-align: right;
      vertical-align: middle;
      float: left;
      font-size: 16px;
      padding: 0 10px 0 0;
      box-sizing: border-box; }
    .tablefrom-item-content {
      position: relative; }
    .tablefrom-item-radio {
      display: inline-block;
      vertical-align: middle;
      font-size: 0; }
    .tablefrom-item-input {
      min-width: 230px; }
  .tablefrom--footer {
    padding-top: 5px; }
    .tablefrom--footer .tablefrom-item {
      margin-right: 26px; }
    .tablefrom--footer .zb-input-inner {
      border-radius: 10px; }
      .tablefrom--footer .zb-input-inner::-webkit-input-placeholder {
        color: #999999; }

.zb-radio {
  color: #c5c5c5;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  outline: none;
  font-size: 14px;
  margin-right: 30px; }
  .zb-radio-original {
    width: 14px;
    height: 14px;
    line-height: 14px;
    appearance: none;
    -webkit-appearance: none;
    position: relative; }
    .zb-radio-original:before {
      content: '';
      width: 14px;
      height: 14px;
      box-sizing: border-box;
      border: 1px solid #bbbbbb;
      display: inline-block;
      border-radius: 50%;
      vertical-align: top; }
    .zb-radio-original:checked:before {
      content: '';
      width: 14px;
      height: 14px;
      border: 1px solid #26bfc9;
      display: inline-block;
      border-radius: 50%;
      vertical-align: top; }
    .zb-radio-original:checked:after {
      content: '';
      width: 8px;
      height: 8px;
      display: block;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -4px 0 0 -4px;
      background: #26bfc9; }
    .zb-radio-original:checked   .zb-radio-label {
      color: #26bfc9; }

.zb-input {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px; }
  .zb-input-inner {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 0.8);
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    color: #333333;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: none;
    padding: 0 15px;
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%; }
    .zb-input-inner::-webkit-input-placeholder {
      color: #333333; }
  .zb-input-code {
    position: absolute;
    right: 15px;
    color: #a85252;
    text-decoration: line-through;
    top: 0; }

.zb-popbox {
  position: relative;
  margin: auto;
  display: table;
  min-width: 200px;
  padding: 0;
  border: 0 solid transparent;
  border-radius: 8px;
  background-color: #fff;
  color: #333;
  text-align: center; }
  .zb-popbox, .zb-popbox-mask {
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .zb-popbox-wrap {
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: flex; }
  .zb-popbox-mask {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6); }
  .zb-popbox-title {
    font-size: 16px;
    line-height: 1;
    padding: 20px 15px 0;
    color: #333; }
  .zb-popbox-bd {
    padding: 20px 15px;
    box-sizing: border-box; }
  .zb-popbox-content {
    width: 300px;
    font-size: 14px;
    color: #666666; }
  .zb-popbox-ft {
    display: flex;
    overflow: hidden;
    flex-flow: row wrap;
    align-items: center;
    border-top: 1px solid #ccc; }
  .zb-popbox-button {
    flex: 1;
    height: 46px;
    line-height: 46px;
    border-right: 1px solid #ccc;
    color: #666666;
    text-align: center;
    display: inline-block; }
    .zb-popbox-button:last-child {
      border-right: 0 none; }
    .zb-popbox-button--primary {
      color: #0081ef; }
  .zb-popbox-close {
    position: absolute;
    right: 10px;
    top: 10px; }
    .zb-popbox-close .zb-iconfont {
      color: #666666; }
      .zb-popbox-close .zb-iconfont--close:before {
        font-size: 16px; }

.schoolnav {
  width: 100%;
  display: flex;
  justify-content: space-between; }
  .schoolnav.hide-sm {
    display: flex !important; }
  .schoolnav.hide-lg {
    display: none !important; }
  .schoolnav > li {
    width: 134px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 18px; }
    .schoolnav > li > a {
      display: block;
      color: #ffffff;
      width: 100%;
      height: 100%;
      background-color: #2890dd;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .schoolnav > li.cur > a {
      background-color: #ffffff;
      color: #2684c9; }

.pagemain {
  width: 750px;
  position: relative; }

.pageside {
  width: 420px;
  position: relative; }

.zb-panelin {
  width: 100%; }
  .zb-panelin-hd, .zb-panelin-bd {
    position: relative; }
  .zb-panelin-hd {
    height: 80px;
    line-height: 80px; }
    .zb-panelin-hd:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      clear: both; }
  .zb-panelin-bd {
    font-size: 14px;
    color: #333333;
    line-height: 30px; }
  .zb-panelin-title {
    float: left;
    font-size: 30px;
    color: #333333;
    position: relative;
    padding-left: 15px;
    font-size: 24px;
    color: #333333; }
    .zb-panelin-title:before {
      content: '';
      display: block;
      width: 5px;
      height: 24px;
      background-color: #1ea5eb;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -12px; }
  .zb-panelin-more {
    float: right;
    font-size: 14px;
    color: #666666; }
  .zb-panelin-edit {
    float: right;
    margin-top: 22px; }

.zb-table {
  width: 100%;
  border-collapse: collapse; }
  .zb-table tr {
    border: 1px solid #ededed;
    height: 46px;
    line-height: 46px;
    text-align: center; }
  .zb-table th {
    font-weight: normal;
    vertical-align: middle;
    padding: 10px;
    color: #888888;
    font-size: 16px;
    text-align: center; }
    .zb-table th:first-child {
      width: 180px;
      border-right: 1px solid #ededed; }
    .zb-table th:last-child {
      line-height: 30px; }
  .zb-table td {
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
    padding: 10px;
    text-align: left; }
    .zb-table td:first-child {
      width: 180px;
      border-right: 1px solid #ededed;
      text-align: center; }
  .zb-table--tab th {
    font-size: 14px;
    color: #333333; }
    .zb-table--tab th:last-child {
      text-align: left; }
  .zb-table .major_item {
    margin: 0 5px;
    cursor: pointer; }
    .zb-table .major_item:hover {
      color: #2684c9; }
  .zb-table--fenshu th, .zb-table--fenshu td, .zb-table--zyfenshu th, .zb-table--zyfenshu td {
    padding: 0; }
    .zb-table--fenshu th:first-child, .zb-table--fenshu td:first-child, .zb-table--zyfenshu th:first-child, .zb-table--zyfenshu td:first-child {
      width: auto;
      border-right: 0 none; }
  .zb-table--fenshu td, .zb-table--zyfenshu td {
    text-align: center; }
  .zb-table--zyfenshu td:first-child {
    width: 240px; }
  .zb-table--recruit th, .zb-table--recruit td {
    padding: 0;
    text-align: center; }
  .zb-table--recruit td {
    line-height: 20px;
    padding: 10px 0; }

.zb-pagenav {
  text-align: center;
  display: flex;
  justify-content: center; }
  .zb-pagenav > ul > li {
    display: inline-block;}
  .zb-pagenav a {
    display: block;
    float: left;
    width: 58px;
    height: 36px;
    line-height: 36px;
    color: #333;
    border: 1px solid #ededed;
    font-size: 12px;
    margin: 0 4px;
    transition: all .3s; }
    .zb-pagenav a:hover {
      border-color: #333; }
    .zb-pagenav a.disable {
      color: #bfbfbf;
      border-color: #ededed;
      cursor: text; }
  .zb-pagenav-prev, .zb-pagenav-next {
    width: 71px; }
  .zb-pagenav span {
    display: block;
    float: left;
    width: 37px;
    height: 36px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    line-height: 36px;
    margin: 0 4px;
    transition: all .3s;
    cursor: pointer; }
    .zb-pagenav a:hover {
      background-color: #1ea5eb;
      color: #fff;
      border-color: #1890ff; }
    .zb-pagenav li.active a {
      background-color: #1ea5eb;
      color: #fff;
      border-color: #1890ff; }
  .zb-pagenav--schoolproj {
    justify-content: flex-end; }
  .zb-pagenav--schoollist {
    margin-top: 45px; }

.feedbox {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: rgba(38, 132, 201, 0.34); }

.leavefeed {
  box-sizing: border-box;
  padding-left: 100px;
  color: #ffffff;
  width: 100%; }
  .leavefeed-hd {
    position: relative;
    width: 267px;
    float: left;
    font-size: 30px; }
    .leavefeed-hd:after {
      content: '';
      display: block;
      width: 217px;
      height: 17px;
      background-color: rgba(38, 132, 201, 0.28);
      position: absolute;
      left: 0;
      bottom: 0; }
    .leavefeed-hd > span {
      position: relative;
      z-index: 11; }
  .leavefeed-bd {
    float: left; }

.footmidl {
  width: 100%;
  height: 470px;
  padding-top: 12px;
  box-sizing: border-box;
  background-color: #f9f9f9;
  position: relative; }
  .footmidl > .main {
    box-sizing: border-box;
    padding: 0 45px; }
  .footmidl-contact {
    padding: 30px 0 0; }
  .footmidl .footaddre {
    width: 630px;
    line-height: 36px;
    font-size: 14px; }
  .footmidl .foottel {
    width: 340px;
    line-height: 36px;
    font-size: 14px; }
    .footmidl .foottel-strog {
      display: block;
      font-size: 30px;
      line-height: 48px; }

.footnav {
  width: 100%;
  height: 54px;
  box-sizing: border-box;
  color: #d6d6d6;
  font-size: 0;
  border-bottom: 1px solid #d6d6d6;
  text-align: center; }
  .footnav > li {
    font-size: 16px;
    display: inline-block;
    padding: 15px 28px;
    position: relative; }
    .footnav > li > a {
      color: #666666; }
    .footnav > li:after {
      content: '|';
      display: block;
      position: absolute;
      right: 0;
      top: 13px; }
    .footnav > li:last-child:after {
      display: none; }

.footcode {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ececec;
  font-size: 12px;
  color: #666666; 
  margin-top: 25px;
  }
  .footcode a {
    color: #666666;
    margin-left: 5px; 
	margin-top: 25px;}
  .footcode > .main {
    box-sizing: border-box;
    padding: 0 45px; }
    
.xfltbox {
  width: 132px;
  position: fixed;
  left: 1.25%;
  top: 30%;
  z-index: 999;
  color: #fff; }
  .xfltbox-hd {
    width: 100%;
    height: 137px;
    background:  no-repeat center top;
    text-align: center;
    font-size: 18px; }
    .xfltbox-hd > a {
      font-weight: bold;
      color: #fff;
      margin-right: 10px; }
  .xfltbox-name {
    line-height: 24px;
    padding: 30px 25px 0 15px;
    box-sizing: border-box; }
  .xfltbox-btndef {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #fff;
    color: #df5838;
    border: 1px dashed #df5838;
    text-align: center;
    margin-bottom: 3px; }
  .xfltbox-btnmore {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    background: #df5838; }

.xfrgbox {
  width: 164px;
  position: fixed;
  right: 1.25%;
  top: 30%;
  z-index: 999;
  color: #2d90ea;
  background:  no-repeat center top;
  box-sizing: border-box;
  padding: 103px 16px 0; }
  .xfrgbox-btndef {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #fff;
    color: #2d90ea;
    border: 1px dashed #2d90ea;
    text-align: center;
    margin-bottom: 3px; }
  .xfrgbox-btnmore {
    display: block;
    width: 100%;
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    background: #2d90ea; }
   .delete1{ float:right;}
   
   .foottel .box-ewm dl {
       float: left;
       display: block;
       width: 90px;
       height: 90px;
       margin-right: 10px;
   }
   .foottel .box-ewm dl img {
       width: 90px;
   }
   .foottel .box-ewm {
       width: 340px;
       margin-top: 5px;
   }
   .box-ewm dl dt {
       height: 44px;
       line-height: 4px;
       font-size: 14px;
       color: #333;
       margin-bottom: 6px;
       text-align: center;
   }
/*# sourcemappingurl=global.css.map */
.left_fly{width: 80px;position: fixed;right: 10px;top: 10%;border-radius: 6px;text-align: center;z-index: 9;}
.left_fly .t{width: 69px;height: 69px;border-radius: 50%;border: 1px solid #3a92ff;margin: 0 auto 14px; 
				}
.left_fly .t i{display: block;transform-origin: center;width: 69px;height: 69px;border-radius: 50%;border: 1px solid #3a92ff;position: absolute;
				animation: breathe 1s infinite linear;top: 0;}
		@keyframes breathe {
							   0% {
								 transform: scale(1, 1);
								 opacity: 1;
							   }
							   25% {
								 transform: scale(1.1, 1.1);
								 opacity: 0.8;
							   }
							   50% {
								 transform: scale(1.3, 1.3);
								 opacity: 0.1;
							   }
							   75% {
								 opacity: 0;
							   }
							   100% {
								 opacity: 0;
							   }
							 }
.left_fly .t img{display: block;margin: 0 auto;position:relative;
                animation:mymove 1.5s infinite;
                -webkit-animation:mymove 1.5s infinite; /*safari and chrome*/
                animation-direction:alternate;/*轮流反向播放动画。*/
                animation-timing-function: ease-in-out; /*动画的速度曲线*/
                /* safari 和 chrome */
                -webkit-animation:mymove 1.5s infinite;
                -webkit-animation-direction:alternate;/*轮流反向播放动画。*/
                -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/
				}
				@keyframes mymove
				            {
				                0%{
				                transform: scale(0.8);  /*开始为原始大小*/
				                }
				                25%{
				                    transform: scale(1); /*放大1.1倍*/
				                }
				                50%{
				                    transform: scale(0.8);
				                }
				                75%{
				                    transform: scale(1);
				                }
				
				            }
.left_fly .fly_c{width: 80px;margin: 0 auto;}
.left_fly .fly_c a{display: block;width: 78px;height: 78px;border:1px solid #3a92ff;text-align: center;font-size: 14px;color: #271312;font-weight: bold;background: #fff;margin-bottom: 8px;border-radius: 8px;}
.left_fly .fly_c a:last-child{border: 1px solid #ff1907;color: #ff1907;}
.left_fly .fly_c a i{display: block;width: 25px;height: 25px;overflow: hidden;background-image: url(/uploads/image/simages/bot_ico.png);background-size: 133px;background-position: 0 0;margin: 12px auto 10px;}
.left_fly .fly_c a:nth-child(1) i{width: 46px;height: 31px;background-position: -54px -63px;margin: 8px 0 10px 23px;}
.left_fly .fly_c a:nth-child(2) i{background-position: -42px 0;}
.left_fly .fly_c a:nth-child(3) i{background-position: -78px 0;}

.pendialog_bg{position:fixed;z-index:999;text-align:center;font-family:"microsoft yahei";width: 310px;}
.pendialog_bg img.t_img{display: block;width: 69px;margin: 0 auto;}
.pendialog_bg .pendialog_box{margin-top: -23px;background: #fff;border-radius: 6px;width: 310px;overflow: hidden;}
.pendialog_bg .pendialog_box .title_top{text-align: center;padding: 45px 0 20px;}
.pendialog_bg .pendialog_box .title_top span{display: block;font-size: 16px;color: #000000;font-weight: bold;}
.pendialog_bg .pendialog_box .title_top p{font-size: 16px;color: #2a66ed;padding-top: 10px;font-weight: 500;}
.pendialog_bg .pendialog_box img.ewm{display: block;margin: 0 auto;width: 137px;}
.pendialog_bg .pendialog_box .obtain{width: 200px;height: 40px;line-height: 40px;margin: 20px auto;background: #2a66ed;border-radius: 6px;font-size: 16px;font-weight: 500;text-align: center;color: #fff;}
.pendialog_bg .pendialog_box .obtain em{display: inline-block;padding: 0 10px;color: #fff;}
.pendialog_bg .pendialog_box ul{padding: 0 10px;}
.pendialog_bg .pendialog_box ul li{float: left;width: 25%;text-align: center;font-size: 12px;color: #2a66ed;}
.pendialog_bg .pendialog_box ul li i{display: block;margin: 0 auto 6px;height: 20px;width: 20px;overflow: hidden;background-image: url(/uploads/image/simages/bot_ico.png);background-size: 133px;background-position: 0 -37px;}
.pendialog_bg .pendialog_box ul li:nth-child(2) i{background-position:-23px -37px;}
.pendialog_bg .pendialog_box ul li:nth-child(3) i{background-position:-48px -37px;}
.pendialog_bg .pendialog_box ul li:nth-child(4) i{background-position:-73px -37px;}
.pendialog_bg .pendialog_box .bot{background: #f6f9ff;height: 55px;line-height: 55px;margin-top: 24px;}
.pendialog_bg .pendialog_box .bot span{display: block;font-size: 12px;color: #1d3366;text-align: left;}
.pendialog_bg .pendialog_box .bot span b{font-weight: bold;color: #1d3366;}
.pendialog_bg .pendialog_box .bot span i{display: block;float: left;width: 13px;height: 13px;overflow: hidden;margin: 22px 10px 0 70px;background-image: url(/uploads/image/simages/bot_ico.png);background-size: 133px;background-position: -98px -37px;}
.pendialog_bg .dialogclose{cursor:pointer;position:absolute; right:8px; top:50px;font-size: 20px;color: #7c7c7c;}
#dialog_over{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:99;-moz-opacity: 0.6;opacity:.60;filter:alpha(opacity=60);}

.imessage1 { position: relative; height: 400px; background: url(/uploads/image/simages/form-bj.jpg) top center no-repeat; text-align: center; }
.imessage1 h2 { font-size: 40px; color: #2c2f3c; padding-top: 50px; }
.imessage1 h2 span { color: #26bfc9; }
.imessage1 p {text-align: left; display: inline-block; font-size: 18px; color: #6b6e78; }
.imessage1 .iform { position: relative; width: 100%; }
.imessage1 .form { position: relative; text-align: center; padding-left: 30px; }
.imessage1 .form .item { position: relative; display: block; margin: 20px 0 0 110px; float: left; width: 280px; height: 55px; line-height: 55px; border: 1px solid #dfdfdf; border-radius: 4px; padding-left: 50px; line-height: 55px; }
.imessage1 .form .li-1 { background: url(/uploads/image/simages/form-2.png) 5px center no-repeat #fff; }
.imessage1 .form .li-2 { background: url(/uploads/image/simages/form-3.png) 5px center no-repeat #fff; }
.imessage1 .form .li-3 { background: url(/uploads/image/simages/form-4.png) 5px center no-repeat #fff; }
.imessage1 .name,
.imessage1 .tel,
.imessage1 .content { position: relative; display: block; width: 280px; height: 55px; line-height: 55px;  font-size: 18px; float: left; background: none; border: 0px; }
.imessage1 .tu { position: absolute; top: 0; right: 0; bottom: 0; display: block; width: 55px; height: 55px; background: url(/uploads/image/simages/form-1.png) center no-repeat; z-index: 2; text-transform: uppercase; }
.imessage1 .list { width: 280px; position: absolute; top: 60px; left: 0; right: 0; border: 1px solid #dfdfdf; display: none;z-index:10; }
.imessage1 .list li { background: #fff; line-height: 40px; text-transform: uppercase; }
.imessage1 .list li:hover { background: #f9f9f9; }
.imessage1 .but { display: inline-block; width: 260px; height: 58px; line-height: 58px; border: 1px solid #26bfc9; color: #26bfc9; text-align: center; font-size: 18px;position: absolute;
    top: 120px;
    left: 50%;
    margin-left: -335px;}
.imessage1 .button {  width: 260px; height: 58px; line-height: 58px; background: #26bfc9; text-align: center; color: #fff; border: 1px solid #26bfc9; font-size: 18px; /* margin: 60px 10px 0 10px;  */text-transform: uppercase;     position: absolute;
    top: 121px;
    left: 50%;
    margin-left: 29px;}
.imessage1 h3 { display: inline-block; font-size: 28px; width: 680px; color: #fff; line-height: 56px; font-weight: normal; margin-top: 20px; background:  left center no-repeat;  }
.imessage1 .but:hover { background: #fff; color: #df4a43; border: 1px solid #df4a43; }
.imessage1 .button:hover { border: 1px solid #2c2f3c; background: #2c2f3c; }
@media screen and (max-width: 1366px){
.zb-nav {
    margin: 25px 0 0 26px;}
  .zb-nav li a {
     margin: 0 8px; }
.imessage1 .form .item {
    margin: 20px 0 0 70px;}
}
@media screen and (max-width: 1280px){
.logo {
    width: 194px;
    height: 54px;
}
.zb-nav {
    margin: 10px 0 0 26px;
}
.search {
    margin-top: 15px;
}
}
@media screen and (max-width: 1200px){
.zb-nav li a {
    margin: 0 5px;
}
.search {
    display: none;
}

.imessage1 .form .item {
    width: 250px;
    margin: 20px 0 0 20px;}
.footnav > li {
    padding: 15px 18px;
}
.footmidl .footaddre {
    width: 550px;
}
}

/*新闻区域*/
/*.newsvwcont > table {*/
/*        border: 1px solid #ddd;*/
/*width: 100%;*/
/*     max-width: 100%;*/
/*}*/
