@charset "utf-8";
/* CSS Document */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: normal;
  font-style: normal;
}
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button {
  color: #62a1c9;
}
html,
body {
  width: 100%;
  min-height: 930px;
  height: auto;
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #454545;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #454545;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #454545;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #454545;
}
/*宽度限制板块*/
.wbox {
  width: 1200px;
  margin: 0 auto;
  clear: both;
}
.wbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wbox {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .wbox {
  zoom: 1;
}
.wbox {
  display: block;
  position: relative;
}
/* End hide from IE-mac */
body {
  width: 100%;
  min-width: 1274px;
}
input,
textarea,
a,
div,
button,
select {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hide {
  display: none;
}
/**** DEMO单行
.text-overflow-ellipsis(1);
多行
 .text-overflow-ellipsis(2);
****/
body {
  color: #000;
  font-size: 14px;
  min-width: 1232px;
  font-family: 'PingFangSC', "Microsoft YaHei", Helvetica, Tahoma, Arial, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
}
#wrap {
  position: relative;
  max-width: 1920px;
  min-width: 1200px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.top-bar {
  height: 100px;
  position: fixed;
  z-index: 9;
  width: 100%;
  max-width: 1920px;
  top: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.top-bar .language {
  position: absolute;
  right: 50px;
  top: 42px;
  color: #fff;
}
.top-bar .language .zh {
  cursor: pointer;
  font-size: 16px;
}
.top-bar .language .zh::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px;
  border-color: #333 transparent transparent transparent ;
  margin-left: 7px;
}
.top-bar .language .item {
  display: none;
  padding-top: 5px;
}
.top-bar .language .item a {
  color: #333;
  font-size: 16px;
}
.top-bar .language:hover .item {
  display: block;
}
.top-bar .logo {
  position: absolute;
  top: 14px;
  left: 50px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/logo_abed9fb9.png) no-repeat;
  display: block;
  width: 170px;
  height: 72px;
}
.top-bar .nav {
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.top-bar .nav__link {
  display: inline-block;
  width: 168px;
  height: 100px;
  margin: 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 100px;
}
@media screen and (max-width: 1220px) {
  .top-bar .nav__link {
    width: 80px;
  }
}
.top-bar .nav__link:hover {
  background: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid #fff;
}
.top-bar.white {
  background: #fff;
  box-shadow: 0px 0px 5px #666;
  border-bottom: none;
}
.top-bar.white .nav__link {
  color: #000;
}
.top-bar.white .nav__link:hover {
  color: #2568ba;
  border-bottom: none;
}
.top-bar.white .nav__link.active {
  background: #2568ba;
  color: #fff;
}
.top-bar.white .logo {
  position: absolute;
  top: 14px;
  left: 50px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/logo-2_134b1047.png) no-repeat;
  display: block;
  width: 80px;
  height: 72px;
}
.top-bar.white .language {
  color: #000;
}
.top-bar.white .language .zh::after {
  border-color: #000 transparent transparent transparent ;
}
.top-bar-new .nav {
  margin-right: 50px;
}
.footer {
  padding: 60px 0;
  background: #272a2c;
  color: #fff;
}
.footer a {
  color: #fff;
}
.inner-banner {
  height: 450px;
  color: #fff;
}
.inner-banner h1 {
  font-size: 0;
  font-weight: bold;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 234px;
}
.inner-banner .en-title {
  text-transform: uppercase;
  font-size: 0;
  text-align: center;
  top: 288px;
  width: 100%;
  position: absolute;
  top: 290px;
  margin-top: 10px;
}
.u-link {
  color: #2568ba;
  display: inline-block;
  margin-top: 20px;
}
.u-link::after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #2568ba;
  margin-left: 7px;
}
.u-link:hover {
  text-decoration: underline;
}
.notouch .subnav-link:hover::after {
  width: 100%;
  left: 0;
}
.subnav-wrap {
  height: 79px;
}
.subnav {
  height: 79px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/nav-bg_23fa33ec.jpg) no-repeat center center;
}
.subnav.fixed {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 100%;
  z-index: 9;
}
.subnav__cnt {
  width: 850px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding-top: 30px;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
}
.subnav__cnt.news {
  justify-content: center;
}
.subnav-link {
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
}
.subnav-link::after {
  width: 0;
  content: '';
  display: inline-block;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  bottom: 0px;
}
.subnav-link.active::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  left: 0;
  background: #fff;
}
body {
  background: #ffffff;
}
.subnav__cnt {
  width: 900px;
}
.inner-banner {
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/banner_90d47741.jpg) no-repeat center center;
}
.inner-banner__cnt {
  width: 1200px;
  margin: 0 auto;
  padding-top: 170px;
}
.inner-banner__cnt h1 {
  width: auto;
  position: relative;
  text-align: left;
  top: 0;
}
.inner-banner__cnt .en-title {
  width: auto;
  position: relative;
  text-align: left;
  top: 0;
}
.inner-banner__cnt .qrcode {
  margin-top: 32px;
  font-size: 12px;
}
.inner-banner__cnt .qrcode .desc {
  margin-top: 8px;
  width: 93px;
  text-align: center;
}
.colleges-partner {
  height: 734px;
  background: #2568ba;
  box-sizing: border-box;
  padding-top: 76px;
}
.colleges-partner h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.colleges-partner hr {
  border: none;
  height: 3px;
  width: 30px;
  background: #fff;
  margin: 22px auto;
}
.colleges-partner .intro {
  color: #bdcbe5;
  text-align: center;
}
.colleges-partner .items {
  width: 1200px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}
.colleges-partner .items .item {
  width: 372px;
  height: 395px;
  background: #fff;
  display: block;
  color: #000;
}
.colleges-partner .items .item:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.colleges-partner .items .item__img {
  width: 372px;
  height: 227px;
  overflow: hidden;
}
.colleges-partner .items .item img {
  width: 372px;
  height: 227px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.colleges-partner .items .item__txt {
  padding: 40px 35px 0;
}
.colleges-partner .items .item__txt .p1 {
  font-weight: bold;
  font-size: 18px;
}
.colleges-partner .items .item__txt .p2 {
  color: #828282;
  line-height: 22px;
  margin-top: 20px;
}
.cultivation {
  height: 590px;
  box-sizing: border-box;
  padding-top: 90px;
}
.cultivation h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.cultivation hr {
  border: none;
  height: 3px;
  width: 30px;
  margin: 22px auto;
  background: #1e1e1e;
}
.cultivation .intro {
  text-align: center;
  color: #949494;
}
.cultivation .items {
  width: 1200px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-justify-content: space-between;
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
}
.cultivation .items .line {
  height: 240px;
  width: 1px;
  background: #e8e8e8;
}
.cultivation .items .item {
  width: 224px;
  text-align: center;
  color: #000;
}
.cultivation .items .item:hover .p1 {
  color: #2568ba;
}
.cultivation .items .item__icon {
  width: 111px;
  height: 100px;
  margin: 0 auto;
}
.cultivation .items .item__icon--1 {
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/icon-1_2377a061.png) no-repeat center center;
}
.cultivation .items .item__icon--2 {
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/icon-2_a62329f9.png) no-repeat center center;
}
.cultivation .items .item__icon--3 {
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/icon-3_ef8ef6c1.png) no-repeat center center;
}
.cultivation .items .item__icon--4 {
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/icon-4_f303e926.png) no-repeat center center;
}
.cultivation .items .item .p1 {
  font-size: 18px;
  margin-top: 34px;
}
.cultivation .items .item .p2 {
  color: #949494;
  margin-top: 22px;
  line-height: 22px;
}
.employee {
  height: 653px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/bg_6aa44b0e.jpg) no-repeat;
  box-sizing: border-box;
  padding-top: 92px;
}
.employee h2 {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.employee hr {
  border: none;
  height: 3px;
  width: 30px;
  background: #fff;
  margin: 22px auto;
}
.employee .intro {
  color: #d1d1d1;
  text-align: center;
  line-height: 22px;
}
.employee .items {
  width: 1008px;
  margin: 66px auto 0;
  height: 330px;
}
.employee .items__container {
  display: flex;
  display: -ms-flexbox;
  width: 100%;
}
.employee .items .member {
  width: 180px;
  color: #fff;
  margin-right: 250px;
}
.employee .items .member:nth-child(3) {
  margin-right: 0;
}
.employee .items .member__head {
  width: 160px;
  height: 160px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
}
.employee .items .member__head img {
  border-radius: 100%;
  width: 160px;
  height: 160px;
}
.employee .items .member__head .tip {
  display: block;
  position: absolute;
  width: 33px;
  height: 27px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/tip_7b2e3f5c.png) no-repeat;
  top: 35px;
  left: 137px;
  display: none;
}
.employee .items .member__head:hover .tip {
  display: block;
}
.employee .items .member__name {
  font-size: 24px;
  text-align: center;
  margin-top: 23px;
}
.employee .items .member__title {
  text-align: center;
  margin-top: 7px;
}
.jobs {
  padding: 66px 0;
  position: relative;
}
.jobs .noData {
  visibility: hidden;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.jobs .noData.active {
  visibility: visible;
}
.jobs .search {
  width: 1200px;
  margin: 0 auto 9px;
  height: 49px;
  position: relative;
}
.jobs .search:before {
  content: '';
  width: 26px;
  height: 25px;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  right: 570px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/search_e424daa1.png) top no-repeat;
}
.jobs .search input {
  width: 492px;
  height: 49px;
  background: #F7F9FB;
  border: 1px solid #E1E1E1;
  padding-left: 58px;
  position: absolute;
  right: 60px;
  font-size: 16px;
  color: #CBCCCE;
}
.jobs .search input::placeholder {
  color: #CBCCCE;
}
.jobs .search .btn {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -0.5px;
  width: 60px;
  height: 51px;
  background: #a6b8ce;
  text-align: center;
  line-height: 51px;
  font-size: 16px;
  color: #FFFFFF;
}
.jobs .search .btn:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  left: 50%;
  background-color: white;
  transform: translateX(-50%);
  bottom: 13px;
}
.jobs__cnt {
  width: 1200px;
  margin: 0 auto;
}
.jobs .title {
  height: 60px;
  background: #a6b8ce;
  color: #fff;
  font-size: 16px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
}
.jobs .title .s2,
.jobs .title .s3,
.jobs .title .s4,
.jobs .title .s5 {
  cursor: pointer;
}
.jobs .title .s2:hover,
.jobs .title .s3:hover,
.jobs .title .s4:hover,
.jobs .title .s5:hover {
  height: 60px;
  background: #2668BC url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/title_active_6e119477.png) no-repeat;
}
.jobs .title .s2:hover .options,
.jobs .title .s3:hover .options,
.jobs .title .s4:hover .options,
.jobs .title .s5:hover .options {
  visibility: visible;
}
.jobs .title .s2:hover:after,
.jobs .title .s3:hover:after,
.jobs .title .s4:hover:after,
.jobs .title .s5:hover:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.jobs .title .s2 .options,
.jobs .title .s3 .options,
.jobs .title .s4 .options,
.jobs .title .s5 .options {
  visibility: hidden;
  z-index: 1;
  width: 100%;
  left: 50%;
  margin-top: -1px;
  transform: translateX(-50%);
  position: absolute;
  background: #ffffff;
  border: 1px solid #e1e1e1;
}
.jobs .title .s2 .options .item,
.jobs .title .s3 .options .item,
.jobs .title .s4 .options .item,
.jobs .title .s5 .options .item {
  position: relative;
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #212121;
  border-top: 1px #e1e1e1 solid;
}
.jobs .title .s2 .options .item:hover,
.jobs .title .s3 .options .item:hover,
.jobs .title .s4 .options .item:hover,
.jobs .title .s5 .options .item:hover,
.jobs .title .s2 .options .item.active,
.jobs .title .s3 .options .item.active,
.jobs .title .s4 .options .item.active,
.jobs .title .s5 .options .item.active {
  background-color: #2568BA;
  color: #fff;
}
.jobs .title .s2 .options .item:hover .second-wrap,
.jobs .title .s3 .options .item:hover .second-wrap,
.jobs .title .s4 .options .item:hover .second-wrap,
.jobs .title .s5 .options .item:hover .second-wrap {
  visibility: visible;
}
.jobs .title .s2 .options .item .second-wrap,
.jobs .title .s3 .options .item .second-wrap,
.jobs .title .s4 .options .item .second-wrap,
.jobs .title .s5 .options .item .second-wrap {
  visibility: hidden;
  position: absolute;
  background: #ffffff;
  z-index: 1;
  left: 100%;
  top: 0;
  margin-top: -1px;
  width: 130px;
  border: 1px solid #e1e1e1;
  color: #212121;
}
.jobs .title .s2 .options .item .second-wrap .secondItem,
.jobs .title .s3 .options .item .second-wrap .secondItem,
.jobs .title .s4 .options .item .second-wrap .secondItem,
.jobs .title .s5 .options .item .second-wrap .secondItem {
  width: 100%;
  height: 55px;
  font-size: 14px;
}
.jobs .title .s2 .options .item .second-wrap .secondItem:hover,
.jobs .title .s3 .options .item .second-wrap .secondItem:hover,
.jobs .title .s4 .options .item .second-wrap .secondItem:hover,
.jobs .title .s5 .options .item .second-wrap .secondItem:hover,
.jobs .title .s2 .options .item .second-wrap .secondItem.active,
.jobs .title .s3 .options .item .second-wrap .secondItem.active,
.jobs .title .s4 .options .item .second-wrap .secondItem.active,
.jobs .title .s5 .options .item .second-wrap .secondItem.active {
  color: #2568BA;
}
.jobs .title .s2:after,
.jobs .title .s3:after,
.jobs .title .s4:after,
.jobs .title .s5:after {
  content: '';
  width: 12px;
  height: 6px ;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: 45px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/arrow_8d7b4046.png) top no-repeat;
}
.jobs .s {
  display: inline-block;
  text-align: center;
  position: relative;
}
.jobs .s1 {
  width: 380px;
}
.jobs .s2 {
  width: 125px;
}
.jobs .s3 {
  width: 200px;
}
.jobs .s4 {
  width: 105px;
}
.jobs .s5 {
  width: 105px;
}
.jobs .s6 {
  width: 100px;
}
.jobs .s7 {
  width: 120px;
}
.jobs .s8 {
  width: 48px;
}
.jobs .items .item__info {
  font-size: 14px;
  line-height: 49px;
  display: flex;
  justify-content: space-between;
  min-height: 49px;
  border: 1px solid #e1e1e1;
  border-top: none;
  color: #212121;
  cursor: pointer;
}
.jobs .items .item__info .s1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  padding: 0 24px;
  box-sizing: border-box;
}
.jobs .items .item__detail {
  background: #f7f9fb;
  padding: 35px 40px;
  border: 1px solid #e1e1e1;
  border-top: none;
  position: relative;
  display: none;
}
.jobs .items .item__detail .item__require,
.jobs .items .item__detail .item__desc {
  margin-top: 30px;
}
.jobs .items .item__detail .label {
  font-weight: bold;
}
.jobs .items .item__detail p {
  margin-bottom: 10px;
  line-height: 24px;
  width: 700px;
}
.jobs .items .item__detail p.item__education {
  margin-bottom: 5px;
}
.jobs .items .item__detail .deliver {
  position: absolute;
  bottom: 35px;
  right: 60px;
  text-align: right;
  margin-top: -30px;
}
.jobs .items .item__detail .deliver__link {
  display: inline-block;
  width: 128px;
  height: 48px;
  background: #2568ba;
  line-height: 48px;
  text-align: center;
  border-radius: 4px;
  color: #fff;
}
.jobs .items .item__detail .deliver__link:hover {
  background: #4d8fe0;
}
.jobs .items .item__detail .deliver__ps {
  color: #a3a2a2;
  font-size: 12px;
  margin-top: 10px;
}
.pagination {
  text-align: center;
  margin-top: 66px;
}
.pagination > span {
  display: inline-block;
  padding: 9px 14px;
  margin: 0 5px;
}
.pagination > span.current {
  border: 1px solid #2568ba;
  background: #2568ba;
  color: #fff;
}
.pagination > span.disabled {
  color: #e8e8e8;
  border: 1px solid #e8e8e8;
  user-select: none;
}
.pagination > a {
  display: inline-block;
  padding: 9px 14px;
  border: 1px solid #e8e8e8;
  margin: 0 5px;
  color: #343434;
}
.pagination > a:hover {
  border: 1px solid #2568ba;
  background: #2568ba;
  color: #fff;
}
.u-arrow {
  border-width: 6px;
  border-style: solid;
  border-color: #2568ba transparent transparent transparent;
  cursor: pointer;
  position: relative;
  top: 12px;
  line-height: 0;
  height: 0;
}
.u-arrow.down {
  border-color: transparent transparent #2568ba transparent;
  top: -12px;
}
.environment {
  height: 996px;
  box-sizing: border-box;
  padding-top: 86px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/bg-2_4c1e5fde.jpg) no-repeat center bottom;
}
.environment h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.environment hr {
  border: none;
  height: 3px;
  width: 30px;
  margin: 22px auto;
  background: #1e1e1e;
}
.environment .intro {
  text-align: center;
  color: #949494;
}
.environment .gallery {
  width: 1200px;
  height: 640px;
  margin: 75px auto;
}
.environment .gallery .items {
  position: relative;
}
.environment .gallery .item {
  position: absolute;
  cursor: pointer;
}
.environment .gallery .item:nth-child(1) {
  top: 0;
  left: 0;
  width: 590px;
  height: 600px;
}
.environment .gallery .item:nth-child(1) img {
  width: 590px;
  height: 600px;
}
.environment .gallery .item:nth-child(2) {
  top: 0;
  left: 600px;
  width: 295px;
  height: 295px;
}
.environment .gallery .item:nth-child(3) {
  top: 0;
  left: 905px;
  width: 295px;
  height: 295px;
}
.environment .gallery .item:nth-child(4) {
  top: 305px;
  left: 600px;
  width: 295px;
  height: 295px;
}
.environment .gallery .item:nth-child(5) {
  top: 305px;
  left: 905px;
  width: 295px;
  height: 295px;
}
.environment .gallery .item .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.environment .gallery .item .mask .plus-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 50px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.environment .gallery .item .mask .plus-icon::after {
  content: '';
  position: absolute;
  width: 27px;
  height: 3px;
  background: #fff;
  display: block;
  margin-left: -13.5px;
  left: 50%;
  top: 50%;
}
.environment .gallery .item .mask .plus-icon::before {
  content: '';
  position: absolute;
  width: 27px;
  height: 3px;
  background: #fff;
  display: block;
  margin-left: -13.5px;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.environment .gallery .item:hover .mask {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.environment .gallery .item:hover .mask .plus-icon {
  margin-top: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fuli {
  position: relative;
  margin: 0 0 200px;
  padding-top: 86px;
}
.fuli h2 {
  font-size: 36px;
  text-align: center;
  font-weight: bold;
}
.fuli hr {
  border: none;
  height: 3px;
  width: 30px;
  margin: 22px auto;
  background: #1e1e1e;
}
.fuli .fuliSwiper {
  width: 1200px;
  margin: 75px auto 0;
  height: 400px;
}
.fuli .swiper-slide {
  height: 342px;
}
.fuli .swiper-slide .wrap {
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  width: 372px;
  height: 250px;
  margin: 45px auto 0;
  position: relative;
}
.fuli .swiper-slide .wrap .img-wrap {
  width: 100%;
  height: 180px;
  position: relative;
}
.fuli .swiper-slide .wrap .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.8);
}
.fuli .swiper-slide .wrap .content {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background-color: #A6B8CE;
  text-align: center;
  color: #fff;
}
.fuli .swiper-slide .wrap .content .title {
  margin-top: 15px;
  width: 100%;
  font-size: 24px;
}
.fuli .swiper-slide .wrap .content .desc {
  color: #EDF1F5;
  margin-top: 6px;
  font-size: 14px;
}
.fuli .swiper-slide.swiper-slide-active .wrap {
  width: 372px;
  height: 340px;
  margin: 0 auto;
}
.fuli .swiper-slide.swiper-slide-active .wrap .img-wrap {
  height: 262px;
}
.fuli .swiper-slide.swiper-slide-active .wrap .icon {
  transform: translate(-50%, -50%) scale(1);
}
.fuli .swiper-slide.swiper-slide-active .wrap .content {
  background-color: #2568BA;
}
.fuli .swiper-pagination {
  cursor: pointer;
  top: 377px;
}
.fuli .bg {
  position: absolute;
  top: 399px;
  width: 1920px;
  height: 433px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/bg-3_49857c4e.jpg) no-repeat center top;
}
.img-pop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.img-pop .img-container {
  width: 910px;
  height: 600px;
  background: #fff;
  position: absolute;
  margin-left: -455px;
  margin-top: -300px;
  left: 50%;
  top: 50%;
}
.img-pop .img-container .btns {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 0;
}
.img-pop .img-container img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.img-pop .img-container .img-mask {
  width: 910px;
  height: 102px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/pop-mask_252b4e70.png) no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
.img-pop .img-container .img-desc {
  font-size: 14px;
  padding-left: 45px;
  color: #fff;
  position: absolute;
  bottom: 26px;
  left: 0;
}
.img-pop .img-container .img-desc::before {
  content: '';
  display: inline-block;
  height: 1px;
  width: 30px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.swiper-pagination-bullet-active {
  width: 30px;
  height: 8px;
  border-radius: 8px;
  background: #a4a5a6;
}
.swiper-pagination-bullet {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  background: #a4a5a6;
}
.prev-btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 26px;
  text-align: center;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.prev-btn::before {
  content: '';
  display: inline-block;
  border-width: 6px;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.5) transparent transparent;
  cursor: pointer;
  position: relative;
  line-height: 0;
  height: 0;
  left: -3px;
  vertical-align: middle;
}
.prev-btn:hover::before {
  border-color: transparent #fff transparent transparent;
}
.next-btn {
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 26px;
  text-align: center;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-left: -1px;
}
.next-btn::before {
  content: '';
  display: inline-block;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(255, 255, 255, 0.5);
  cursor: pointer;
  position: relative;
  line-height: 0;
  height: 0;
  left: 3px;
  vertical-align: middle;
}
.next-btn:hover::before {
  border-color: transparent transparent transparent  #fff;
}
.employee-pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.employee-pop__cnt {
  position: absolute;
  width: 912px;
  height: 460px;
  background: #fff;
  margin-left: -456px;
  margin-top: -230px;
  left: 50%;
  top: 50%;
}
.employee-pop__cnt img {
  position: absolute;
  top: 0;
  left: 0;
}
.employee-pop__cnt .btns {
  position: absolute;
  bottom: 30px;
  right: 30px;
  font-size: 0;
}
.employee-pop__cnt .employee-info {
  width: 490px;
  position: absolute;
  top: 54px;
  left: 363px;
}
.employee-pop__cnt .employee-info__name {
  font-size: 30px;
  color: #2568ba;
}
.employee-pop__cnt .employee-info__title {
  color: #898989;
  margin-top: 6px;
}
.employee-pop__cnt .employee-info__intro {
  margin-top: 56px;
  height: 175px;
  line-height: 22px;
  position: relative;
}
.employee-pop__cnt .employee-info__intro > div {
  height: 100%;
}
.employee-pop__cnt .employee-info__intro .quo {
  display: block;
  width: 45px;
  height: 34px;
  background: url(https://leihuo.res.netease.com/pc/zt/20190220184816/img/quo_e6b36e86.png) no-repeat;
  position: absolute;
  top: -22px;
  left: -33px;
}
.employee-pop__cnt .employee-info__intro p {
  position: relative;
  padding-right: 30px;
}
.employee-pop .next-btn,
.fuli-pop .next-btn {
  border-left: none;
  border-color: #e1e1e1;
}
.employee-pop .next-btn::before,
.fuli-pop .next-btn::before {
  border-color: transparent transparent transparent  #e1e1e1;
}
.employee-pop .next-btn:hover,
.fuli-pop .next-btn:hover {
  border-color: #e1e1e1;
}
.employee-pop .next-btn:hover::before,
.fuli-pop .next-btn:hover::before {
  border-color: transparent transparent transparent  #333;
}
.employee-pop .prev-btn,
.fuli-pop .prev-btn {
  border-color: #e1e1e1;
}
.employee-pop .prev-btn::before,
.fuli-pop .prev-btn::before {
  border-color: transparent #e1e1e1 transparent transparent;
}
.employee-pop .prev-btn:hover,
.fuli-pop .prev-btn:hover {
  border-color: #e1e1e1;
}
.employee-pop .prev-btn:hover::before,
.fuli-pop .prev-btn:hover::before {
  border-color: transparent #333 transparent transparent;
}
.fuli-pop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}
.fuli-pop .btns {
  position: absolute;
  bottom: 32px;
  right: 36px;
}
.fuli-pop__cnt {
  position: absolute;
  width: 911px;
  height: 519px;
  overflow: hidden;
  background-color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.fuli-pop__cnt .popIcon {
  position: absolute;
  top: 56px;
  left: 98px;
}
.fuli-pop__cnt .title {
  position: absolute;
  top: 152px;
  left: 98px;
  font-size: 36px;
  font-weight: bold;
  color: #1e1e1e;
}
.fuli-pop__cnt .desc {
  font-size: 18px;
  color: #2568ba;
  position: absolute;
  top: 201px;
  left: 98px;
}
.fuli-pop__cnt .info {
  position: absolute;
  left: 98px;
  top: 281px;
}
.fuli-pop__cnt .info.string {
  width: 424px;
  line-height: 30px;
}
.fuli-pop__cnt .info .item {
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
.fuli-pop__cnt .info .item:before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 17px;
  background: #2568ba;
  left: 0;
}
.fuli-pop__cnt .info .item .label {
  font-size: 18px;
  font-weight: bold;
  color: #1e1e1e;
}
.fuli-pop__cnt .info .item .value {
  margin-left: 26px;
  font-size: 14px;
  color: #AEAEAE;
}
.u-close-btn {
  display: block;
  width: 62px;
  height: 62px;
  background: #2568ba;
  position: absolute;
  top: 0;
  right: 0;
}
.u-close-btn:hover {
  background: #4d8fe0;
}
.u-close-btn::after {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-left: -15px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.u-close-btn::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #fff;
  margin-left: -15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

