@font-face {
  font-family: 'constantia';
  src: ;
  src:  format("embedded-opentype"),  format("woff2"),  format("woff"),  format("truetype"),  format("svg");
}
@font-face {
  font-family: 'impact';
  src: ;
  src:  format("embedded-opentype"),  format("woff2"),  format("woff"),  format("truetype"),  format("svg");
}
.impact {
  font-family: "impact";
}

.constantia {
  font-family: "constantia";
}

div, ul, li, span, a {
  box-sizing: border-box;
}
.header,.footer {
  min-width: 1200px;
}
body {
  min-width: 1200px;
}
.societylists-list2,.newsinfo .info-dt-wrap {
  min-height: 400px;
}
.societyinfo-list1 .list1-middle {
	min-height: 300px;
}
.por {
  position: relative;
}

.poa {
  position: absolute;
}

.arial {
  font-family: "arial";
}

.toupp {
  text-transform: uppercase;
}

.bgff {
  background: #fff;
}

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.omit {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.totop {
  display: none;
  position: fixed;
  z-index: 6;
  bottom: 80px;
  right: 50px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background: #0166b3  no-repeat center;
  transition: all .3s linear;
  background-size: 26px !important;
  border-radius: 50%;
}
.totop:hover {
  transform: translatey(-6px);
}

.omit1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.omit2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.omit3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.omit4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.omit5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.omit6 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.omit7 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.omit8 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.omit9 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.opa7 {
  opacity: .7;
  filter: alpha(opacity=70);
}

.ovh {
  overflow: hidden;
}

.ovs {
  overflow: visible;
}

.img100 {
  display: block;
  width: 100%;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.can-hover .img-wrap {
  overflow: hidden;
}
.can-hover .img-wrap .img100 {
  transition: all 1.5s ease;
}
.can-hover:hover .img-wrap .img100 {
  transform: scale3d(1.1, 1.1, 1.1);
}

.bgimg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
}

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header-nav, .header-right-img, .search-btn {
  transition: all 0.5s;
}

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.search-wrap {
  position: absolute;
  width: 660px;
  left: 50%;
  margin-left: -330px;
  height: 52px;
  top: 19px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s;
}

.search-box {
  position: absolute;
  z-index: 4;
  left: 0;
  top: 6px;
  width: 600px;
  height: 40px;
  border: 1px solid #d3d3d3;
  color: #666;
  line-height: 40px;
}
.search-box .submit {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 36px;
  height: 40px;
  background: url(/uploads/image/zbwimg/ser1.png) no-repeat center;
  background-size: 20px;
  border: none;
  z-index: 3;
  box-sizing: border-box;
}
.search-box .ser-input {
  width: 100%;
  height: 40px;
  position: relative;
  border: none;
  background: none;
  box-sizing: border-box;
  padding-left: 40px;
}
input,textarea,label {
  box-sizing: border-box;
}
.close-form {
  position: absolute;
  display: block;
  right: 0;
  top: 6px;
  width: 40px;
  height: 40px;
  background: url(/uploads/image/zbwimg/close2.png) no-repeat center;
  background-size: 30px;
  cursor: pointer;
}

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.header-right {
  opacity: 0;
  transform: scale(0.8) rotatex(90deg);
  transition: all 1s ease;
}

.header {
  overflow: visible;
  position: fixed;
  z-index: 7;
  left: 0;
  top: 0;
  width: 100%;
  height: 90px;
  padding: 19px 160px 0;
  background: #fff;
  align-items: center;
}
.header .search-btn {
  float: right;
  display: inline-block;
  width: 57px;
  height: 52px;
  cursor: pointer;
  background: url(/uploads/image/zbwimg/ser1.png) no-repeat right center;
  margin-left: 35px;
  border-left: 1px solid #e5e5e5;
  transition-duration: .5s;
}
.header .search-btn:hover {
  background: url(/uploads/image/zbwimg/ser1.png) no-repeat right top 10px;
}
.header .header-nav {
  position: relative;
  transform-origin: center;
}
.header.fixed2 {
  position: fixed;
}
.header.animate .header-right {
  opacity: 1;
  transform: scale(1) rotatex(0);
}
.header.animate .header-right.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.header.animate .logo {
  opacity: 1;
  transform: scale(1) rotatex(0);
}
.header .logo {
  float: left;
  width: 208px;
  height: 52px;
  padding-top: 3px;
  opacity: 0;
  transform: scale(0.8) rotatex(90deg);
  transition: all 1s ease;
}

.header-nav {
  float: right;
}
.header-nav .nav-item {
  position: relative;
  display: inline-block;
  height: 71px;
  padding-top: 15px;
  flex: 1;
  text-align: center;
  transition-duration: .5s;
}
.header-nav .nav-item.cur .nav-s0, .header-nav .nav-item:hover .nav-s0 {
  transform: translatey(-22px);
}
.header-nav .nav-s0 {
  position: relative;
  display: block;
  height: 22px;
  line-height: 22px;
  padding: 0 35px;
  transition: all .5s ease;
}
.header-nav .nav-s0:after {
  content: attr(data-title);
  position: absolute;
  color: #0166b3;
  left: 0;
  transform: translatey(100%);
  width: 100%;
}
.header-nav .nav-a {
  display: block;
  color: #333;
  font-size: 16px;
  line-height: 22px;
  height: 22px;
  overflow: hidden;
}
.header-nav .sub-hides {
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0%;
  top: 100%;
  border-top: 2px solid #0166b3;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
  transition-duration: .5;
}
.header-nav .sub-a {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  padding: 10px;
  color: #888;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  transition-duration: .5s;
  transition-timing-function: ease;
}
.header-nav .sub-a:hover {
  background: #ebebeb;
}

.toupp {
  text-transform: uppercase;
}

.about .footer, .campus .footer {
  background: #fff;
}

.footer {
  background: #f5f5f5;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  padding: 18px 160px;
}
.footer .footer-bot-dl {
  float: left;
}
.footer .footer-bot-dr {
  float: right;
  position: relative;
}
.footer .boc-a {
  color: #888;
  transition: all .5s ease;
}
.footer .boc-a:hover {
  color: #0166b3;
}
.footer .bds_tqq {
  margin: 0 !important;
  background: url(/uploads/image/zbwimg/qq.png) no-repeat center !important;
}
.footer .bds_tqq:hover {
  background: url(/uploads/image/zbwimg/qqon.png) no-repeat center !important;
}
.footer .bds_weixin {
  margin: 0 11px !important;
  background: url(/uploads/image/zbwimg/wechat.png) no-repeat center !important;
}
.footer .bds_weixin:hover {
  background: url(/uploads/image/zbwimg/wechaton.png) no-repeat center !important;
}
.footer .bds_tsina {
  margin: 0 !important;
  background: url(/uploads/image/zbwimg/sina.png) no-repeat center !important;
}
.footer .bds_tsina:hover {
  background: url(/uploads/image/zbwimg/sinaon.png) no-repeat center !important;
}

.bdshare-button-style0-16 a {
  display: block !important;
  width: 24px !important;
  height: 24px !important;
  padding: 0 !important;
  background-position: center !important;
  transition-duration: .5s;
}

.inner-banner {
  padding-top: 90px;
  height: 500px;
}

.wel-about-title {
  color: #333;
}
.wel-about-title .title-en {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
}
.wel-about-title .title-en:after {
  content: "";
  display: block;
  height: 4px;
  width: 36px;
  background: #0166b3;
  margin-top: .7rem;
  margin-bottom: .6rem;
}
.wel-about-title .title-cn {
  font-size: .7rem;
  line-height: 1.4;
  position: relative;
  padding-bottom: 1.4rem;
}
.wel-about-title .title-cn:after {
  position: absolute;
  right: 0;
  bottom: .7rem;
  content: "";
  display: block;
  height: 1px;
  width: 200%;
  background: #e8e8e8;
}

.welcome .wel-list1 {
  height: 1064px;
}
.welcome .list1-titles {
  text-align: center;
  padding-top: 200px;
}
.welcome .list1-h6 {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
}
.welcome .list1-h1 {
  font-size: 45px;
  line-height: 55px;
  color: #fff;
  margin: 12px 0 22px;
}
.welcome .list1-h2 {
  font-size: 22px;
  line-height: 28px;
  color: #fff;
}

.fast-recruit-nav {
  text-align: center;
  padding-top: 30px;
}
.fast-recruit-nav .nav-item {
  display: inline-block;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  margin: 0 10px;
  padding: 20px;
  position: relative;
}
.fast-recruit-nav .nav-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #0166b3;
  transition-duration: .3s;
  border-radius: 50%;
  transform: scale(0.8);
  opacity: 0;
  box-sizing: border-box;
}
.fast-recruit-nav .nav-item:nth-child(1) {
  transition-delay: .4s;
}
.fast-recruit-nav .nav-item:nth-child(2) {
  transition-delay: .6s;
}
.fast-recruit-nav .nav-item:nth-child(3) {
  transition-delay: .8s;
}
.fast-recruit-nav .nav-item:hover:after, .fast-recruit-nav .nav-item.cur:after {
  transform: scale(1);
  opacity: 1;
}
.fast-recruit-nav .nav-item:hover .item-contents, .fast-recruit-nav .nav-item.cur .item-contents {
  background: #0166b3 url(/uploads/image/zbwimg/about-bg3.png) no-repeat center;
  background-size: 100% auto;
}
.fast-recruit-nav .nav-item:hover .unhover, .fast-recruit-nav .nav-item.cur .unhover {
  display: none !important;
}
.fast-recruit-nav .nav-item:hover .hover, .fast-recruit-nav .nav-item.cur .hover {
  display: block !important;
}
.fast-recruit-nav .nav-item:hover .ajax-title, .fast-recruit-nav .nav-item.cur .ajax-title {
  color: #fff;
}
.fast-recruit-nav .unhover {
  display: block;
}
.fast-recruit-nav .hover {
  display: none;
}
.fast-recruit-nav .icos {
  transition-duration: .3s;
  position: relative;
  width: 40px;
  height: 42px;
  margin: 0 auto 10px;
}
.fast-recruit-nav .ajax-title {
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  transition-duration: .3s;
}
.fast-recruit-nav .item-contents {
  padding-top: 56px;
  transition-duration: .3s;
  background: #fff;
  background-size: cover;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  overflow: hidden;
}

.pages {
  padding: 14px 0 76px;
  text-align: center;
}
.pages .pagination {
  display: inline-block;
}
.pages .pagination a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #666;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border: 1px solid #cdcdcd;
  border-radius: 50%;
  transition: all .3s linear;
  font-family: "arial";
  vertical-align: top;
  margin: 0 10px;
  border-radius: 50%;
}
.pages .pagination a:hover, .pages .pagination a.active {
  color: #fff;
  background: #0166b3;
  border-color: #0166b3;
}

.ajax-contents {
  opacity: 0;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  -moz-transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all .6s;
  transition: all .6s;
}
.ajax-contents.cur {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  -moz-transform: scale3d(1, 1, 1);
}

.por {
  position: relative;
}

.moudle-title {
  padding: 50px 0 32px;
  text-align: center;
  font-size: 36px;
  line-height: 60px;
  color: #333;
}

.moudle-title.line:after {
  content: "";
  display: block;
  height: 3px;
  width: 45px;
  background-color: #ccc;
  margin: 14px auto 0;
}

.loaddings {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -20px;
  display: block;
  background: url(/uploads/image/zbwimg/loadings.gif) no-repeat center;
  background-size: 40px;
  width: 40px;
  height: 40px;
}

.publication-list1 .list1-item {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  transition-duration: .5s;
}
.publication-list1 .list1-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.publication-list1 .list1-item:hover .list1-h5 {
  color: #0166b3;
}
.publication-list1 .list1-item .list1-h5 {
  border: 1px solid #e5e5e5;
  height: 56px;
  line-height: 56px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
  text-align: center;
  transition-duration: .5s;
}
.publication-list1 .list1-item:nth-child(3n) {
  margin-right: 0;
}

.load-more {
  display: block;
  position: relative;
  text-align: center;
  width: 160px;
  height: 44px;
  border: 1px solid #e3e3e3;
  border-radius: 22px;
  margin: 20px auto 0;
  overflow: hidden;
}
.load-more:before {
  content: "";
  display: block;
  width: 124%;
  height: 100%;
  position: absolute;
  left: -131%;
  top: 0;
  z-index: 1;
  background: #0166b3;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transform: skewx(45deg);
  -webkit-transform: skewx(45deg);
  -moz-transform: skewx(45deg);
}
.load-more .load-s0 {
  position: relative;
  z-index: 2;
  color: #666;
  font-size: 16px;
  line-height: 44px;
  transition: .3s ease-in-out;
}
.load-more:hover .load-s0 {
  color: #fff;
}
.load-more:hover:before {
  left: -13%;
}

.about-list4-more {
  display: block;
  position: relative;
  text-align: center;
  width: 124px;
  height: 36px;
  border: 1px solid #0166b3;
  border-radius: 18px;
  overflow: hidden;
}
.about-list4-more:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #0166b3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-list4-more:before {
  content: "";
  display: block;
  width: 124%;
  height: 100%;
  position: absolute;
  left: -131%;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transform: skewx(45deg);
  -webkit-transform: skewx(45deg);
  -moz-transform: skewx(45deg);
}
.about-list4-more .load-s0 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: .3s ease-in-out;
}
.about-list4-more:hover .load-s0 {
  color: #0166b3;
}
.about-list4-more:hover:before {
  left: -13%;
}

.recruits-search-wrap {
  width: 520px;
  margin: 0 auto 52px;
}
.recruits-search-wrap .search-input {
  float: left;
  width: 430px;
  background: none;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 5px 0 0 5px;
  border-right: none;
  font-size: 14px;
  line-height: 50px;
  height: 50px;
  color: #888;
  box-sizing: border-box;
  padding: 0 24px;
}
.recruits-search-wrap .search-submit {
  float: right;
  width: 90px;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  background: #0166b3;
  color: #fff;
  border-radius: 0 5px 5px 0;
  border: none;
  text-align: center;
}

.society-list1 {
  padding-bottom: 64px;
}
.society-list1 .list1-item {
  position: relative;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 32px;
  transition-duration: .5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 48px 0 36px;
  transition-duration: .5s;
}
.society-list1 .list1-item:nth-child(4n) {
  margin-right: 0;
}
.society-list1 .list1-item:hover {
  transform: translatey(-20px);
}
.society-list1 .list1-item:hover .list1-h5 {
  color: #0166b3;
}
.society-list1 .list1-item:hover .unhover {
  display: none !important;
}
.society-list1 .list1-item:hover .hover {
  display: block !important;
}
.society-list1 .list1-item:hover .list1-more {
  color: #0166b3;
}
.society-list1 .list1-item .icos {
  position: relative;
  width: 68px;
  height: 64px;
  margin: 0 auto 24px;
}
.society-list1 .list1-item .list1-h5 {
  height: 52px;
  line-height: 52px;
  padding: 0 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 22px;
  color: #333;
  text-align: center;
  transition-duration: .5s;
}
.society-list1 .list1-item .list1-more {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
  width: 68px;
  margin: 0 auto;
}
.society-list1 .list1-item .unhover {
  display: block;
}
.society-list1 .list1-item .hover {
  display: none;
}

.bgfa {
  background: #fafafa;
}

.societylists-list1 {
  padding: 12px 30px 20px;
}
.societylists-list1 .show-more {
  position: absolute;
  right: 0;
  top: 22px;
  height: 40px;
  width: 52px;
  line-height: 40px;
  background: url(/uploads/image/zbwimg/more1.png) no-repeat center right 8px;
  cursor: pointer;
  transition-duration: .5s;
}
.societylists-list1 .show-more:hover {
  transform: translatex(10px);
  color: #0166b3;
  background: url(/uploads/image/zbwimg/more1on.png) no-repeat center right 8px;
}
.societylists-list1 .list1-item {
  position: relative;
  padding: 22px 60px 22px 0;
  border-bottom: 1px solid #e1e1e1;
}
.societylists-list1 .list1-item3 {
  border-bottom: none;
}
.societylists-list1 .recruits-search-wrap {
  width: 356px;
}
.societylists-list1 .search-input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.societylists-list1 .search-submit {
  width: 56px;
  height: 40px;
  line-height: 40px;
  background: #0166b3 url(/uploads/image/zbwimg/ser2.png) no-repeat center;
}
.societylists-list1 .item-left {
  float: left;
  width: 106px;
  font-size: 20px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.societylists-list1 .item-right {
  float: left;
  width: 940px;
  height: 40px;
  overflow: hidden;
  transition-duration: .5s;
}
.societylists-list1 .right-mains {
  height: auto;
}
.societylists-list1 .list1-a {
  float: left;
  padding-left: 14px;
  padding-right: 20px;
  font-size: 17px;
  line-height: 40px;
  color: #666;
  transition-duration: .3s;
}
.societylists-list1 .list1-a.cur, .societylists-list1 .list1-a:hover {
  color: #0166b3;
}

.societylists-list2 .list2-mains {
  padding-bottom: 26px;
  padding-top: 15px;
}
.societylists-list2 .list2-top {
  font-size: 22px;
  line-height: 72px;
  color: #333;
  border-bottom: 1px solid #e3e3e3;
}
.societylists-list2 .list2-item {
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #666;
  padding: 20px 0;
  border-bottom: 1px solid #e3e3e3;
  transition-duration: .5s;
}
.societylists-list2 .list2-item:hover {
  color: #0166b3;
}
.societylists-list2 .list2-item:hover .fl-item5 {
  background: url(/uploads/image/zbwimg/eyeon.png) no-repeat left 28px center;
}
.societylists-list2 .list2-item .fl-item5 {
  padding-left: 52px;
  background: url(/uploads/image/zbwimg/eye.png) no-repeat left 28px center;
}
.societylists-list2 .fl-item {
  float: left;
  width: 22%;
  padding-left: 28px;
}
.societylists-list2 .fl-item5 {
  width: 12%;
  transition-duration: .5s;
}

.societyinfo-list1 .list1-top {
  padding: 30px 40px 10px;
}
.societyinfo-list1 .list1-middle {
  padding: 32px 40px 14px;
  border-bottom: 1px solid #e5e5e5;
}
.societyinfo-list1 .middle-item {
  padding-bottom: 38px;
}
.societyinfo-list1 .middle-left {
  font-size: 22px;
  line-height: 34px;
  color: #333;
  float: left;
  width: 112px;
}
.societyinfo-list1 .middle-right {
  font-size: 16px;
  line-height: 34px;
  color: #666;
  float: left;
  width: 816px;
}
.societyinfo-list1 .fl-item {
  float: left;
  width: 25%;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  margin-bottom: 20px;
}
.societyinfo-list1 .fl-item .s1 {
  float: left;
  width: 80px;
}
.societyinfo-list1 .fl-item .s2 {
  width: 180px;
  float: left;
  color: #666;
  display: inline-block;
  vertical-align: top;
}
.societyinfo-list1 .to-form {
  position: relative;
  width: 132px;
  height: 36px;
  line-height: 34px;
  border-radius: 18px;
  text-align: center;
  float: left;
  font-size: 14px;
  overflow: hidden;
  transition-duration: .5s;
}
.societyinfo-list1 .load-s0 {
  position: relative;
  z-index: 3;
}
.societyinfo-list1 .blue-a {
  color: #fff;
  border: 1px solid #0166b3;
  background: #0166b3;
}
.societyinfo-list1 .blue-a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translatex(6px);
}
.societyinfo-list1 .white-a {
  border: 1px solid #0166b3;
  color: #0166b3;
  margin-left: 20px;
}
.societyinfo-list1 .white-a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translatex(6px);
}
.societyinfo-list1 .gray-a {
  float: right;
  background: #fafafa;
  color: #666;
}
.societyinfo-list1 .gray-a:before {
  content: "";
  display: block;
  width: 124%;
  height: 110%;
  position: absolute;
  left: -131%;
  top: -5%;
  z-index: 2;
  background: #0166b3;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transform: skewx(45deg);
  -webkit-transform: skewx(45deg);
  -moz-transform: skewx(45deg);
}
.societyinfo-list1 .gray-a:hover {
  color: #fff;
}
.societyinfo-list1 .gray-a:hover:before {
  left: -13%;
}
.societyinfo-list1 .info-a-wrap {
  padding: 40px 0 80px 40px;
}

.campus .recruits-search-wrap {
  margin-bottom: 26px;
}

.route-list1 .list1-mains {
  padding-bottom: 22px;
  text-align: center;
}
.route-list1 .list2-top {
  font-size: 20px;
  line-height: 38px;
  color: #fff;
  background: #0166b3;
}
.route-list1 .list2-item {
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666;
  border-bottom: 1px solid #e5e5e5;
  transition-duration: .5s;
}
.route-list1 .list2-item:hover {
  color: #0166b3;
}
.route-list1 .fl-item {
  float: left;
  padding: 14px;
  border-left: 1px solid #e5e5e5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.route-list1 .fl-item1 {
  width: 140px;
}
.route-list1 .fl-item2 {
  width: 240px;
}
.route-list1 .fl-item3 {
  width: 244px;
}
.route-list1 .fl-item4 {
  width: 576px;
  border-right: 1px solid #e5e5e5;
}

.announce-list {
  padding-bottom: 76px;
}
.announce-list .moudle-title {
  padding-bottom: 5px;
}
.announce-list .announce-more-wrap {
  margin-bottom: 24px;
}
.announce-list .announce-more {
  float: right;
  display: inline-block;
  background: url(/uploads/image/zbwimg/news-more1.png) no-repeat left center;
  height: 19px;
  line-height: 19px;
  font-size: 16px;
  color: #666;
  padding-left: 26px;
  transition-duration: .3s;
}
.announce-list .announce-more:hover {
  color: #0166b3;
  background: url(/uploads/image/zbwimg/news-more1on.png) no-repeat left center;
}
.announce-list .announce-right {
  float: right;
  width: 556px;
  transition-duration: .3s;
}
.announce-list .announce-right .news-h5 {
  font-size: 22px;
}
.announce-list .announce-left-a {
  float: left;
  width: 613px;
  height: 482px;
  background: #fafafa;
}
.announce-left-a .img-wrap {
  height: 366px;
  overflow: hidden;
}
.announce-list .announce-left-a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.announce-list .announce-left-a:hover .news-h5 {
  color: #0166b3;
}
.announce-list .txts-wrap {
  padding: 20px 40px 30px;
}
.announce-list .announce-right-a {
  display: block;
  background: #fafafa;
  padding: 26px 30px;
  margin-bottom: 28px;
  transition-duration: .3s;
  height: 142px;
}
.announce-list .announce-right-a:nth-child(3) {
  margin-bottom: 0;
}
.announce-list .announce-right-a:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.announce-list .announce-right-a:hover .news-h5 {
  color: #0166b3;
}
.announce-list .news-h5 {
  font-size: 24px;
  color: #333;
  line-height: 28px;
  margin-top: 8px;
  margin-bottom: 10px;
  height: 28px;
  transition-duration: .3s;
}
.announce-list .news-time {
  font-size: 16px;
  color: #888;
  line-height: 20px;
  transition-duration: .3s;
}
.announce-list .news-more {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  margin-top: 14px;
  transition-duration: .3s;
}

.process-lists {
  padding-bottom: 80px;
  background: url(/uploads/image/zbwimg/about-bg1.jpg) no-repeat center;
  background-size: cover;
}

.process-mains {
  position: relative;
}
.process-mains .line0 {
  position: absolute;
  height: 1px;
  background: #dedede;
  top: 50%;
  display: block;
  transition-duration: 1s;
  left: 0;
  width: 100%;
}
.process-mains .bd {
  width: 870px;
  margin: 0 auto;
  overflow: hidden;
}
.process-mains .process-banner {
  position: relative;
}
.process-mains .process-banner-li {
  position: relative;
  float: left;
  width: 290px !important;
  height: 290px !important;
  border-radius: 50%;
  padding-top: 60px;
}
.process-mains .process-banner-li:before {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  left: 0;
  top: 0;
  content: "";
  border-radius: 50%;
}
.process-mains .even:before {
  border-top: 1px solid #0166b3;
  border-right: 1px dashed #c4c4c4;
  border-bottom: 1px dashed #c4c4c4;
  border-left: 1px solid #0166b3;
  transform: rotate(45deg);
}
.process-mains .odd:before {
  border-top: 1px solid #0166b3;
  border-right: 1px dashed #c4c4c4;
  border-bottom: 1px dashed #c4c4c4;
  border-left: 1px solid #0166b3;
  transform: rotate(-135deg);
}
.process-mains .icos {
  width: 43px;
  height: 45px;
  margin: 0 auto;
}
.process-mains .cir0 {
  display: block;
  width: 22px;
  height: 22px;
  background: url(/uploads/image/zbwimg/cir.png) no-repeat center;
  margin: 30px auto 28px;
}
.process-mains .process--h5 {
  font-size: 18px;
  line-height: 28px;
  color: #333;
  height: 84px;
  overflow: hidden;
  width: 160px;
  margin: 0 auto;
  text-align: center;
}

.news-list1 .news-txts {
  padding: 16px 20px;
}
.news-list1 .list1-item {
  float: left;
  width: 31.6%;
  margin-right: 2.6%;
  margin-bottom: 20px;
  transition-duration: .5s;
  line-height: 22px;
  color: #888;
}
.news-list1 .list1-item:hover {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.news-list1 .list1-item:hover .news-h5 {
  color: #0166b3;
}
.news-list1 .list1-item:nth-child(3n) {
  margin-right: 0;
}
.news-list1 .news-h5 {
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  height: 24px;
  color: #333;
  transition-duration: .5s;
}
.news-list1 .news-time {
  font-size: 14px;
  font-family: "arial";
  margin: 12px 0 16px;
}
.news-list1 .list1-detail {
  font-size: 13px;
  margin-bottom: 22px;
  height: 44px;
}
.news-list1 .news-more {
  font-size: 13px;
}

.newsinfo {
  padding: 40px 0;
  min-height: 500px;
}
.newsinfo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
.newsinfo .info-title {
  font-size: 30px;
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}
.newsinfo .info-dates {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  text-align: center;
  margin: 30px auto;
}
.newsinfo .info-dt-wrap {
  font-size: 16px;
  line-height: 2;
  color: #666;
  padding: 30px 0;
  margin-bottom: 1.5rem;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-align: justify;
}
.newsinfo .info-bot-dl {
  width: 70%;
  color: #666;
  font-size: 14px;
  line-height: 36px;
}
.newsinfo .info-bot-dl a {
  color: #666;
}
.newsinfo .info-bot-dl a:hover {
  color: #0166b3;
}
.newsinfo .info-bot-dr {
  padding-top: 16px;
}
.newsinfo .news-return-a {
  display: block;
  position: relative;
  text-align: center;
  width: 124px;
  height: 36px;
  border: 1px solid #0166b3;
  border-radius: 18px;
  overflow: hidden;
}
.newsinfo .news-return-a:after {
  content: "";
  position: absolute;
  z-index: 0;
  background: #0166b3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.newsinfo .news-return-a:before {
  content: "";
  display: block;
  width: 124%;
  height: 100%;
  position: absolute;
  left: -131%;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: .3s ease-in-out;
  -webkit-transition: .3s ease-in-out;
  transform: skewx(45deg);
  -webkit-transform: skewx(45deg);
  -moz-transform: skewx(45deg);
}
.newsinfo .news-return-a .load-s0 {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 14px;
  line-height: 36px;
  transition: .3s ease-in-out;
}
.newsinfo .news-return-a:hover .load-s0 {
  color: #0166b3;
}
.newsinfo .news-return-a:hover:before {
  left: -13%;
}

.societyform-list1 .item-mains {
  margin-bottom: 26px;
}
.societyform-list1 .item-mains.last {
  margin-bottom: 0;
}
.societyform-list1 .top-title {
  color: #0166b3;
  border-bottom: 2px solid #0166b3;
  display: inline-block;
  position: relative;
  top: 1px;
  vertical-align: top;
  display: inline-block;
}
.societyform-list1 .top-gray {
  display: inline-block;
  color: #888;
  vertical-align: top;
  margin-left: 6px;
}
.societyform-list1 .form-top-title {
  font-size: 20px;
  line-height: 40px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
.societyform-list1 .td {
  float: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 34px;
}
.societyform-list1 .td.fr {
  float: right;
}
.societyform-list1 .recruit-input0 {
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: none;
  font-size: 16px;
  line-height: 34px;
  color: #666;
  float: left;
  padding: 0 10px;
}
.societyform-list1 .recruit-input0.fr {
  float: right;
}
.societyform-list1 .w200 {
  width: 200px;
}
.societyform-list1 .w88 {
  width: 88px;
}
.societyform-list1 .w920 {
  width: 920px;
}
.societyform-list1 .w174 {
  width: 174px;
}
.societyform-list1 .w418 {
  width: 418px;
}
.societyform-list1 .w76 {
  width: 76px;
}
.societyform-list1 .w32 {
  width: 32px;
}
.societyform-list1 .w284 {
  width: 284px;
}
.societyform-list1 .w500 {
  width: 500px;
}
.societyform-list1 .w370 {
  width: 370px;
}
.societyform-list1 .w370 .recruit-s0 {
  width: 84px;
}
.societyform-list1 .w246 {
  width: 246px;
}
.societyform-list1 .w186 {
  width: 186px;
}
.societyform-list1 .w654 {
  width: 654px;
}
.societyform-list1 .w366 {
  width: 366px;
}
.societyform-list1 .w150 {
  width: 150px;
}
.societyform-list1 .w130 {
  width: 130px;
}
.societyform-list1 .w314 {
  width: 314px;
}
.societyform-list1 .w396 {
  width: 396px;
}
.societyform-list1 .w724 {
  width: 724px;
}
.societyform-list1 .w424 {
  width: 424px;
}
.societyform-list1 .w234 {
  width: 234px;
}
.societyform-list1 .w256 {
  width: 256px;
}
.societyform-list1 .w560 {
  width: 560px;
}
.societyform-list1 .w320 {
  width: 320px;
}
.societyform-list1 .mleft42 {
  margin-left: 42px;
}
.societyform-list1 .radio-i {
  display: block;
  width: 4px;
  height: 4px;
  background: #0166b3;
  opacity: 0;
  filter: alpha(opacity=0);
  border-radius: 50%;
  transition-duration: .3s;
}
.societyform-list1 .radios {
  float: left;
  margin-right: 15px;
}
.societyform-list1 .radios.cur {
  color: #0166b3;
}
.societyform-list1 .radios.cur .radio {
  border-color: #0166b3;
}
.societyform-list1 .radios.cur .radio .radio-i {
  opacity: 1;
  filter: alpha(opacity=100);
}
.societyform-list1 .radio {
  vertical-align: middle;
  float: left;
  width: 12px;
  height: 12px;
  margin-right: 6px;
  border: 1px solid #b5b5b5;
  padding: 3px;
  border-radius: 50%;
  position: relative;
  top: 12px;
}
.societyform-list1 .recruit-s0 {
  font-size: 16px;
  line-height: 34px;
  color: #333;
  float: left;
  width: 82px;
  position: relative;
}
.societyform-list1 .recruit-s0.w130 {
  width: 130px;
}
.societyform-list1 .recruit-s0.w100 {
  width: 100px;
}
.societyform-list1 .recruit-s0 i {
  display: inline-block;
  position: absolute;
  width: auto;
  right: 100%;
  top: -8px;
  color: #0166b3;
  width: 10px;
}
.societyform-list1 .person-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 174px;
  height: 210px;
  overflow: hidden;
  background: #454545;
}
.societyform-list1 .person-file-input {
  display: block;
  width: 56px;
  height: 24px;
  opacity: 0;
}
.societyform-list1 .upload-file-input {
  display: block;
  width: 60px;
  height: 34px;
  opacity: 0;
}
.societyform-list1 .upload-file-td {
  position: relative;
  height: 34px;
  width: 724px;
  margin-bottom: 0;
}
.societyform-list1 .person-file-btn {
  position: relative;
  width: 56px;
  height: 24px;
}
.societyform-list1 .file-s0 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 56px;
  height: 24px;
  border: none;
  border-bottom: 1px solid #0166b3;
  color: #0166b3;
  display: block;
  font-size: 14px;
  line-height: 24px;
  cursor: pointer;
}
.societyform-list1 .file-reminds {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 106px;
  height: 24px;
  font-size: 12px;
  border: none;
  color: #888;
  display: block;
  line-height: 24px;
}
.societyform-list1 .file-contents {
  float: left;
  width: 564px;
  height: 34px;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
.societyform-list1 .file-s1 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 34px;
  color: #fff;
  background: #0166b3;
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 34px;
  cursor: pointer;
}
.societyform-list1 .person-img-wrap {
  padding-top: 220px;
  position: relative;
  height: 244px;
}
.societyform-list1 .person-img-wrap img {
  top: 0;
  left: 0;
  position: absolute;
  width: 174px;
  height: 210px;
  display: block;
}
#thumbpro {
  position: absolute;
  top: 0;
  left: 0;
  width: 174px;
  height: 210px;
  overflow: visible;
  background: #454545;
}
#pros_file .btns {
  position: relative;
}
#pros_file .btns:after {
  position: absolute;
  content: "( 推荐：174x210 )";
  display: inline-block;
  width: 103px;
  right: 0;
  top: 0;
  font-size: 12px;
  color: #888;
  line-height: 24px;

}

#thumbpro i {
  display: block;
  position: absolute;
  left: 0;
  top: -24px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 24px;
  line-height: 24px;
}
#pros_upload {
  color: #fff;
  display: block;
  width: 74px;
  cursor: pointer;
}
.societyform-list1 .form-more {
  position: absolute;
  width: 56px;
  height: 34px;
  display: block;
  right: 0;
  bottom: 24px;
  background: url(/uploads/image/zbwimg/form-more.jpg) no-repeat center;
  transition-duration: .5s;
  cursor: pointer;
}
.societyform-list1 .marbot50 {
  margin-bottom: 50px;
}
.societyform-list1 .advantage-textarea {
  height: 224px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  background: none;
  display: block;
  font-size: 16px;
  line-height: px;
  color: #666;
  padding: 10px;
}
.societyform-list1 .reminds {
  font-size: 14px;
  line-height: 28px;
  margin: 12px 0;
  color: #888;
}
.societyform-list1 .reminds .color {
  color: #0166b3;
}
.societyform-list1 .aubmit-a-wrap {
  text-align: center;
  padding-bottom: 60px;
}
.societyform-list1 .recruit-btn {
  display: inline-block;
  width: 170px;
  height: 42px;
  box-sizing: border-box;
  text-align: center;
  line-height: 40px;
  border-radius: 21px;
  margin: 0 7px;
  font-size: 16px;
  transition-duration: .3s;
}
.societyform-list1 .recruit-btn:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translatex(6px);
}
.societyform-list1 .recruit-submit {
  background: #0166b3;
  color: #fff;
  border: 1px solid #0166b3;
}
.societyform-list1 .recruit-reset {
  background: none;
  color: #333;
  border: 1px solid #e5e5e5;
}

.about-banner1-btns {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  height: 1px;
}
.about-banner1-btns .btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 1px solid #ebebeb;
  transition-duration: .3s;
}
.about-banner1-btns .prev {
  left: -76px;
  background: url(/uploads/image/zbwimg/prev1.png) no-repeat center;
}
.about-banner1-btns .prev:hover {
  background: #0166b3 url(/uploads/image/zbwimg/prev1on.png) no-repeat center;
  border-color: #0166b3;
}
.about-banner1-btns .next {
  right: -76px;
  background: url(/uploads/image/zbwimg/next1.png) no-repeat center;
}
.about-banner1-btns .next:hover {
  background: #0166b3 url(/uploads/image/zbwimg/next1on.png) no-repeat center;
  border-color: #0166b3;
}

.process-banner1-btns {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  height: 1px;
}
.process-banner1-btns .btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
  transition-duration: .3s;
}
.process-banner1-btns .prev {
  left: 0;
  background: #fff url(/uploads/image/zbwimg/prev1.png) no-repeat center;
}
.process-banner1-btns .prev:hover {
  background: #0166b3 url(/uploads/image/zbwimg/prev1on.png) no-repeat center;
  border-color: #0166b3;
}
.process-banner1-btns .next {
  right: 0;
  background: #fff url(/uploads/image/zbwimg/next1.png) no-repeat center;
}
.process-banner1-btns .next:hover {
  background: #0166b3 url(/uploads/image/zbwimg/next1on.png) no-repeat center;
  border-color: #0166b3;
}

.about-banner4-btns {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  margin-top: -18px;
  width: 100%;
  height: 1px;
}
.about-banner4-btns .btn {
  display: inline-block;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 0;
  cursor: pointer;
  border-radius: 50%;
  transition-duration: .3s;
}
.about-banner4-btns .prev {
  left: 0;
  background: url(/uploads/image/zbwimg/prev2.png) no-repeat center;
}
.about-banner4-btns .prev:hover {
  background: url(/uploads/image/zbwimg/prev2on.png) no-repeat center;
}
.about-banner4-btns .next {
  right: 0;
  background: url(/uploads/image/zbwimg/next2.png) no-repeat center;
}
.about-banner4-btns .next:hover {
  background: url(/uploads/image/zbwimg/next2on.png) no-repeat center;
}

.about-list1 .list1-title {
  font-size: 30px;
  line-height: 34px;
  color: #333;
  padding: 82px 0 32px;
}
.about-list1 .list1-top-txts {
  font-size: 16px;
  line-height: 28px;
  color: #888;
}
.about-list1 .list1-banner {
  position: relative;
  overflow: visible;
  padding: 80px 0;
}
.about-list1 .list1-banner-h5 {
  font-size: 18px;
  line-height: 64px;
  color: #666;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
}
.about-list1 .bd {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-list1 .list1-banner-li {
  width: 387px !important;
  margin-right: 19px;
}
.about-list1 .list1-banner-li .pro-banner-img {
  transition: all .3s linear;
}
.about-list1 .list1-banner-li:hover .pro-banner-img {
  transform: scale(1.1);
}
.about-list1 .list1-banner-li:hover .list1-banner-h5 {
  color: #0166b3;
}

.about-list2 {
  padding-bottom: 86px;
  background: url(/uploads/image/zbwimg/about-bg1.jpg) no-repeat center;
  background-size: cover;
}
.about-list2 .list2-top {
  padding: 10px 0 50px;
}
.about-list2 .top-item {
  float: left;
  width: 278px;
  margin-right: 29px;
  text-align: center;
}
.about-list2 .top-item:nth-child(4n) {
  margin-right: 0;
}
.about-list2 .bot-item {
  float: left;
  width: 385px;
  margin-right: 22px;
  background: url(/uploads/image/zbwimg/about-bg2.png) no-repeat center;
  background-size: cover;
  overflow: hidden;
  border-radius: 5px;
  padding: 22px 0;
  color: #fff;
}
.about-list2 .bot-item:nth-child(3n) {
  margin-right: 0;
}
.about-list2 .icos {
  width: 102px;
  height: 102px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px dashed #a2a2a2;
  padding: 26px;
  margin: 0 auto;
}
.about-list2 .top-h4 {
  font-size: 24px;
  line-height: 26px;
  color: #333;
  padding: 24px 0 12px;
}
.about-list2 .top-h5 {
  font-size: 20px;
  line-height: 24px;
  color: #666;
}
.about-list2 .top-detail {
  font-size: 15px;
  line-height: 28px;
  color: #888;
}
.about-list2 .bot-h5 {
  font-size: 28px;
  line-height: 104px;
  border-right: 1px dashed rgba(255, 255, 255, 0.22);
  float: left;
  width: 138px;
  height: 104px;
  text-align: center;
}
.about-list2 .bot-txts {
  float: left;
  width: 246px;
  font-size: 14px;
  line-height: 26px;
  height: 104px;
  padding: 0 28px;
  overflow: hidden;
}
.about-list2 .table {
  height: 104px;
}

.about-list3 {
  padding-bottom: 68px;
}
.about-list3 .list3-ajax-control {
  text-align: center;
  padding-top: 14px;
  padding-bottom: 26px;
}
.about-list3 .ajax-contents .img100 {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
}
.about-list3 .ajax-item {
  display: inline-block;
  width: 168px;
  height: 168px;
  border-radius: 50%;
  margin: 0 10px;
  padding: 14px;
  position: relative;
  cursor: pointer;
}
.about-list3 .ajax-item:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #0166b3;
  transition-duration: .3s;
  border-radius: 50%;
  transform: scale(0.8);
  opacity: 0;
  box-sizing: border-box;
}
.about-list3 .ajax-item:hover:after, .about-list3 .ajax-item.cur:after {
  transform: scale(1);
  opacity: 1;
}
.about-list3 .ajax-item:hover .item-contents, .about-list3 .ajax-item.cur .item-contents {
  background: #0166b3 url(/uploads/image/zbwimg/about-bg3.png) no-repeat center;
  background-size: cover;
}
.about-list3 .ajax-item:hover .unhover, .about-list3 .ajax-item.cur .unhover {
  display: none !important;
}
.about-list3 .ajax-item:hover .hover, .about-list3 .ajax-item.cur .hover {
  display: block !important;
}
.about-list3 .ajax-item:hover .ajax-title, .about-list3 .ajax-item.cur .ajax-title {
  color: #fff;
}
.about-list3 .unhover {
  display: block;
}
.about-list3 .hover {
  display: none;
}
.about-list3 .icos {
  transition-duration: .3s;
  position: relative;
  width: 32px;
  margin: 0 auto 10px;
  height: 32px;
}
.about-list3 .ajax-title {
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #000;
  transition-duration: .3s;
}
.about-list3 .item-contents {
  padding-top: 36px;
  transition-duration: .3s;
  background: #fafafa url(/uploads/image/zbwimg/about-bg3.png) no-repeat center;
  background-size: cover;
  border-radius: 50%;
  width: 138px;
  height: 138px;
  overflow: hidden;
}

.about-list4 {
  padding-bottom: 86px;
  background: url(/uploads/image/zbwimg/about-bg4.jpg) no-repeat center;
  background-size: cover;
}
.about-list4 .bd {
  width: 1078px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.about-list4 .list4-banner-li {
  width: 1078px !important;
  padding: 10px;
}
.about-list4 .can-hover {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.about-list4 .img-wrap {
  float: left;
  width: 558px;
}
.about-list4 .list4-txts {
  float: left;
  width: 500px;
  padding: 54px 36px;
}
.about-list4 .list4-banner {
  position: relative;
}
.about-list4 .list4-h5 {
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  color: #333;
  transition-duration: .5s;
}
.about-list4 .list4-detail {
  height: 78px;
  line-height: 26px;
  font-size: 14px;
  color: #888;
  transition-duration: .5s;
  margin: 18px 0 40px;
}

.about-list5 .list5-banner-h5 {
  font-size: 20px;
  line-height: 64px;
  color: #666;
  text-align: center;
  border: 1px solid #e5e5e5;
  padding: 0 20px;
}
.about-list5 .bd {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.about-list5 .list5-banner-li {
  width: 387px !important;
  margin-right: 19px;
}
.about-list5 .list5-banner-li .pro-banner-img {
  transition: all .3s linear;
}
.about-list5 .list5-banner-li:hover .pro-banner-img {
  transform: scale(1.1);
}
.about-list5 .list5-banner-li:hover .list5-banner-h5 {
  color: #0166b3;
}

.about-hd {
  padding: 26px 0 0;
  text-align: center;
}
.about-list5,.about-list6 {
  padding-bottom: 60px;
}
.about-hd li {
  vertical-align: top;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  font-size: 0;
  margin: 0 8px;
  cursor: pointer;
  transition-duration: .3s;
}
.about-hd li.on {
  background: #0166b3;
  border-color: #0166b3;
}

.about-list6 {
  background: url(/uploads/image/zbwimg/about-bg1.jpg) no-repeat center;
  background-size: cover;
}
.about-list6 .list6-banner-li {
  width: 1200px !important;
}
.about-list6 .can-hover {
  position: relative;
  float: left;
  width: 400px;
}
.about-list6 .list6-banner-h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 54px;
  line-height: 54px;
  padding: 0 24px;
  color: #fff;
  font-size: 20px;
}

.img-lists {
  position: relative;
  margin-bottom: 78px;
}
.img-lists .img-replace-wrap {
  position: relative;
  width: 990px;
  height: 690px;
  margin: 0 auto 16px;
  text-align: center;
  font-size: 24px;
  line-height: 64px;
  color: #fff;
  overflow: visible;
  border: 1px solid #ddd;
}
.img-lists .img-replace-wrap .poa100 {
  z-index: 0;
}
.img-lists .img-replace-wrap .img100 {
  position: relative;
  z-index: 2;
}
.img-lists .table-cell {
  color: #666;
  font-size: 16px;
  line-height: 18px;
}
.img-lists .replace-banner {
  width: 990px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.img-lists .banner-li {
  float: left;
  width: 190px;
  line-height: 1;
  color: #2f2f2f;
  font-size: 16px;
  margin-right: 10px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.img-lists .banner-li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  border: 4px solid #0166b3;
  opacity: 0;
  transition-duration: .5s;
  box-sizing: border-box;
}
.img-lists .banner-li.cur:after, .img-lists .banner-li:hover:after {
  opacity: 1;
}
.img-lists .replace-btn {
  cursor: pointer;
  top: 50%;
  z-index: 3;
  position: absolute;
  display: inline-block;
  margin-top: -22px;
  width: 44px;
  height: 44px;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  transition: all .3s linear;
}
.img-lists .prev {
  left: 0;
  background: url(/uploads/image/zbwimg/prev3.png) no-repeat center;
}
.img-lists .prev:hover {
  background: #0166b3 url(/uploads/image/zbwimg/prev3on.png) no-repeat center;
}
.img-lists .next {
  right: 0;
  background: url(/uploads/image/zbwimg/next3.png) no-repeat center;
}
.img-lists .next:hover {
  background: #0166b3 url(/uploads/image/zbwimg/next3on.png) no-repeat center;
}

#lightbox-container-image-data-box {
  box-sizing: content-box;
}

.newsinfo .info-dt-wrap {
  text-align: justify;
}

.header-nav, .header-right-img {
  transition: all 0.5s;
}

.hide1 {
  -webkit-transform: scale(0) !important;
  -ms-transform: scale(0) !important;
  transform: scale(0) !important;
  opacity: 0 !important;
}

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.wel-list1 {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.bgimg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgf8 {
  background: #f8f8f8;
}

.bgfff {
  background: #fff;
}

.svg1 {
  overflow: hidden;
  -webkit-clip-path: circle(2.1% at 50% 50%);
  clip-path: circle(0% at 50% 50%);
  transition: all 1s cubic-bezier(0, 0.35, 0.14, 1.1) 0.5s;
}
.svg1.animate {
  -webkit-clip-path: circle(70.7% at 50% 50%);
  clip-path: circle(70.7% at 50% 50%);
}

.js-m {
  opacity: 0;
  transform: translatey(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-m2 {
  opacity: 0;
  transform: translatey(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-to-left {
  opacity: 0;
  transform: translatex(30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-to-right {
  opacity: 0;
  transform: translatex(-30px);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease;
}

.js-m.animate, .js-m2.animate, .js-to-left.animate, .js-to-right.animate {
  opacity: 1;
  transform: translate(0, 0);
}

.delay1 {
  transition-delay: .1s;
}

.delay2 {
  transition-delay: .2s;
}

.delay3 {
  transition-delay: .3s;
}

.delay4 {
  transition-delay: .4s;
}

.delay5 {
  transition-delay: .5s;
}

.delay6 {
  transition-delay: .6s;
}

.delay7 {
  transition-delay: .7s;
}

.delay8 {
  transition-delay: .8s;
}

.delay9 {
  transition-delay: .9s;
}

.delay10 {
  transition-delay: 1s;
}

.delay11 {
  transition-delay: 1.1s;
}

.delay12 {
  transition-delay: 1.2s;
}

.delay13 {
  transition-delay: 1.3s;
}

.delay14 {
  transition-delay: 1.4s;
}

.delay15 {
  transition-delay: 1.5s;
}

.delay16 {
  transition-delay: 1.6s;
}

.delay17 {
  transition-delay: 1.7s;
}

.delay18 {
  transition-delay: 1.8s;
}

.delay19 {
  transition-delay: 1.9s;
}

.delay20 {
  transition-delay: 2s;
}

.delay21 {
  transition-delay: 2.1s;
}

.delay23 {
  transition-delay: 2.3s;
}

.search .title2 {
  font-size: 20px;
  line-height: 24px;
  color: #0166b3;
  margin-bottom: 14px;
  transition-duration: .3s;
}
.search .detail1 {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666;
  transition-duration: .3s;
}
.search .search-item {
  float: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 24px;
  transition-duration: .3s;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.search .search-item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.search .search-item:hover .title2, .search .search-item:hover .detail1 {
  transform: translatey(-6px);
}
.search .search-item:nth-child(2n) {
  margin-right: 0;
}

.plans-lists {
  position: relative;
  padding: 0 48px;
}
.plans-lists .sline0 {
  position: absolute;
  z-index: 1;
  transition-duration: .8s;
  transition-delay: .8s;
  width: 764px;
  height: 39px;
  left: 50%;
  top: 46px;
  margin-left: -382px;
  background:  no-repeat;
}
.plans-lists .item-contents {
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 0 auto 12px;
  padding-top: 50px;
}
.plans-lists .icos {
  width: 40px;
  margin: 0 auto 8px;
}
.plans-lists .plan-item {
  position: relative;
  z-index: 2;
  float: left;
  width: 170px;
  text-align: center;
  margin-right: 140px;
}
.plans-lists .plan-item:nth-child(4n) {
  margin-right: 0;
}
.plans-lists .plan-item1 .item-contents {
  background: url(/uploads/image/zbwimg/plan-bg1.png) no-repeat center;
}
.plans-lists .plan-item2 .item-contents {
  background: url(/uploads/image/zbwimg/plan-bg2.png) no-repeat center;
}
.plans-lists .plan-item3 .item-contents {
  background: url(/uploads/image/zbwimg/plan-bg3.png) no-repeat center;
}
.plans-lists .plan-item4 .item-contents {
  background: url(/uploads/image/zbwimg/plan-bg4.png) no-repeat center;
}
.plans-lists .plan-top-h5 {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.plans-lists .plan-bot-h5 {
  font-size: 14px;
  line-height: 25px;
  color: #666;
}

@media (max-width: 1700px) {
  .header .search-btn {
    width: 44px;
    padding-left: 24px;
  }

  .footer {
    padding: 18px 80px;
  }

  .header {
    padding: 19px 80px 0;
  }

  .header-nav .nav-s0 {
    padding: 0 22px;
  }

  .img-lists .img-replace-wrap {
    height: 552px;
  }

  .img-lists .img-replace-wrap, .img-lists .replace-banner {
    width: 790px;
  }

  .img-lists.w1200 {
    width: 1100px;
  }
}
@media (max-width: 1530px) {
  .img-lists .img-replace-wrap {
    height: 412px;
  }

  .img-lists .img-replace-wrap, .img-lists .replace-banner {
    width: 590px;
  }
}
@media (max-width: 1400px) {
  .about-banner1-btns .next {
    right: -40px;
  }

  .about-banner1-btns .prev {
    left: -40px;
  }
}
@media (max-width: 1340px) {
  .header {
    padding: 19px 40px 0;
  }

  .footer {
    padding: 18px 40px;
  }

  .about-banner1-btns .next {
    right: 0;
  }

  .about-banner1-btns .prev {
    left: 0;
  }
}
@media (max-width: 1200px) {
  .societyform-list1.w1200 {
   transform: scale(.9);
  }
}
/*# sourcemappingurl=style.css.map */


.right-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 8;
  height: 138px;
  font-size: 14px;
  margin-top: -69px;
  overflow: visible;
  transform: translatex(52px) !important;
}
.right-fixed.animate {
  transform: translatex(0) !important;
}
.right-fixed .right-ico {
  width: 52px;
  height: 32px;
  background-size: 25px !important;
  display: block;
  transition: all 0.5s ease;
}
.right-fixed .right-txts {
  font-size: 14px;
  line-height: 18px;
}
.right-fixed .right-a {
  padding-top: 6px;
  position: relative;
  display: block;
  height: 62px;
  transition: all 0.5s ease;
  margin-top: 1px;
  color: #666;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  margin-bottom: 10px;
}
.right-fixed .right-a:hover {
  color: #fff;
  background: #0166b3;
}
.right-fixed .right-a .right-ico {
  background: url(/uploads/image/zbwimg/ewm-ico1.png) no-repeat center;
}
.right-fixed .right-a:hover .right-ico {
  background: url(/uploads/image/zbwimg/ewm-ico1on.png) no-repeat center;
}
.right-fixed .right-a .hides {
  position: absolute;
  width: 110px;
  height: 110px;
  top: 0;
  right: 100%;
  display: none;
  background: #fff;
  padding: 5px;
  box-shadow: 0 0 10px #a8a3a3;
}