﻿/* 通用 */
.content {
  width: 100%;
  height: 100%;
  min-width: 1200px;
}
html.act {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

body {
     overflow-y: auto; 
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: #333;
}
.midWEB {
  width: 1200px;
  margin: 0 auto;
}

.webWidth {
  min-width: 1200px;
}
.overLoad {
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 9;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #d6d6d6;
  font-family: 'PingFang SC', '微软雅黑', Arial, Helvetica, sans-serif,
    Microsoft Yahei !important;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #d6d6d6;
  font-family: 'PingFang SC', '微软雅黑', Arial, Helvetica, sans-serif,
    Microsoft Yahei !important;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d6d6d6;
  font-family: 'PingFang SC', '微软雅黑', Arial, Helvetica, sans-serif,
    Microsoft Yahei !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #d6d6d6;
  font-family: 'PingFang SC', '微软雅黑', Arial, Helvetica, sans-serif,
    Microsoft Yahei !important;
}
div[lazy='loading'] {
  background-position: 50% !important;
}
.sticky {
  position: sticky;
  top: 0;
  z-index: 9;
}
.headShow {
  top: 71px;
}
body,
html {
  margin: 0 !important;
  height: 100% !important;
  padding: 0 !important;
  font-family: 'PingFang SC', '微软雅黑', Arial, Helvetica, sans-serif,
    Microsoft Yahei !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.modelDiv {
  padding: 0 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.modelDiv .modelTextBox .requireBox {
  color: red;
}

.modelDiv .modelTextBox {
  float: left;
  width: 150px;
  font-size: 14px;
  text-align: right;
}

.modelDiv .modalChildBox,
.modelDiv .picBox {
  float: left;
  width: 700px;
}

.imgDivUpload {
  max-width: 300px;
  height: 150px;
  cursor: pointer;
}

.imgUploadDiv {
  border: 1px solid #333;
  padding: 10px;
}

.modelDiv .modalChildBox2 {
  float: left;
  width: 700px;
  position: relative;
}

.defaultStyle,
.w-e-text-container {
  letter-spacing: 1px;
  font-size: medium;
  line-height: 29px;
}

.ivu-page-item-jump-next:after,
.ivu-page-item-jump-prev:after {
  content: '...';
}

.bgactive {
  background-color: #f6f9ff;
}

.w-e-toolbar .w-e-menu {
  width: 35px !important;
  height: 35px !important;
}

.ivu-table th {
  background-color: #55b7f8 !important;
  border-bottom: 0;
  color: #fff;
}

.ivu-table-row {
  color: #495060;
}

.page .ivu-page-item-active {
  background: #45aefd;
  border-color: #45aefd;
}

.page .ivu-page-item-active a {
  color: #fff;
}

.table-top-button {
  background: url(../img/top_normal.9a01f574.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.table-top-button:hover {
  background: url(../img/top_down.a1a382ca.png) no-repeat;
}

.table-cancel-button {
  background: url(../img/cancel_normal.449de8b6.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.table-cancel-button:hover {
  background: url(../img/cancel_down.287c18c1.png) no-repeat;
}

.table-setTop-button {
  background: url(../img/top_down.a1a382ca.png) no-repeat;
}

.table-delete-button,
.table-setTop-button {
  width: 24px;
  height: 24px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.table-delete-button {
  background: url(../img/delete_normal.48378da9.png) no-repeat;
}

.table-delete-button:hover {
  background: url(../img/delete_down.13e97382.png) no-repeat;
}

.table-edit-button {
  background: url(../img/edit_normal.5513c6e4.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.table-edit-button:hover {
  background: url(../img/edit_down.13575d39.png) no-repeat;
}

.table-drag-button {
  background: url(../img/tuodong.687c1a7a.png) no-repeat;
  width: 24px;
  height: 24px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}

.verticaModal .ivu-modal-footer div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.verticaModal .ivu-modal-footer div p {
  padding: 9px 32px;
  border-radius: 3px;
  cursor: pointer;
  color: #fff;
  background: #fda07d;
}

.verticaModal .ivu-modal-footer div p:last-child {
  background: #45aefd;
  margin-left: 15px;
}

.ivu-modal-footer button {
  padding: 9px 32px;
  color: #fff;
  border: none;
  font-size: 12px;
}

.ivu-modal-footer button:first-child {
  background: #fda07d;
}

.ivu-modal-footer button:first-child:hover {
  color: #fff;
}

.ivu-modal-footer button:last-child {
  background: #45aefd;
}
article,
aside,
blockquote,
body,
button,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
section,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
.f_12 {
  font-size: 12px;
}

.f_14 {
  font-size: 14px;
}

.f_15 {
  font-size: 15px;
}

.f_16 {
  font-size: 16px;
}

.f_18 {
  font-size: 18px;
}

.f_19 {
  font-size: 19px;
}

.f_20 {
  font-size: 20px;
}

.f_22 {
  font-size: 22px;
}

.f_24 {
  font-size: 24px;
}

.f_26 {
  font-size: 26px;
}

.f_28 {
  font-size: 28px;
}

.f_30 {
  font-size: 30px;
}

.f_32 {
  font-size: 32px;
}

.f_34 {
  font-size: 34px;
}

.f_36 {
  font-size: 36px;
}

.f_38 {
  font-size: 38px;
}

.f_40 {
  font-size: 40px;
}

.f_44 {
  font-size: 44px;
}

.f_46 {
  font-size: 46px;
}

.f_48 {
  font-size: 48px;
}

.f_50 {
  font-size: 50px;
}

.f_52 {
  font-size: 52px;
}

.f_54 {
  font-size: 54px;
}

.f_56 {
  font-size: 56px;
}

.f_60 {
  font-size: 60px;
}

.f_62 {
  font-size: 62px;
}

.f_68 {
  font-size: 68px;
}

.f_80 {
  font-size: 80px;
}

.p_80 {
  padding: 80px 0;
}

.p_120 {
  padding: 120px 0;
}

.pd_0_115 {
  padding: 0 0 115px;
}

.pd_115_120 {
  padding: 115px 0 120px;
}

.mag_110_0 {
  margin-top: 110px;
}

.mag_80_0 {
  margin-top: 80px;
}

.mag_60_0 {
  margin-top: 60px;
}

.alltime,
.alltime * {
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltime2,
.alltime2 * {
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.alltime3,
.alltime3 * {
  -webkit-transition: all 0.6s i-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.wow {
  opacity: 0;
}

.wow1 {
  opacity: 1;
}

.fbd {
  font-weight: bold;
}

.fw {
  font-weight: 100;
}

.pc {
  display: block;
}

.yd {
  display: none;
}

.w_100 {
  width: 100%;
}

.h_100 {
  height: 100%;
}

/* 弹窗 */
.guanbi {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.guanbi .gbox {
  width: 350px;
  height: 150px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.guanbi .gbox .gtt {
  margin: 0;
  line-height: 1.8;
  color: #000;
}
/* 介绍人简介 pc端 */
.Founder .title {
  color: #333333;
  font-size: 40px;
  text-align: center;
  padding: 90px 0 30px;
}

.Founder .bannerBox {
  min-width: 1200px;
  height: 420px;
  background-image: url(/image2/About/banner2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.Founder .bannerBox .bannerTitle {
  color: #ffffff;
  font-size: 34px;
  padding-top: 196px;
}
.Founder .tabBox {
  height: 70px;
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
  width: 100%;
}
.Founder .tabBox a {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  width: 24.5%;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
}
.Founder .tabBox :hover {
  color: #0356bc;
}

.Founder .tabBox .active {
  color: #0356bc;
}

.Founder .introduceBox {
  font-size: 16px;
  color: #666666;
  padding: 102px 0;
}
.Founder .introduceBox .ceoBack {
  width: 356px;
  height: 541px;
}

.Founder .introduceBox .introduce {
  line-height: 32px;
  white-space: pre-wrap;
}

.Founder .introduceBox .briefBox {
  width: 708px;
  position: relative;
}
.Founder .introduceBox .briefBox p:first-child {
  color: #333333;
  font-size: 50px;
  margin: 10px 0;
}

.Founder .introduceBox .briefBox p:nth-child(2) {
  color: #333333;
}

.Founder .introduceBox .briefBox .line {
  width: 190px;
  height: 3px;
  background: #0356bc;
  margin: 37px 0 57px 0;
}

.Founder .introduceBox .briefBox .logo {
  position: absolute;
  right: -258px;
  top: -26px;
}
.Founder .MessageBox {
  background: #f6f9ff;
  height: 1176px;
}
.Founder .MessageBox .messageBack {
  width: 1200px;
  height: 928px;
  background: url(/image2/About/ceotalk.png) no-repeat;
  background-position: top center;
  background-size: cover;
}

.Founder .newsBox {
  background: #f6f9ff;
  padding-bottom: 60px;
  overflow: hidden;
}
.Founder .newsBox .news_ul {
  list-style: none;
}
.Founder .newsBox .news_ul li {
  width: 380px;
  height: 510px;
  background: #ffffff;
  float: left;
  cursor: pointer;
  margin-right: 30px;
  margin-bottom: 60px;
  box-shadow: 0px 7px 12px 0px rgba(227, 227, 227, 0.5);
  transition: all 0.5s ease;
}
.Founder .newsBox .news_ul li:hover {
  transform: translateY(-15px);
}

.Founder .newsBox .news_ul li div {
  padding: 0 24px;
}
.Founder .newsBox .news_ul li div p:first-child {
  color: #333333;
  font-size: 18px;
  margin: 30px 0 28px 0;
  font-weight: bold;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  height: 54px  !important;
}

.Founder .newsBox .news_ul li div p:nth-child(2) {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.Founder .newsBox .news_ul li div p:last-child {
  color: #999999;
  font-size: 14px;
  margin-top: 30px;
}

.Founder .newsBox .news_ul li img {
  width: 380px;
  height: 286px;
}

.Founder .newsBox .news_ul li:nth-child(3n) {
  margin-right: 0;
}

.Founder .vitaeBox {
  min-width: 1200px;
  background-image: url(/image2/About/vitaeBack.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 1017px;
}
.Founder .vitaeBox .years_ul {
  display: inline-block;
  vertical-align: top;
  font-size: 26px;
  color: #333333;
  list-style: none;
  padding-top: 28px;
}
.Founder .vitaeBox .years_ul li {
  text-align: right;
  width: 160px;
}

.Founder .vitaeBox .text_ul {
  display: inline-block;
  width: 895px;
  vertical-align: top;
  list-style: none;
  color: #666666;
  font-size: 18px;
  padding-top: 34px;
}
.Founder .vitaeBox .text_ul li {
  margin-bottom: 34px;
}
.Founder .vitaeBox .text_ul:nth-child(even) {
  background: #edf3ff;
  border-radius: 7px;
  padding: 16px;
}

.Founder .vitaeBox .downLine {
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 701px;
  background: url('../../assets/image/About/circleLine.png');
  margin: 0 30px;
}

.Founder .vitaeBox .boxCon {
  display: flex;
}
.Founder .vitaeBox .boxCon .timeCon {
  vertical-align: top;
  font-size: 26px;
  color: #333333;
  padding-top: 28px;
  text-align: right;
  width: 160px;
}

.Founder .vitaeBox .boxCon .iconCon {
  position: relative;
  width: 87px;
}
.Founder .vitaeBox .boxCon .iconCon .imgPos {
  position: absolute;
  left: calc(50% - 13px);
  padding-top: 40%;
}

.Founder .vitaeBox .boxCon .iconCon .linePos {
  position: absolute;
  left: 50%;
}

.Founder .vitaeBox .boxCon .textCon {
  width: 895px;
  padding-top: 34px;
}
.Founder .vitaeBox .boxCon .textCon p {
  vertical-align: top;
  color: #666666;
  font-size: 18px;
  line-height: 1.5;
  /* text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; */
}

.Founder .vitaeBox .boxCon:nth-child(even) .textCon {
  padding-top: 17px;
}
.Founder .vitaeBox .boxCon:nth-child(even) p {
  background: #edf3ff;
  border-radius: 7px;
  padding: 16px;
}

/* 介绍人简介 移动端 */
.FounderPhone .title {
  color: #333333;
  font-size: 22px;
  text-align: center;
}
.FounderPhone .bannerBox {
  width: 100%;
  height: 300px;
  background: url(/image2//AboutPhone/ceoBanner.png);
  background-size: cover;
}
.FounderPhone .bannerBox .bannerTitle {
  color: #ffffff;
  font-size: 22px;
  margin-left: 5%;
  padding-top: 135px;
}

.FounderPhone .introduceBox {
  padding: 20px 5% 26px 5%;
}
.FounderPhone .introduceBox .imgBox {
  display: flex;
  align-items: center;
  margin: 20px 0;
}
.FounderPhone .introduceBox .imgBox .nameBox {
  margin-left: 10%;
}
.FounderPhone .introduceBox .imgBox .nameBox p {
  color: #333333;
  font-size: 16px;
}
.FounderPhone .introduceBox .imgBox .nameBox p:first-child {
  font-size: 30px;
  margin-bottom: 16px;
}

.FounderPhone .introduceBox .imgBox .nameBox .line {
  width: 97px;
  height: 2px;
  background: #0356bc;
}

.FounderPhone .introduceBox .textBox {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}
.FounderPhone .introduceBox .appellationBox {
  widows: 100%;
  display: flex;
  margin-bottom: 10px;
}
.FounderPhone .introduceBox .appellationBox .point {
  width: 4px;
  height: 4px;
  background: rgba(3, 86, 188, 1);
  border-radius: 50%;
}
.FounderPhone .introduceBox .appellationBox .appellation {
  font-size: 13px;
  color: rgba(51, 51, 51, 1);
  line-height: 23px;
  margin-left: 13px;
  margin-top: -13px;
}

.FounderPhone .introduceBox ul {
  list-style: none;
  color: #333333;
  font-size: 13px;
}
.FounderPhone .introduceBox ul li span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
  background: #0356bc;
}

.FounderPhone .MessageBox {
  padding: 20px 5%;
  background: #f6f9ff;
}
.FounderPhone .MessageBox .writeBox {
  background: #ffffff;
  padding: 30px 5% 30px 5%;
  margin-top: 30px;
  text-align: justify;
  line-height: 1.5;
}
.FounderPhone .MessageBox .writeBox .writeTitle {
  text-align: center;
  color: #333333;
  font-size: 19px;
  margin-bottom: 26px;
}

.FounderPhone .MessageBox .writeBox p {
  font-size: 16px;
  color: #666666;
  text-indent: 2em;
  margin-bottom: 26px;
}

.FounderPhone .MessageBox .writeBox .bottomBox {
  text-align: right;
  font-size: 14px;
  color: #666666;
}
.FounderPhone .MessageBox .writeBox .bottomBox img {
  margin-right: 30px;
  margin-bottom: 10px;
}
.FounderPhone .vitaeBox {
  padding: 20px 5%;
}
.FounderPhone .vitaeBox .contentBox {
  margin-top: 30px;
  position: relative;
}
.FounderPhone .vitaeBox .contentBox .downLine {
  width: 2px;
  height: 890px;
  background: #f2f2f2;
  position: absolute;
  left: 2%;
  top: 0;
}

.FounderPhone .vitaeBox .contentBox ul {
  list-style: none;
}
.FounderPhone .vitaeBox .contentBox ul li {
  margin-bottom: 30px;
}
.FounderPhone .vitaeBox .contentBox ul li .first {
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.FounderPhone .vitaeBox .contentBox ul li .first img {
  width: 16px;
  height: 16px;
  margin-right: 20px;
  z-index: 1;
}

.FounderPhone .vitaeBox .contentBox ul li .second {
  font-size: 14px;
  color: #666666;
  margin-left: 36px;
  text-align: justify;
  line-height: 1.5;
}

.FounderPhone .vitaeBox .contentBox ul .stripe {
  background: #edf3ff;
  border-radius: 4px;
  padding: 10px;
}
.FounderPhone .newsBox {
  padding: 20px 5%;
  background: #f6f9ff;
}
.FounderPhone .newsBox ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.FounderPhone .newsBox ul li {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 10px 0;
}
.FounderPhone .newsBox ul li img {
  height: 85px;
  width: 114px;
  margin-right: 20px;
  border-radius: 4px;
}

.FounderPhone .newsBox ul li .contentBox p:first-child {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.FounderPhone .newsBox ul li .contentBox p:last-child {
  color: #999999;
  font-size: 12px;
}

.FounderPhone .newsBox ul li .contentBox .topHeight {
  height: 70px;
}

.FounderPhone .newsBox .checkMore {
  width: 126px;
  line-height: 44px;
  color: #ffffff;
  background: #0356bc;
  text-align: center;
  font-size: 16px;
  margin: 0 auto;
  cursor: pointer;
}

/* 党建pc */
.PartyBuild {
}
.PartyBuild .title {
  color: #333333;
  font-size: 40px;
  text-align: center;
  padding: 80px 0 60px;
}
.PartyBuild .bannerBox {
  min-width: 1200px;
  height: 420px;
  background-image: url(/image2/About/party.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.PartyBuild .bannerBox .bannerTitle {
  color: #ffffff;
  font-size: 34px;
  padding-top: 196px;
}
.PartyBuild .tabBox {
  height: 70px;
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
  width: 100%;
}
.PartyBuild .tabBox a {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  width: 33%;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
}
.PartyBuild .tabBox a:hover {
  color: #0356bc;
}

.PartyBuild .tabBox .active {
  color: #0356bc;
}
.PartyBuild .SurveyBox {
  padding-bottom: 106px;
}
.PartyBuild .SurveyBox .partyBack {
  width: 1200px;
  height: 183px;
  background-image: url(/image2/About/partyBack.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.PartyBuild .SurveyBox .partyBack .box1 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding-top: 63px;
}
.PartyBuild .SurveyBox .partyBack .box1 img {
  height: 50px;
  vertical-align: middle;
  margin-right: 36px;
}
.PartyBuild .SurveyBox .partyBack .box1 span {
  width: 90%;
  font-size: 20px;
  /*  text-align: center; */
  color: #333333;
}
.PartyBuild .memberBox {
  background: #f6f9ff;
  padding-bottom: 103px;
}
.PartyBuild .memberBox .partyMember {
  list-style: none;
}
.PartyBuild .memberBox .partyMember li {
  width: 32%;
  height: 163px;
  margin-right: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 50px 0 0 131px;
  background-image: url(/image2/About/partyBack2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  box-sizing: border-box;
}
.PartyBuild .memberBox .partyMember li div:first-child {
  margin-bottom: 13px;
}
.PartyBuild .memberBox .partyMember li div:first-child span:first-child {
  color: #333333;
  font-size: 22px;
  margin-right: 17px;
}
.PartyBuild .memberBox .partyMember li div:first-child span:last-child {
  color: #666666;
  font-size: 14px;
}
.PartyBuild .memberBox .partyMember li div:last-child {
  color: #333333;
  font-size: 16px;
}

.PartyBuild .activityBox {
}
.PartyBuild .activityBox .news_ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.PartyBuild .activityBox .news_ul li {
  width: 380px;
  height: 510px;
  margin-right: 30px;
  background: #ffffff;
  cursor: pointer;
  margin-bottom: 60px;
  box-shadow: 0px 7px 12px 0px rgba(227, 227, 227, 0.5);
  transition: all 0.5s ease;
}
.PartyBuild .activityBox .news_ul li:hover {
  transform: translateY(-15px);
}

.PartyBuild .activityBox .news_ul li .txt {
  padding: 0 24px;
}
.PartyBuild .activityBox .news_ul li .txt p:first-child {
  color: #333333;
  font-size: 18px;
  margin: 30px 0 28px 0;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
line-height: 1.5;
}

.PartyBuild .activityBox .news_ul li .txt p:nth-child(2) {
  color: #666666;
  font-size: 16px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5;
}

.PartyBuild .activityBox .news_ul li .txt p:last-child {
  color: #999999;
  font-size: 14px;
  margin-top: 30px;
}

.PartyBuild .activityBox .news_ul li .img {
  height: 286px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  background-image: url(/image2/About/news2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.PartyBuild .activityBox .news_ul li:nth-child(3n) {
  margin-right: 0;
}

/* 党建yd */
.PartyBuildPhone {
  width: 100%;
}

.PartyBuildPhone .title {
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.PartyBuildPhone .bannerBox {
  width: 100%;
  background-size: cover;
  height: 299px;

  background-image: url(/image2/AboutPhone/party.png);
  background-position: top center;
  background-repeat: no-repeat;
}
.PartyBuildPhone .bannerBox .bannerTitle {
  color: #ffffff;
  font-size: 22px;
  padding: 110px 0 0 5%;
}
.PartyBuildPhone .SurveyBox {
  padding: 20px 5%;
  background-repeat: no-repeat;
}
.PartyBuildPhone .SurveyBox .contentBox {
  background-image: url(/image2/AboutPhone/partyBack.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: 20px;
  height: 200px;
  background-size: 100% 100%;
  width: auto;
  color: #333333;
  font-size: 16px;
}
.PartyBuildPhone .SurveyBox .contentBox .txt {
  width: 97%;
  margin: 0 auto;
  padding: 100px 4% 0 4%;
  line-height: 1.5;
}
.PartyBuildPhone .memberBox {
  background: #f6f9ff;
  padding: 5%;
}
.PartyBuildPhone .memberBox .memberList {
  height: 183px;
  /*  background-size: cover; */
  background-image: url(/image2/AboutPhone/partyBack2.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 20px;
  color: #333333;
  padding: 60px 0 0 34%;
  box-sizing: border-box;
}
.PartyBuildPhone .memberBox .memberList .first {
  margin-bottom: 10px;
}
.PartyBuildPhone .memberBox .memberList .first span:first-child {
  font-size: 20px;
  margin-right: 10px;
}

.PartyBuildPhone .memberBox .memberList .first span:last-child {
  color: #666666;
  font-size: 12px;
}

.PartyBuildPhone .memberBox .memberList .second {
  font-size: 14px;
}
.PartyBuildPhone .activityBox {
  padding: 20px 5%;
}
.PartyBuildPhone .activityBox ul {
  list-style: none;
  margin-top: 30px;
  margin-bottom: 20px;
}
.PartyBuildPhone .activityBox ul li {
  display: flex;
  border-bottom: 1px solid #e6e6e6;
  padding: 12px 0;
}
.PartyBuildPhone .activityBox ul li img {
  height: 85px;
  width: 114px;
  margin-right: 20px;
  border-radius: 4px;
}

.PartyBuildPhone .activityBox ul li .contentBox p:first-child {
  color: #333333;
  font-size: 18px;
  line-height: 1.5;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;

}

.PartyBuildPhone .activityBox ul li .contentBox p:last-child {
  color: #999999;
  font-size: 12px;
}

.PartyBuildPhone .activityBox ul li .contentBox .topHeight {
  height: 70px;
}

/* 加入我们 pc */
.JoinUs .ivu-input {
  height: 60px;
  font-size: 18px;
  box-sizing: border-box;
}
.JoinUs .title {
  font-size: 40px;
  color: #333333;
  text-align: center;
  padding: 65px 0;
}
.JoinUs .bannerBox {
  min-width: 1200px;
  height: 670px;
  background-image: url(/image2/About/joinbg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.JoinUs .bannerBox .headTitle {
  text-align: center;
  font-size: 59px;
  color: #ffffff;
  padding-top: 197px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.JoinUs .bannerBox .headTitle img {
  vertical-align: middle;
  margin-left: 14px;
}

.JoinUs .bannerBox .searchBox {
  width: 649px;
  height: 60px;
  margin: 85px auto;
  position: relative;
}
.JoinUs .bannerBox .searchBox .ivu-input {
  width: 83%;
}

.JoinUs .bannerBox .searchBox .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 117px;
  height: 60px;
  background: #0356bc;
  border-radius: 4px;
  color: #ffffff;
  line-height: 60px;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
}
.JoinUs .bannerBox .searchBox .searchBtn a {
  color: #fff;
}

.JoinUs .positionType {
  height: 438px;
}
.JoinUs .positionType ul {
  list-style: none;
  display: flex;
  justify-content:space-between;
}
.JoinUs .positionType ul li {
  cursor: pointer;
  width: 20%;
 padding: 40px 0;
  display: inline-block;
  border-left: 3px solid #0356bc;
  text-align: center;
  color: #333333;
  font-size: 22px;
  box-shadow: 0px 0px 24px 0px rgba(173, 210, 255, 0.34);
  /* margin-right: 80px; */
}
.JoinUs .positionType ul li a{display: flex;align-items: center;color: #2d8cf0;justify-content:  center;}

.JoinUs .positionType ul li a img{margin-right: 10px;}

.JoinUs .positionType ul li img {
  vertical-align: middle;
}

.JoinUs .hotPosition {
  background: #f6f9ff;
  height: 792px;
}
.JoinUs .hotPosition .hot_ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.JoinUs .hotPosition .hot_ul li {
  cursor: pointer;
  width: 590px;
  height: 161px;
  background: #fff;
  padding: 32px 0 0 50px;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.JoinUs .hotPosition .hot_ul li .p1 {
  color: #333333;
  font-size: 20px;
}

.JoinUs .hotPosition .hot_ul li .p2 {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.JoinUs .hotPosition .hot_ul li .line {
  width: 32px;
  height: 2px;
  background: #0356bc;
  margin: 10px 0 20px 0;
}

.JoinUs .bottom {
  height: 136px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  min-width: 1200px;
  padding: 28px 0;
  box-sizing: border-box;
  background-image: url('/image2/About/blueBack.png');
}
.JoinUs .bottom p {
  text-align: center;
  color: #ffffff;
}
.JoinUs .bottom p:first-child {
  font-size: 37px;
}

.JoinUs .bottom p:last-child {
  font-size: 16px;
  margin-top: 7px;
}
/* 加入我们 yd */
.JoinUsPhone .ivu-input {
  height: 44px;
}

.JoinUsPhone .ivu-input-wrapper {
  width: 76%;
}
.JoinUsPhone .pay-header {
  height: 300px;
  background-image: url(/image2/AboutPhone/pay-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 93px;
}
.JoinUsPhone .pay-header .header-title {
  height: 26px;
  font-size: 24px;
  color: rgba(255, 255, 255, 1);
  line-height: 33px;
  padding-left: 7%;
}

.JoinUsPhone .pay-header .header-img {
  height: 52px;
  margin-left: 58%;
  margin-top: -37px;
  margin-bottom: 50px;
}

.JoinUsPhone .pay-header .searchBox {
  width: 90%;
  height: 44px;
  margin: 0 auto;
  position: relative;
}
.JoinUsPhone .pay-header .searchBox .search-text {
  width: 25%;
  height: 44px;
  background-color: rgba(3, 86, 188, 1);
  border-radius: 3px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.JoinUsPhone .pay-header .searchBox .search-text .text-one {
  height: 44px;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  line-height: 44px;
}
.JoinUsPhone .pay-header .searchBox .search-text .text-one a {
  color: #fff;
}

.JoinUsPhone .future {
  height: 311px;
  text-align: center;
  padding-top: 21px;
}
.JoinUsPhone .future .future-title {
  height: 30px;
  font-size: 22px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  margin-bottom: 24px;
}

.JoinUsPhone .future .content-box {
  width: 89%;
  height: 190px;
  margin: 0 auto;
}
.JoinUsPhone .future .content-box .up-box {
  height: 85px;
  margin-bottom: 19px;
  display: flex;
  justify-content: space-between;
}
.JoinUsPhone .future .content-box .up-box .box {
  width: 162px;
  height: 85px;
  border-left: 2px solid #0356bc;
  box-shadow: 0px 0px 10px 0px rgba(173, 210, 255, 0.34);
  display: flex;
}
.JoinUsPhone .future .content-box .up-box .box .box-img {
  width: 40px;
  height: 40px;
  margin-left: 20%;
  margin-top: 22px;
  margin-right: 10px;
}

.JoinUsPhone .future .content-box .up-box .box .box-text {
  height: 22px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  margin-top: 31px;
}

.JoinUsPhone .future .content-box .down-box {
  height: 85px;
  display: flex;
  justify-content: space-between;
}
.JoinUsPhone .future .content-box .down-box .box {
  width: 162px;
  height: 85px;
  border-left: 2px solid #0356bc;
  box-shadow: 0px 0px 10px 0px rgba(173, 210, 255, 0.34);
  display: flex;
}
.JoinUsPhone .future .content-box .down-box .box .box-img {
  width: 40px;
  height: 40px;
  margin-left: 20%;
  margin-top: 22px;
  margin-right: 10px;
}

.JoinUsPhone .future .content-box .down-box .box .box-text {
  height: 22px;
  font-size: 16px;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
  margin-top: 31px;
}

.JoinUsPhone .hot-job {
  /*height: 783px;*/
  background: rgba(246, 249, 255, 1);
  padding-top: 20px;
  padding-bottom: 18px;
  text-align: center;
  line-height: 1.3;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}
.JoinUsPhone .hot-job .hot-title {
  height: 30px;
  font-size: 22px;
  color: rgba(51, 51, 51, 1);
  line-height: 30px;
  margin-bottom: 9px;
}

.JoinUsPhone .hot-job .job-container {
  width: 89%;
  /*height: 700px;*/
  margin: 0 auto;
}
.JoinUsPhone .hot-job .job-container .job-content {
  height: 106px;
  background: rgba(255, 255, 255, 1);
  text-align: left;
  padding: 13px 5%;
  margin-bottom: 10px;
}
.JoinUsPhone .hot-job .job-container .job-content .job-name {
  font-size: 18px;
  color: rgba(51, 51, 51, 1);
  line-height: 25px;
  margin-bottom: 3px;
}

.JoinUsPhone .hot-job .job-container .job-content .job-bar {
  width: 29px;
  height: 2px;
  background: rgba(3, 86, 188, 1);
  margin-bottom: 20px;
}

.JoinUsPhone .hot-job .job-container .job-content .job-time {
  height: 17px;
  font-size: 12px;
  color: rgba(153, 153, 153, 1);
  line-height: 17px;
}

.JoinUsPhone .welcome {
  height: 88px;
  text-align: center;
  padding-top: 22px;
  background-image: url(/image2/AboutPhone/welcomeToRuhr.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.JoinUsPhone .welcome .wel-title {
  height: 27px;
  font-size: 20px;
  color: rgba(255, 255, 255, 1);
  line-height: 27px;
}

.JoinUsPhone .welcome .wel-email {
  height: 17px;
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}

/* 联系我们 pc */
.fade-enter-active,
.fade-leave-active {
  transition: all 0.2s;
  display: block;
}

.fade-enter,
.fade-leave-to {
  display: none;
  height: 0;
}

.ContactUs p .ivu-input-wrapper {
  width: 469px;
}

.ContactUs p .ivu-input-wrapper .ivu-input {
  height: 55px;
  line-height: 55px;
  background-color: #f5f5f5;
  color: #666;
  font-size: 16px;
  border: none;
}

.bigInput .ivu-input {
  height: 252px;
  color: #666;
  font-size: 16px;
  background-color: #f5f5f5;
  border: none;
}

.ContactUs .nameIpt .ivu-input {
  border-color: rgb(255, 0, 0);
}

.ContactUs .phoneIpt .ivu-input {
  border-color: rgb(255, 0, 0);
}

.ContactUs .textIpt .ivu-input {
  border-color: rgb(255, 0, 0);
}
.ContactUs .title {
  color: #333333;
  font-size: 40px;
  text-align: center;
  padding: 60px 0;
}
.ContactUs .bannerBox {
  min-width: 1200px;
  height: 420px;
  background-image: url(/image2/About/contact.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 196px;
  box-sizing: border-box;
}
.ContactUs .bannerBox .bannerTitle {
  color: #ffffff;
  font-size: 34px;
}
.ContactUs .tabBox {
  height: 70px;
  border-bottom: 1px solid #eaeaea;
  background: #ffffff;
  width: 100%;
}
.ContactUs .tabBox a {
  color: #333333;
  font-size: 18px;
  display: inline-block;
  width: 33%;
  text-align: center;
  cursor: pointer;
  line-height: 70px;
}
.ContactUs .tabBox a:hover {
  color: #0356bc;
}

.ContactUs .tabBox .active {
  color: #0356bc;
}

.ContactUs .contactBox {
  height: 499px;
  background-image: url(/image2/About/contact2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.ContactUs .contactBox .itemBox {
  display: flex;
  vertical-align: center;
  justify-content: space-around;
}
.ContactUs .contactBox .itemBox .itemList {
  width: 30%;
  text-align: center;
}
.ContactUs .contactBox .itemBox .itemList img{margin: 0 auto;}

.ContactUs .contactBox .itemBox .itemList p {
  color: #666666;
  font-size: 16px;
  line-height: 1.5;
}

.ContactUs .contactBox .itemBox .itemList .p1 {
  font-size: 20px;
  color: #333333;
  margin: 30px 0 16px 0;
}

.ContactUs .addressBack {
  height: 702px;
  background-image: url(/image2/About/addressBack.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.ContactUs .addressBack .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ContactUs .addressBack .content .mapBox {
  width: 636px;
  height: 484px;
  background-image: url(/image2/About/map-1.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.ContactUs .addressBack .content .mapBox .circleItem {
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.ContactUs .addressBack .content .mapBox .circleItem .imgCircleS {
  width: 35px;
  height: auto;
}
.ContactUs .addressBack .content .mapBox .circleItem .imgCircle {
  width: 35px;
  height: auto;
  display: none;
}

.ContactUs .addressBack .content .mapBox .circleItem .titleBox {
  position: absolute;
  left: 23px;
  bottom: 23px;
  height: 52px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  font-size: 20px;
  z-index: 5;
}
.ContactUs .addressBack .content .mapBox .circleItem .titleBox img {
  height: 26px;
  width: auto;
}
.ContactUs .addressBack .content .mapBox .circleItem .titleBox span {
  display: inline-block;
  width: 170px;
  height: 52px;
  flex-shrink: 0;
  text-align: center;
  line-height: 1.2;
  background: url('/image2/About/textBack.png') no-repeat;
  background-size: 100% 100%;
}
.ContactUs .addressBack .content .mapBox .circleItem.hid .titleBox {
  display: none;
}
.ContactUs .addressBack .content .mapBox .circleItem.hid .imgCircleS {
  display: none;
}
.ContactUs .addressBack .content .mapBox .circleItem.hid .imgCircle {
  display: block;
}

.ContactUs .addressBack .content .listBox {
  list-style: none;
}
.ContactUs .addressBack .content .listBox li {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 22px;
}
.ContactUs .addressBack .content .listBox li .mainBox {
  position: relative;
  margin-bottom: 14px;
  cursor: pointer;
}
.ContactUs .addressBack .content .listBox li .mainBox img {
  cursor: pointer;
  position: absolute;
  left: -43px;
  top: 8px;
}

.ContactUs .addressBack .content .listBox li.hid .mainBox img {
  display: none;
}
.ContactUs .addressBack .content .listBox li.hid .textBox {
  display: none;
}

.ContactUs .addressBack .content .listBox li .active {
  font-size: 20px;
}

.ContactUs .addressBack .content .listBox li .textBox {
  font-size: 16px;
  color: #a5acb2;
  margin-bottom: 10px;
  line-height: 1.5;
}

.ContactUs .addressBack .content .listBox li .showItem {
  opacity: 1;
  display: block;
}

.ContactUs .writeBox {
  height: 802px;
}
.ContactUs .writeBox .inputBox {
  width: 958px;
  margin: 0 auto;
}

.ContactUs .writeBox .ul1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ContactUs .writeBox .ul1 li {
  width: 49.5%;
  height: 55px;
  display: flex;
  align-items: center;
  align-content: center;
  /* border: 1px solid #e5e5e5; */
  border-radius: 5px;
  /* padding: 0 20px; */
  margin-bottom: 25px;
  /* overflow: hidden; */
  position: relative;
  border-radius: 4px;
}
.ContactUs .writeBox .ul1 li input {
  width: 100%;
  height: 100%;
  outline: none;
  line-height: 55px;
  background-color: #f5f5f5;
  color: #666;
  padding: 4px 7px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}
.ContactUs .writeBox .ul1 li input:focus,
.ContactUs .writeBox .ul1 li textarea:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ContactUs .writeBox .ul1 li.li3 {
  width: 100%;
  height: 252px;
}
.ContactUs .writeBox .ul1 li.li3 textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 1.5;
  resize: none;
  outline: none;
  background-color: #f5f5f5;
  color: #666;
  padding: 4px 7px;
  box-sizing: border-box;
  font-size: 16px;
}

.ContactUs .writeBox .inputBox .editBox {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.ContactUs .writeBox .inputBox .editBox div {
  width: 160px;
  height: 46px;
  background: #0356bc;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 46px;
  cursor: pointer;
}

.ContactUs .writeBox .inputBox .editBox span {
  margin-left: 34px;
  color: #999999;
  font-size: 16px;
  cursor: pointer;
}

/* 联系我们 yd */
.ContactUsPhone .ivu-input-wrapper {
  margin-bottom: 10px;
}

.ContactUsPhone .ivu-input-wrapper .ivu-input {
  height: 44px;
  line-height: 44px;
  background-color: #f5f5f5;
  color: #999999;
  font-size: 16px;
}

.ContactUsPhone .bigInput .ivu-input {
  height: 208px;
  color: #999999;
  font-size: 16px;
  background-color: #f5f5f5;
}

.ContactUsPhone .nameIpt .ivu-input {
  border-color: rgb(255, 0, 0);
}

.ContactUsPhone .phoneIpt .ivu-input {
  border-color: rgb(255, 0, 0);
}

.ContactUsPhone .textIpt .ivu-input {
  border-color: rgb(255, 0, 0);
}

.ContactUsPhone .title {
  color: #333333;
  font-size: 22px;
  text-align: center;
}
.ContactUsPhone .bannerBox {
  color: #ffffff;
  background-image: url(/image2/AboutPhone/contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 22px;
  height: 299px;
  padding: 130px 0 0 5%;
  box-sizing: border-box;
}
.ContactUsPhone .contactBox {
  text-align: center;
  padding: 20px 0 50px 0;
}
.ContactUsPhone .contactBox .itemBox {
  color: #666666;
  font-size: 14px;
  margin-bottom: 50px;
  line-height: 1.5;
}
.ContactUsPhone .contactBox .itemBox img{margin: 0 auto;}

.ContactUsPhone .contactBox .itemBox .p1 {
  color: #333333;
  font-size: 18px;
  margin: 20px 0 10px 0;
}
.ContactUsPhone .addressBack {
  padding: 30px 0;
  height: 609px;
  background-image: url(/image2/AboutPhone/addressBack.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ContactUsPhone .addressBack .mapBox {
  height: 306px;
  position: relative;
  background-image: url(/image2/AboutPhone/map-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.ContactUsPhone .addressBack .mapBox .circleItem {
  position: absolute;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.ContactUsPhone .addressBack .mapBox .circleItem .imgCircleS {
  width: 35px;
  height: auto;
  z-index: 2;
}
.ContactUsPhone .addressBack .mapBox .circleItem .imgCircle {
  width: 35px;
  height: auto;
  display: none;
  z-index: 1;
}

.ContactUsPhone .addressBack .mapBox .circleItem .titleBox {
  position: absolute;
  left: 18px;
  bottom: 18px;
  height: 29px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  font-size: 12px;
}
.ContactUsPhone .addressBack .mapBox .circleItem .titleBox img {
  height: 15px;
  width: auto;
}

.ContactUsPhone .addressBack .mapBox .circleItem .titleBox span {
  display: inline-block;
  width: 95px;
  height: 30px;
  text-align: center;
  line-height: 1.2;
  flex-shrink: 0;
  background: url('/image2/AboutPhone/textBack.png') no-repeat;
  background-size: 100% 100%;
}
.ContactUsPhone .addressBack .mapBox .circleItem.hid .titleBox {
  display: none;
}
.ContactUsPhone .addressBack .mapBox .circleItem.hid .imgCircleS {
  display: none;
}
.ContactUsPhone .addressBack .mapBox .circleItem.hid .imgCircle {
  display: block;
}
.ContactUsPhone .addressBack .swiper-container {
  margin-top: 60px;
  padding-top: 2px;
  height: 130px;
  color: #ffffff;
}
.ContactUsPhone .addressBack .swiper-container p {
  font-size: 12px;
  line-height: 17px;
}

.ContactUsPhone .addressBack .bottomBar {
  width: 100%;
  height: 1px;
  background: #303247;
  position: relative;
}

.ContactUsPhone .addressBack .bottomBar .line {
  position: absolute;
  left: 0;
  top: -2px;
  width: 12.5%;
  height: 2px;
  background: #0356bc;
}

.ContactUsPhone .writeBox {
  padding: 5%;
}
.ContactUsPhone .writeBox .title {
  color: #333;
  font-size: 22px;
  text-align: center;
}
.ContactUsPhone .writeBox .inputBox {
  position: relative;
  margin-top: 30px;
}

.ContactUsPhone .writeBox .ul1 {
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
}
.ContactUsPhone .writeBox .ul1 li {
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
}
.ContactUsPhone .writeBox .ul1 li input {
  width: 100%;
  height: 100%;
  outline: none;
  line-height: 44px;
  background-color: #f5f5f5;
  color: #666;
  padding: 4px 7px;
  box-sizing: border-box;
  font-size: 16px;
  border: none;
  border-radius: 4px;
}
.ContactUsPhone .writeBox .ul1 li input:focus,
.ContactUsPhone .writeBox .ul1 li textarea:focus {
  border-color: #57a3f3;
  outline: 0;
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.ContactUsPhone .writeBox .ul1 li.li3 {
  width: 100%;
  height: 200px;
}
.ContactUsPhone .writeBox .ul1 li.li3 textarea {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  line-height: 1.5;
  resize: none;
  outline: none;
  background-color: #f5f5f5;
  color: #666;
  padding: 4px 7px;
  box-sizing: border-box;
  font-size: 16px;
}

.ContactUsPhone .writeBox .inputBox .editBox {
  display: flex;
  align-items: center;
}
.ContactUsPhone .writeBox .inputBox .editBox div {
  color: #fff;
  text-align: center;
  line-height: 44px;
  background: #0356bc;
  font-size: 16px;
  border-radius: 4px;
  margin-top: 30px;
  margin-bottom: 20px;
  width: 100%;
}

/* 招聘 pc */
.fade-enter-active,
.fade-leave-active {
  transition: all 0.3s;
  display: block;
}

.fade-enter,
.fade-leave-to

/* .fade-leave-active below version 2.1.8 */ {
  opacity: 0;
  display: none;
  transform: translateY(10px);
}

.JobSearch .ivu-input-wrapper {
  width: 89%;
}

.JobSearch .ivu-input {
  height: 46px;
  font-size: 16px;
}

.JobSearch .ivu-page-item {
  background: none;
  border: none;
}

.JobSearch .ivu-page-item a {
  color: #333333;
  font-size: 16px;
}

.JobSearch .ivu-page {
  margin-top: 60px;
  text-align: center;
}

.JobSearch .ivu-page-item-active {
  border-color: #0356bc;
  background-color: #0356bc;
}

.JobSearch .ivu-page-item-active a,
.JobSearch .ivu-page-item-active:hover a {
  color: #ffffff;
}

.JobSearch .ivu-page-item:hover {
  border-color: #0356bc;
  background-color: #0356bc;
}

.JobSearch .ivu-page-item:hover a {
  color: #ffffff;
}

.JobSearch .ivu-page-next,
.JobSearch .ivu-page-prev {
  background: none;
  border: none;
}

.JobSearch .ivu-page-next a,
.JobSearch .ivu-page-prev a {
  color: #999999;
  font-size: 16px;
}

.JobSearch .ivu-page-item-jump-next:after,
.JobSearch .ivu-page-item-jump-prev:after {
  color: #333333;
}

/* - */
.JobSearch {
  background: #f6f9ff;
  padding-top: 120px;
}
.JobSearch .searchInput {
  width: 100%;
  height: 46px;
  box-sizing: border-box;
  padding: 4px 7px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  line-height: 1.5;
}
.JobSearch .searchInput:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.JobSearch .screenBox {
  height: 290px;
  background: #ffffff;
  padding: 33px 0 0 60px;
  margin-bottom: 30px;
}
.JobSearch .screenBox .searchHead {
  margin-bottom: 44px;
}
.JobSearch .screenBox .searchHead .head {
  color: #333333;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 88px;
  position: static !important;
  width: auto;height: auto;border: 0;
 
}

.JobSearch .screenBox .searchHead .searchBox {
  width: 920px;
  height: 46px;
  display: inline-block;
  position: relative;
}
.JobSearch .screenBox .searchHead .searchBox .ivu-input-wrapper {
  width: 89%;
}

.JobSearch .screenBox .searchHead .searchBox .searchBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 110px;
  height: 46px;
  background: #0356bc;
  border-radius: 4px;
  color: #ffffff;
  line-height: 46px;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
}

.JobSearch .screenBox .itemBox {
  margin-bottom: 25px;
}
.JobSearch .screenBox .itemBox span {
  color: #666666;
  font-size: 16px;
  margin-right: 40px;
  cursor: pointer;
}

.JobSearch .screenBox .itemBox .active a{
  color: #0356bc;
}

.JobSearch .screenBox .itemBox .head {
  color: #333333;
  font-size: 18px;
  margin-right: 96px;
  cursor: default;
  position: static !important;
  width: auto;height: auto;border: 0;
}


.JobSearch .listBox {
  padding-bottom: 60px;
}
.JobSearch .listBox .numBox {
  text-align: right;
  font-size: 16px;
  padding-right: 50px;
  margin-bottom: 10px;
}
.JobSearch .listBox .numBox span {
  color: #0356bc;
}

.JobSearch .listBox .position_ul {
  list-style: none;
}
.JobSearch .listBox .position_ul li {
  position: relative;
  padding: 30px 50px;
  background: #ffffff;
  margin-bottom: 20px;
}
.JobSearch .listBox .position_ul li img {
  position: absolute;
  right: 50px;
  top: 79px;
  cursor: pointer;
}

.JobSearch .listBox .position_ul li .rotate {
  transform: rotateZ(180deg);
}

.JobSearch .listBox .position_ul li .p1 {
  color: #333333;
  font-size: 20px;
}

.JobSearch .listBox .position_ul li .p2 {
  color: #999999;
  font-size: 14px;
  line-height: 20px;
}

.JobSearch .listBox .position_ul li .line {
  width: 32px;
  height: 2px;
  background: #0356bc;
  margin: 10px 0 20px 0;
}

.JobSearch .listBox .position_ul li .detailBox {
  margin-top: 40px;
  display: none;
}
.JobSearch .listBox .position_ul li .detailBox .detail_head {
  color: #333333;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.JobSearch .listBox .position_ul li .detailBox .detail_head .dashed {
  width: 997px;
  height: 0;
  border-top: 1px dashed #dfdfdf;
}

.JobSearch .listBox .position_ul li .detailBox .detail_content {
  color: #666666;
  font-size: 16px;
  margin-bottom: 40px;
}
.JobSearch .listBox .position_ul li .detailBox .detail_content p {
  line-height: 30px;
  white-space: pre-wrap;
}

.JobSearch .listBox .position_ul li .detailBox .submit {
  width: 160px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  margin: 0 auto;
  background: #0356bc;
  font-size: 16px;
  cursor: pointer;
}
.JobSearch .listBox .position_ul li .detailBox .submit a {
  width: 160px;
  display: inline-block;
  color: #ffffff;
}
.JobSearch .page1 {
  display: flex;
  justify-content: center;
  font-family: Arial;
}

.JobSearch .page1 span a {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  line-height: 32px;
  border: 1px solid #cdcdcd;
  color: #666;
  text-align: center;
  margin: 0 5px;
}

.JobSearch .page1 span a:hover {
  border: 1px solid #0356bc;
  color: #0356bc;
}

.JobSearch .page1 span.current a {
  border-color: #0356bc;
  background-color: #0356bc;
  color: #fff;
}

.JobSearch .page1 span a.nex {
  background: url(/image2/About/jt_r.png) center no-repeat;
}

.JobSearch .page1 span a.pre {
  background: url(/image2/About/jt_r.png) center no-repeat;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.JobSearch .page1 span a.nex:hover,
.page1 span a.pre:hover {
  background: #fff url(/image2/About/jt_r.png) center no-repeat;
}

/* 招聘 yd */
.JobSearchPhone {
  background: #f6f9ff;
  padding-bottom: 20px;
}
.JobSearchPhone .searchInput {
  width: 100%;
  height: 44px;
  box-sizing: border-box;
  padding: 4px 7px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  line-height: 1.5;
}
.JobSearchPhone .searchInput:focus {
  border-color: #57a3f3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
  box-shadow: 0 0 0 2px rgba(45, 140, 240, 0.2);
}
.JobSearchPhone .topBox {
  background: #ffffff;
  padding: 100px 5% 53px;
  position: relative;
}
.JobSearchPhone .topBox .searchBox {
  position: relative;
  width: 100%;
}
.JobSearchPhone .topBox .searchBox .searchBtn {
  position: absolute;
  right: 0;
  width: 23%;
  color: #ffffff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 3px;
  background: #0356bc;
}

.JobSearchPhone .topBox .tabBox {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.JobSearchPhone .topBox .tabBox .listItem {
  width: 32%;
  font-size: 13px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  background: #f3f3f3;
  color: #333333;
  margin-right: 2%;
  position: relative;
}
.JobSearchPhone .topBox .tabBox .listItem .triangle {
  position: absolute;
  width: 0;
  height: 0;
  right: -2px;
  bottom: -2px;
  border: 6px solid;
  transform: rotateZ(134deg);
  border-color: transparent transparent #b7b7b7;
}

.JobSearchPhone .filter-content {
  position: absolute;
  left: 0;
  height: 500px;
  width: 100%;
  z-index: 10;
  box-sizing: border-box;
  overflow: hidden;
  /* display: none; */
}

.JobSearchPhone .topBox .d{position: absolute;left: 0;top: 0;width: 100%;height: 100%;}

.JobSearchPhone .filter-content .uls{height: 100%;position: relative;z-index: 6;}

.JobSearchPhone .filter-content .list_ul {
  background: #ffffff;
  border-bottom: 1px solid #eaeaea;
  display: none;
}
.JobSearchPhone .filter-content .list_ul.active {
  display: block;
}
.JobSearchPhone .filter-content .list_ul li {
  padding-left: 5%;
  font-size: 16px;
  color: #333333;
  line-height: 60px;
}

.JobSearchPhone .filter-content .list_ul .active {
  background: #f8f8fa;
}

.JobSearchPhone .position_ul {
  list-style: none;
  margin-top: 10px;
}
.JobSearchPhone .position_ul li {
  position: relative;
  padding: 4% 5%;
  background: #ffffff;
  margin-bottom: 10px;
}
.JobSearchPhone .position_ul li img {
  position: absolute;
  right: 5%;
  top: 24px;
  cursor: pointer;
}

.JobSearchPhone .position_ul li .rotate {
  transform: rotateZ(180deg);
}

.JobSearchPhone .position_ul li .p1 {
  color: #333333;
  font-size: 18px;
}

.JobSearchPhone .position_ul li .p2 {
  color: #999999;
  font-size: 12px;
  line-height: 17px;
}

.JobSearchPhone .position_ul li .line {
  width: 32px;
  height: 2px;
  background: #0356bc;
  margin: 3px 0 13px 0;
}

.JobSearchPhone .position_ul li .detailBox {
  margin-top: 14px;
  display: none;
}
.JobSearchPhone .position_ul li .detailBox .detail_head {
  color: #333333;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
.JobSearchPhone .position_ul li .detailBox .detail_head .dashed {
  width: 80%;
  height: 0;
  border-top: 1px dashed #dfdfdf;
}

.JobSearchPhone .position_ul li .detailBox .detail_content {
  color: #666666;
  font-size: 14px;
  margin-bottom: 40px;
}
.JobSearchPhone .position_ul li .detailBox .detail_content p {
  line-height: 21px;
  white-space: pre-wrap;
}

.JobSearchPhone .position_ul li .detailBox .submit {
  width: 100%;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #0356bc;
  font-size: 16px;
}
.JobSearchPhone .position_ul li .detailBox .submit a {
  width: 100%;
  display: inline-block;
  color: #ffffff;
}
.JobSearchPhone .page2 {
  display: block;
  width: 140px;
  line-height: 40px;
  background: #0356bc;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  border-radius: 4px;
}

/* 适配 */
@media screen and (min-width: 1031px) {
  .pc {
    display: block;
  }
  .yd {
    display: none;
  }
}
@media screen and (max-width: 1030px) {
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
  .guanbi .gbox {
    width: 250px;
    height: 150px;
  }
}
