html,
body {
    width: 100%;
    font-family: "Microsoft YaHei";
}

@font-face {
    font-family: element-icons;
    src: url(fonts/element-icons.woff?t=1472440741) format('woff'), url(fonts/element-icons.ttf?t=1472440741) format('truetype');
    font-weight: 400;
    font-style: normal
}

a {
    text-decoration: none;
}


.w1200 {
    width: 1200px;
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

[v-cloak] {
    display: none !important;
}

/* 约总经理办移民 pc-managers */
#pc-managers {
    width: 100%;
}

/* 头部banner图 */
#pc-managers>header {
    width: 100%;
    min-width: 1200px;
}

#pc-managers header img {
    width: 100%;
    display: block;
}

/* 总经理显示 pc-managers-con */
#pc-managers .pc-managers-con {
    width: 100%;
    min-width: 1200px;
    padding-top: 18px;
    background-color: rgb(243, 243, 243);
}

.pc-managers-con .pc-managers-lists {
    display: flex;
    justify-content: space-between;
}

.pc-managers-lists .pc-managers-lists-left {
    width: 903px;
    margin-bottom: 42px;
}

.pc-managers-lists-left .pc-managers-lists-left-header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0.14px 3.998px 3.92px 0.08px rgba(223, 223, 223, 1);
    width: 903px;
    height: 54px;
    margin-bottom: 22px;
}


.pc-managers-lists-left-header span {
    font-size: 20px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1;
    line-height: 54px;
    cursor: pointer;
}

.pc-managers-lists-left-header span:nth-child(1) {
    margin: 0 58px 0 32px;
}

.pc-managers-lists-left-header .spanact {
    color: rgb(222, 24, 34);
}


.pc-managers-lists-left .pc-managers-lists-left-items {
    width: 100%;
}

.pc-managers-lists-left-items .pmllitem {
    background-color: rgb(255, 255, 255);
    box-shadow: 0.14px 3.998px 3.92px 0.08px rgba(223, 223, 223, 1);
    width: 900px;
    height: 200px;
    margin-bottom: 41px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 26px 0 27px;
    box-sizing: border-box;
}

.pc-managers-lists-left-items .pmllitem:last-child {
    margin-bottom: 0;
}


.pc-managers-lists-left-items .pmllitemlists:nth-child(1)::before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('/templates/default/pc-managers/img/jpmllitem1.png') no-repeat;
    background-position: -125px -70px;
    position: absolute;
    top: -0;
    left: -0;
}

.pc-managers-lists-left-items .pmllitemlists:nth-child(2)::before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('/templates/default/pc-managers/img/jpmllitem2.png') no-repeat;
    background-position: -125px -70px;
    position: absolute;
    top: -0;
    left: -0;
}

.pc-managers-lists-left-items .pmllitemlists:nth-child(3)::before {
    content: '';
    display: inline-block;
    width: 46px;
    height: 46px;
    background: url('/templates/default/pc-managers/img/jpmllitem3.png') no-repeat;
    background-position: -125px -70px;
    position: absolute;
    top: -0;
    left: -0;
}

.pmllitem .pmllitem-photograph {
    border-radius: 50%;
    background-color: rgb(127, 127, 127);
    width: 152px;
    min-width: 152px;
    height: 152px;
    overflow: hidden;
    margin-right: 29px;
}

.pmllitem-photograph img {
    width: 152px;
    display: block;
}

.pmllitem .pmllitem-data {
    position: relative;
}

.pmllitem-data .pmllitem-data-name {
    font-size: 22px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    line-height: 1;
    margin-bottom: 11px;
}

.pmllitem-data .pmllitem-data-news {
    font-size: 16px;
    color: rgb(60, 60, 60);
    line-height: 1.875;
    width: 658px;
    height: 77px;
    margin-bottom: 38px;
}

.pmllitem-data-news span {
    font-size: 16px;
    color: rgb(24, 143, 205);
    font-weight: bold;
}

.pmllitem-data .pmllitem-data-address {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -15px;
    left: 0;
}

.pmllitem-data-address span {
    font-size: 16px;
    color: rgb(93, 93, 93);
    line-height: 1;
    margin-left: 12px;
}

.pmllitem .pmllitem-like {
    background-color: rgb(253, 234, 232);
    width: 96px;
    height: 36px;
    position: absolute;
    top: 16px;
    right: 142px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    display: flex;
    align-items: center;
}

.pmllitem-like img {
    width: 21px;
    pointer-events: none;
    cursor: default;
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.pmllitem-like span {
    display: inline-block;
    width: 36px;
    text-align: center;
    font-size: 18px;
    color: rgb(236, 42, 52);
    pointer-events: none;
    cursor: default;
    margin-left: 44px;
}

.pmllitem .pmllitem-wx {
    background-color: rgb(253, 234, 232);
    width: 96px;
    height: 36px;
    position: absolute;
    top: 16px;
    right: 26px;
    border-radius: 36px;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    -ms-border-radius: 36px;
    -o-border-radius: 36px;
    display: flex;
    align-items: center;
}

.pmllitem-wx img {
    width: 21px;
    height: 21px;
    margin: 0 6px 0 17px;
}

.pmllitem-wx span {
    font-size: 18px;
    color: rgb(236, 42, 52);
}

.pmllitem .jwx {
    width: 96px;
    height: 96px;
    position: absolute;
    top: -60px;
    right: -4px;
    display: none;
}

.pmllitem .pmllitem-wx:hover .jwx {
    display: block;
}


.pmllitem-like .plac {
    animation: plactive 1s linear;
    -webkit-animation: plactive .5s linear;
}

@keyframes plactive {
    0% {
        top: 0px;
    }

    50% {
        width: 26px;
        transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        -o-transform: translateX(-2px);
    }

    100% {
        width: 21px;
    }
}

@-o-keyframes plactive {
    0% {
        top: 0px;
    }

    50% {
        width: 26px;
        transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        -o-transform: translateX(-2px);
    }

    100% {
        width: 21px;
    }
}

@-moz-keyframes plactive {
    0% {
        top: 0px;
    }

    50% {
        width: 26px;
        transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        -o-transform: translateX(-2px);
    }

    100% {
        width: 21px;
    }
}

@-webkit-keyframes plactive {
    0% {
        top: 0px;
    }

    50% {
        width: 26px;
        transform: translateX(-2px);
        -webkit-transform: translateX(-2px);
        -moz-transform: translateX(-2px);
        -ms-transform: translateX(-2px);
        -o-transform: translateX(-2px);
    }

    100% {
        width: 21px;
    }
}

.pc-managers-lists-left .pc-managers-lists-left-nore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
    cursor: pointer;
}

.pc-managers-lists-left-nore span {
    font-size: 18px;
    color: rgb(231, 35, 44);
    font-weight: bold;
    line-height: 1;
}

.pc-managers-lists-left-nore img {
    width: 12px;
    height: 12px;
    margin-left: 4px;
}

.pc-managers-lists .pc-managers-lists-right {
    width: 281px;
    margin-bottom: 42px;
}

.pc-managers-lists-right .pc-managers-lists-right-header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0.14px 3.998px 3.92px 0.08px rgba(223, 223, 223, 1);
    width: 100%;
    height: 54px;
    margin-bottom: 22px;
    box-sizing: border-box;
    padding-left: 22px;
    display: flex;
    align-items: center;
}

.pc-managers-lists-right-header span {
    font-size: 20px;
    color: rgb(58, 58, 58);
    font-weight: bold;
    line-height: 1;
    margin-right: 10px;
}

.pc-managers-lists-right-header img {
    width: 12px;
    height: 12px;
}

.pc-managers-lists-right .pmlr-swiper {
    width: 100%;
    margin-bottom: 9px;
}

.pmlr-swiper .swiper-container {
    width: 100%;
}

.pmlr-swiper .swiper-slide {
    display: flex;
}

.pmlr-swiper img {
    width: 100%;
}

.pmlr-swiper .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 16px
}

.pmlr-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background-color: rgb(255, 255, 255);
    opacity: 0.502;
}

.pmlr-swiper .swiper-pagination-bullet-active {
    background-color: rgb(255, 255, 255);
    opacity: 1;
}

.pc-managers-lists-right .jpcm {
    width: 100%;
}

.pc-managers-lists-right .jpcm img {
    width: 100%;
    display: block;
}

.pc-managers-lists-right .pmlr-form {
    width: 100%;
    box-sizing: border-box;
    padding: 20px 13px 27px 14px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.pmlr-form input {
    border: none;
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    width: 254px;
    height: 40px;
    padding-left: 18px;
    font-size: 14px;
    color: rgb(150, 150, 150);
    margin-bottom: 11px;
    outline: none;
}

.pmlr-form input:nth-child(3) {
    cursor: pointer;
}

.pmlr-form input::-webkit-input-placeholder {
    font-size: 14px;
    color: rgb(192, 196, 204);
}

.pmlr-form input::-moz-placeholder {
    font-size: 14px;
    color: rgb(192, 196, 204);
}

.pmlr-form input:-moz-placeholder {
    font-size: 14px;
    color: rgb(192, 196, 204);
}

.pmlr-form input:-ms-input-placeholder {
    font-size: 14px;
    color: rgb(192, 196, 204);
}

.pmlr-form button {
    background-color: rgb(125, 103, 252);
    box-shadow: 0px 1px 6.86px 0.14px rgba(69, 49, 101, 0.46);
    width: 254px;
    height: 40px;
    border: none;
    color: rgb(255, 255, 255);
    font-weight: bold;
    outline: none;
    font-size: 16px;
}

.pmlr-form img {
    width: 15px;
    height: 8px;
    position: absolute;
    top: 150px;
    right: 24px;
}

.pmlr-form ul {
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    width: 254px;
    height: 129px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 9px;
    box-sizing: border-box;
    overflow: auto;
    position: absolute;
    top: 175px;
    left: 14px;
}

.pmlr-form ul li {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 28px;
    color: rgb(150, 150, 150);
    cursor: pointer;
}

.pmlr-form ul li:hover {
    background-color: rgb(24, 105, 197);
    color: rgb(255, 255, 255);
}

.pmlr-form ul .liact {
    background-color: rgb(24, 105, 197);
    color: rgb(255, 255, 255);
}

.pmlr-form ul::-webkit-scrollbar {
    width: 4px;
    background: white;
}

.pmlr-form ul::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* 联系方式pc-managers-contant */
#pc-managers .pc-managers-contant {
    width: 100%;
    min-width: 1200px;
    /* min-height: 86px; */
    position: relative;
}

.pc-managers-contant>img {
    width: 100%;
    height: 86px;
    display: block;
}

.pc-managers-contant:hover>img:nth-child(1) {
    display: none !important;
}

.pc-managers-contant:hover>img:nth-child(2) {
    display: block !important;
}

.pc-managers-contant .pmc-con {
    width: 1200px;
    min-width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    display: flex;
    height: 100%;
    padding: 0 160px 0 92px;
    box-sizing: border-box;
    justify-content: space-between;
}

.pmc-con div {
    display: flex;
    align-items: center;
    height: 100%;
}

.pmc-con a {
    display: flex;
}

.pmc-con div:nth-child(2) {
    cursor: pointer;

}

.pmc-con div:nth-child(1) img {
    width: 20px;
    margin-right: 10px;
}

.pmc-con div:nth-child(1) span {
    font-size: 30px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
}

.pmc-con div:nth-child(2) img {
    width: 30px;
    margin-right: 2px;
}

.pmc-con div:nth-child(2) span {
    font-size: 30px;
    color: rgb(23, 71, 161);
    font-weight: bold;
    line-height: 1;
}

.pmc-con .pmc-bg-act {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

/* pc-managers-form信息表单 */
#pc-managers .pc-managers-form {
    width: 100%;
    min-width: 1200px;
    background-color: rgb(23, 71, 161);
}

.pc-managers-form .pmf-con {
    padding: 45px 0;
}

.pmf-con .pmf-title {
    text-align: center;
    margin-bottom: 37px;
}

.pmf-con .pmf-title img {
    width: 42px;
    height: 31px;
}

.pmf-con .pmf-title span {
    font-size: 30px;
    color: rgb(254, 224, 153);
    font-weight: bold;
    line-height: 1;
}

.pmf-con .pmf-con-form {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    box-sizing: border-box;
    position: relative;
}

.pmf-con-form input {
    border-width: 1px;
    border-color: rgb(10, 32, 72);
    border-style: solid;
    border-radius: 4px;
    width: 240px;
    height: 56px;
    outline: none;
    box-sizing: border-box;
    padding-left: 14px;
    font-size: 16px;
    color: rgb(133, 133, 133);
}

.pmf-con-form button {
    border: none;
    outline: none;
    border-radius: 4px;
    background-image: -moz-linear-gradient(90deg, rgb(208, 162, 52) 0%, rgb(236, 203, 124) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(208, 162, 52) 0%, rgb(236, 203, 124) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(208, 162, 52) 0%, rgb(236, 203, 124) 100%);
    box-shadow: 0.07px 1.999px 0.94px 0.06px rgba(11, 36, 84, 0.85);
    width: 240px;
    height: 56px;
    font-size: 22px;
    color: rgb(17, 53, 120);
    font-weight: bold;
}  

.pmf-con-form img {
    width: 19px;
    height: 12px;
    position: absolute;
    top: 22px;
    left: 265px;
}

.pmf-con-form input:nth-child(1) {
    cursor: pointer;
}


.pmf-con-form input::-webkit-input-placeholder {
    font-size: 16px;
    color: rgb(133, 133, 133);
}

.pmf-con-form input::-moz-placeholder {
    font-size: 16px;
    color: rgb(133, 133, 133);
}

.pmf-con-form input:-moz-placeholder {
    font-size: 16px;
    color: rgb(133, 133, 133);
}

.pmf-con-form input:-ms-input-placeholder {
    font-size: 16px;
    color: rgb(133, 133, 133);
}

.pmf-con-form ul {
    background-color: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(229, 229, 229);
    border-style: solid;
    width: 238px;
    height: 129px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-top: 9px;
    box-sizing: border-box;
    overflow: auto;
    position: absolute;
    top: 175px;
    left: 14px;
    top: 55px;
    left: 61px;
}

.pmf-con-form ul li {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    padding-left: 18px;
    line-height: 28px;
    color: rgb(150, 150, 150);
    cursor: pointer;
}

.pmf-con-form ul li:hover {
    background-color: rgb(24, 105, 197);
    color: rgb(255, 255, 255);
}

.pmf-con-form ul .liact {
    background-color: rgb(24, 105, 197);
    color: rgb(255, 255, 255);
}

.pmf-con-form ul::-webkit-scrollbar {
    width: 4px;
    background: white;
}

.pmf-con-form ul::-webkit-scrollbar-thumb {
    background: #d3d3d3;
}

/* pc-managers底部 */
#pc-managers>footer {
    width: 100%;
    padding: 43px 0 67px;
}

#pc-managers>footer img {
    display: block;
}

#pc-managers>footer>img {
    width: 656px;
    margin: 0 auto;
    margin-bottom: 56px;
}

#pc-managers>footer .pc-managers-serves {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.pc-managers-serves .pms-item {
    width: 260px;
    height: 298px;
    overflow: hidden;
    text-align: center;
}

.pc-managers-serves .pms-item:nth-child(1) {
    background: url('/templates/default/pc-managers/img/jpms1.png');
}

.pc-managers-serves .pms-item:nth-child(2) {
    background: url('/templates/default/pc-managers/img/jpms2.png');
}

.pc-managers-serves .pms-item:nth-child(3) {
    background: url('/templates/default/pc-managers/img/jpms3.png');
}

.pc-managers-serves .pms-item:nth-child(4) {
    background: url('/templates/default/pc-managers/img/jpms4.png');
}

.pms-item>div {
    width: 100%;
    height: 100%;
    background-color: rgba(6, 74, 160, 0.949);
    transform: translateY(231px);
    -webkit-transform: translateY(231px);
    -moz-transform: translateY(231px);
    -ms-transform: translateY(231px);
    -o-transform: translateY(231px);
    position: relative;
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -moz-transition: transform .5s;
    -ms-transition: transform .5s;
    -o-transition: transform .5s;
}

.pms-item>div>span {
    color: rgb(254, 254, 254);
    line-height: 1;
    font-size: 26px;
    text-shadow: 0px 2px 2.97px rgba(45, 45, 45, 0.46);
    position: relative;
    top: 21px;
}

.pms-item>div>div {
    padding-top: 59px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

}

.pms-item>div>div img {
    width: 68px;
}

.pms-item>div>div span {
    display: block;
    font-size: 22px;
    color: rgb(255, 255, 255);
    line-height: 1.364;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 68px;
    left: 0;
}


.pms-item:hover>div {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
}

.pms-item:hover>div>span {
    display: none;
}