body {
    font-family: "PingFangSC-Medium";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

.p_wrapper.company {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.p_wrapper.person {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.p_wrapper.index {
    width: 100%;
    height: 350px;
    /* background:
     url(../images/mobile/index/banner_text.png)no-repeat top 144px center,
    url(../images/bj.jpg)no-repeat top center; */
    
    overflow: hidden;
}
.p_wrapper.index #p_indexbanner{
    height: 100%;
}
.p_wrapper.index #p_indexbanner .swiper-wrapper{
    height: 100%;
}
.p_wrapper.index #p_indexbanner .swiper-wrapper .swiper-slide{
    height: 100%;
}
.p_indexbanner .p_index_title1{
    margin-top: 0;
    padding-top: 98px;
}
.p_indexbanner{
    width : 100%;
    height: 100%;
}
.p_wrapper.puhui {
    width: 100%;
    height: 240px;

    overflow: hidden;
}

.p_wrapper.employ {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.p_wrapper.about {
    width: 100%;
    height: 240px;
    
    overflow: hidden;
}

.p_wrapper {
    position: relative;
}

.p_wrapper .digital {
    width: 100%;
    height: 240px;

    overflow: hidden;
    position: relative;
}

.p_wrapper .digital img {
    width: 210px;
    height: auto;
    margin-top: 80px;
}

.p_wrapper .swiper-pagination {
    position: absolute;
    bottom: 10px;
    z-index: 100;
    left: 50%;
    margin-left: -24px;
}

.p_wrapper .swiper-container {
    width: 100%;
    height: 240px;
}

.p_header {
    line-height: 36px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    z-index: 999;
}

.p_header_logo {
    height: 23px;
}

.p_header_menu,
.p_header_search {
    color: #fff;
    font-size: 10px;
}

.p_header_menu i,
.p_header_search i {
    font-size: 16px;
    position: relative;
    top: -6px;
}

.p_header_menu {
    line-height: 36px;
    position: absolute;
    left: 12.5px;
    top: 10px;
}

.p_header_menu_text {
    display: inline-block;
    line-height: 16px;
    vertical-align: top;
    margin-left: 6px;
    font-size: 10px;
}

.p_header_search {
    line-height: 36px;
    position: absolute;
    right: 12.5px;
    top: 10px;
    width: 16px;
    height: 16px;
}

.p_login {
    width: 85px;
    height: 36px;
    line-height: 33px;
    background: url(../images/pc/ic-more.svg) no-repeat right 10px center #fff;
    border-radius: 0 18px 18px 0;
    position: fixed;
    top: 48px;
    z-index: 999;
    box-shadow: 0px 1px 3px 0px rgba(0, 104, 182, 0.16);
    opacity: 0.9588;
}

.p_login_form {
    width: 165px;
    height: 170px;
    position: fixed;
    top: 46px;
    left: 4px;
    /*background: url(../images/login_bg.svg) no-repeat;*/
    background-size: contain;
    border:1px solid #ccc;
    opacity: 1;
    display: none;
    z-index: 100;
}

.p_login_form .p_login_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 0;
    left: 145px;
    border-radius: 8px;
    background: url(../images/mobile/index/ic-close.svg)no-repeat center, rgba(255, 255, 255, 0.7);
    background-size: 16px;
}
.p_login_form>img{
    width : 57px;
    position: absolute;
    left:7px;
    top:-10px;
}
.p_login_form .title {
    position: absolute;
    top: 27px;
    left: 62px;
    display: inline-block;
    width: 70px;
    background: transparent;
    font-size: 9px;
}

.p_login_form .login-content {
    position: absolute;
    top: 52px;
    left: 32px;
}

.p_login_form .login-content .login-1,
.p_login_form .login-content .login-2,
.p_login_form .login-content .login-3 {
    width: 100px;
    height: 24px;
    border-radius: 12px;
    margin-bottom: 7px;
    font-size: 8px;
    line-height: 24px;
    padding-left: 32px;
    background-repeat: no-repeat;
    background-size: auto 8px;
 
     background-position: left 22px center; 
}

.p_login_form .login-content .login-1 {
    /*background-image: url(../images/pc/ic-per_login.svg);*/
    
    
    /*background-color: #F6AC2C;*/
    color: #333;
}

.p_login_form .login-content .login-1:hover {
    /*background-color: #FFA60C;*/
    color: #F6AC2C;
}

.p_login_form .login-content .login-2 {
   /* background-image: url(../images/pc/ic-com_login.svg);*/
   /* background-color: #6F8AE0;*/

   /*color: #fff;*/
    color: #333;
}

.p_login_form .login-content .login-2:hover {
    /*background-color: #5779E3;*/
    /*color: #fff;*/
    color: #F6AC2C;
}

.p_login_form .login-content .login-3 {
    /*background-image: url(../images/pc/ic-mobile_login.svg);*/
    /*background-color: #07AADB;*/
    color: #333;
    margin-bottom: 10px;
}

.p_login_form .login-content .login-3:hover {
    /*background-color: #049AC7;*/
    color: #F6AC2C;
}
.p_login_form .login-content .helper{
    padding-left: 5px;
    height : 10px;
    line-height : 10px;
}
.p_login_form .login-content .helper span {
    font-size: 7px;
    color: #Ea6121;
    position: relative;
}

.p_login_form .login-content .helper span.h1::after {
    display: block;
    content: "";
    width: 1px;
    height: 7px;
    transform: scaleX(0.5);
    border-right: 1px solid #576E88;
    position: absolute;
    right: -9px;
    top: 2px;
}

.p_login_form .login-content .helper span.h2 {
    margin-left: 18px;
}

.p_login_btn {
    color: #Ea6121;
    font-size: 12px;
    margin-left: 12.5px;
}

.p_login_arrow {
    font-size: 12px;
    color: #6e8198
}

.p_shortcut {
    position: fixed;
    top: 98px;
    right: 0;
    z-index: 100;
}

.p_shortcut_group {
    text-align: right;
}

.p_shortcut_group li {
    display: block;
}

.p_shortcut_group li .p_shortcut_item {
    font-size: 8px;
    width: 85px;
    height: 27px;
    margin: 3px 0;
    border-radius: 14px 0 0 14px;
    line-height: 27px;
    padding-left: 28px;
    position: relative;
    left: 59px;
    text-align: left;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    opacity: 0.9825;
    border: 1px solid rgba(87, 110, 136, 0.18)
}
.p_shortcut_group li .p_shortcut_item a{
    color: #fff;
}
.p_shortcut_group li .p_shortcut_item.customer {
    background: url(../images/mobile/index/ic-customer.svg)no-repeat left 10px center, rgba(255, 255, 255, 1);
    background-size: 12px;
}

.p_shortcut_group li .p_shortcut_item.calculator {
    background: url(../images/mobile/index/ic-calculator.svg)no-repeat left 10px center, rgba(255, 255, 255, 1);
    background-size: 12px;
}

.p_shortcut_group li .p_shortcut_item.finance {
    background: url(../images/mobile/index/ic-finance.svg)no-repeat left 10px center, rgba(255, 255, 255, 1);
    background-size: 12px;
}

.p_shortcut_group li .p_shortcut_item.expenses {
    background: url(../images/mobile/index/ic-expenses.svg)no-repeat left 10px center, rgba(255, 255, 255, 1);
    background-size: 12px;
}

.p_shortcut_group li .p_shortcut_item.favourable {
    background: url(../images/mobile/index/ic-favourable.svg)no-repeat left 10px center, rgba(255, 255, 255, 1);
    background-size: 12px;
}

.p_shortcut_group li .p_shortcut_item.download {
    background: url(../images/mobile/index/ic-download.svg)no-repeat left 10px center, rgba(255, 255, 255, 1);
    background-size: 12px;
}

.p_shortcut_group li .p_shortcut_item.customer.active {
    background: url(../images/mobile/index/ic-customer-hover.svg)no-repeat left 10px center, linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background-size: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    color: #fff;
    position: relative;
    width: 85px;
    left: 0;
}

.p_shortcut_group li .p_shortcut_item.calculator.active {
    background: url(../images/mobile/index/ic-calculator-hover.svg)no-repeat left 10px center, linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background-size: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    color: #fff;
    position: relative;
    width: 85px;
    left: 0;
}

.p_shortcut_group li .p_shortcut_item.finance.active {
    background: url(../images/mobile/index/ic-finance-hover.svg)no-repeat left 10px center, linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background-size: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    color: #fff;
    position: relative;
    width: 85px;
    left: 0;
}

.p_shortcut_group li .p_shortcut_item.expenses.active {
    background: url(../images/mobile/index/ic-expenses-hover.svg)no-repeat left 10px center, linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background-size: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    color: #fff;
    position: relative;
    width: 85px;
    left: 0;
}

.p_shortcut_group li .p_shortcut_item.favourable.active {
    background: url(../images/mobile/index/ic-favourable-hover.svg)no-repeat left 10px center, linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background-size: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    color: #fff;
    position: relative;
    width: 85px;
    left: 0;
}

.p_shortcut_group li .p_shortcut_item.download.active {
    background: url(../images/mobile/index/ic-download-hover.svg)no-repeat left 10px center, linear-gradient(180deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background-size: 12px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.04);
    color: #fff;
    position: relative;
    width: 85px;
    left: 0;
}

.p_notify {
    height: 45px;
    border-radius: 22.5px;
    background: #fff;
    box-shadow: 2px 2px 4px 1px #EEEEEE;
    overflow: hidden;
    line-height: 45px;
    margin: 0 12.5px 0;
    position: relative;
    top: -22.5px;
    z-index: 10;
}

.p_notify .logo {
    background: url(../images/ic-newnew.svg) no-repeat;
    background-size: cover;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 7px;
}

.p_notify .title {
    width: 72%;
    display: inline-block;
    overflow: hidden;
    line-height: 45px;
    vertical-align: top;
}

.p_notify .title .em {
    font-size: 12px;
    font-weight: bold;
    color: #2a2a2a;
    font-family: PingFangSC-Semibold;
}

.p_notify .title .sub_title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 33%; */
    width: calc(100% - 55px);
    vertical-align: top;
    /* color: #585858; */
    color: #2A2A2A;
    font-size: 9px;
    font-family: PingFangSC-Regular;
    display: inline-block;
}
.p_notify .title .sub_title ul li{
    width: 100%;
    height: 45px;
}
.p_notify .title .sub_title ul li span{
    display: inline-block;
    vertical-align: top;
    line-height: 45px;
}
.p_notify .title .sub_title ul li a{
    color: #585858;
    overflow: hidden;
    display: inline-block;
    margin-right: 10px;
    line-height: 45px;
    width : 55%;
}
.p_notify .title .publish_time {
    color: #949494;
    font-size: 9px;
    font-family: DINAlternate-Bold;
}

.p_notify .more {
    display: inline-block;
    overflow: hidden;
    line-height: 45px;
    vertical-align: top;
    color: #4A90E2;
    font-size: 10px;
    font-weight: 500;
}

.p_notify .more .more_btn {

    color: #4A90E2;
}

.p_show {
    position: relative;
    background: url(../images/bj-left.png)no-repeat,
    url(../images/bj-right.png)no-repeat;
    background-size: 50% auto, 50% auto;
    background-position: left top, right bottom;
}

.p_module {
    margin-top: 16px;
}
.p_module.indexkuaiyi{
    margin-top: 0;
}
.p_module_title {
    height: 70px;
    width: 100%;
    text-align: center;
    position: relative;
    padding-top: 10px;
}

.p_module_title.t1::after {
    display: block;
    content: "";
    width: 24px;
    height: 6px;
    background: #ff4000;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}

.p_module_title.t2::after {
    display: block;
    content: "";
    width: 24px;
    height: 6px;
    background: #ff9800;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}

.p_module_title.t3::after {
    display: block;
    content: "";
    width: 24px;
    height: 6px;
    background: #409FA5;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -12px;
}

.p_module_title h3,
.p_module_title h5 {
    margin: 0;

}

.p_module_title h3 {
    line-height: 32px;
    font-size: 20px;
    color: #2a2a2a;
    font-weight: bold;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.p_module_title h5 {
    line-height: 16px;
    font-size: 12px;
    color: #666;
    font-weight: 400;
    font-family: PingFangSC-Regular;
}

.swiper-container {
    width: 100%;
    /* height: 228px; */
    text-align: center;
}

.swiper-wrapper {
    margin: 0 auto;
}

.swiper-slide {
    display: inline-block;
    border-radius: 5px;
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #222;
    margin-right: 8px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-visible-switch {
    background: #aaa;
}

.swiper-active-switch {
    background: #fff;
    border: 2px solid #0b6fb9;
}

.slide-container {
    width: 143px;
    margin: 0 auto;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.slide-container.slide_1 {
    background: url(../images/mobile/index/bj-item.png)no-repeat left top, linear-gradient(158deg, rgba(255, 84, 78, 1) 0%, rgba(255, 128, 78, 1) 100%);
    background-size: 100% auto;
    color: #fff;
}

.slide-container.slide_2 {
    background: url(../images/mobile/index/bj-item.png)no-repeat left top, linear-gradient(158deg, rgba(217, 77, 203, 1) 0%, rgba(160, 127, 249, 1) 100%);
    background-size: 100% auto;
    color: #fff;
}

.slide-container .slide-title {
    font-size: 15px;
    text-align: left;
    margin-left: 13px;
    margin-top: 12px;
    font-weight: 500;
}

.slide-container .slide-title p {
    font-size: 6px;
    font-family: PingFangSC-Regular;
	height: 11px;
}

.slide-container .slide-datanum {
    margin-top: 25px;
}

.slide-container .slide-datanum .num {
    font-size: 45px;
    line-height: normal;
    font-family: DINAlternate-Bold;
    font-weight: bold;
	height: 60px;
}

.slide-container .slide-exp1 {
    font-size: 8px;
    font-family: PingFangSC-Regular;
    text-align: center;
	height: 11px;
}

.slide-container .slide-exp2 {
    font-size: 10px;
    margin-top: 10px;
    line-height: 14px;
    font-weight: 500;
    text-align: center;
	height: 14px;
}

.slide-container .slide-btn {
    margin: 18px auto 20px;
    border-radius: 12.5px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    color: #FF650A;
    font-size: 8px;
    font-weight: 500;
    text-align: center;
}

.introduction .left {
    display: inline-block;
    width: 25%;
    margin-left: 10px;
    vertical-align: top;
}

.introduction .left .t1 {
    background: url(../images/home-convience-nav-BG.png) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    font-weight: 500;
}

.introduction .left .category {
    background: #f5fbff;
    overflow: hidden;
}

.introduction .left .category ul {
    padding-bottom: 20px;
    margin-bottom: 10px;
    
}

.introduction .left .category li {
    line-height: 35px;
    padding-left: 21px;
    width: 100%;
    font-size: 9px;
    border-left: 2px solid transparent;
    font-family: PingFangSC-Regular;
}
.introduction .left .category li svg{
    height: 7px;
    vertical-align: middle;
}
.introduction .left .category li.active {
    background-color: #e8f3fb;
    color: #1d79bf;
    border-left: 2px solid #0068b6;
}
.introduction .left .category li.active svg path{
    -moz-fill: #Ea6121;
    -o-fill: #Ea6121;
    fill: #Ea6121;
}
.introduction .right {
    display: inline-block;
    width: 70%;
}

.introduction .right .cate-item {
    height: 125px;
    width: 90%;
    margin: 0 auto;
    border: 1px solid #E1E1E1;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 14px 44px 14px 16px;
    position: relative;
}

.introduction .right .cate-item.active {
    box-shadow: 0px 0px 4px 0px rgba(21, 148, 255, 0.09);
    border: 1px solid #EA6121;
}

.introduction .right .cate-item.active .title {
    color: #Ea6121;
    pointer-events: none;
}

.introduction .right .cate-item.person {
    background: url(../images/mobile/index/ic-person.svg)no-repeat #fff;
    background-position: right 10px bottom 6px;
    background-size: 49px;
}

.introduction .right .cate-item.onlinebank {
    background: url(../images/mobile/index/ic-onlinebank.svg)no-repeat #fff;
    background-position: right 10px bottom 6px;
    background-size: 49px;
}

.introduction .right .cate-item.qinka {
    background: url(../images/mobile/index/ic-QinCard.svg)no-repeat #fff;
    background-position: right 10px bottom 6px;
    background-size: 49px;
}

.introduction .right .cate-item.qinyi {
    background: url(../images/mobile/index/ic-Qinyi.svg)no-repeat #fff;
    background-position: right 10px bottom 6px;
    background-size: 49px;
}

.introduction .right .cate-item .title {
    font-size: 12px;
    font-weight: bold;
}

.introduction .right .cate-item .content {
    margin-top: 6px;
    color: #666;
    line-height: 1.375;
    font-size: 8px;
    pointer-events: none;
    font-family: PingFangSC-Regular;
}

.introduction .right .more {
    width: 80px;
    height: 24px;
    border-radius: 12px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    bottom: 10px;
    background: #f6ac2c;
    color: #fff;
    font-size: 9px;
    font-weight: 500;
}

.introduction .left .more {
    background: #f5fbff;
    padding-bottom: 10px;
    font-size: 8px;
    text-align: center;
    color: #Ea6121;
    font-weight: 500;
}
.introduction {
    position: relative;
    height: 248px;
    margin: 0 auto;
}

.swiper-container-pconvience2 {
    height: 228px;
    overflow: hidden;
    position:relative;
}

.swiper-pagination-pcon2{
    text-align:center;
}
.swiper-pagination-pcon2 .swiper-pagination-switch {
    border: 1px solid #f3f3f3;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D8D8D8;
    display: inline-block;
    vertical-align: middle;
}

.swiper-pagination-pcon2 .swiper-active-switch {
    border: 1px solid #Ea6121;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
}
.p_module .hotNews {
    margin: 0 10px;
    position: relative;
}

.p_module .hotNews img {
    width: 100%;
    height: auto;
}

.p_module .hotNews .hotNews_title {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    color: #fff;
    margin-left: 4px;
    height: 40px;
}

.p_module .news-item {
    margin: 8px 10px;
    font-size: 0;
}

.p_module .news-item.item1 .left {
    width: 25%;
    height: 80px;
    background: #F6AC2C;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.p_module .news-item.item2 .left {
    width: 25%;
    height: 80px;
    background: #8BB829;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
}

.p_module .news-item .right {
    display: inline-block;
    font-size: 7px;
    width: 75%;
}

.p_module .news-item .right .t {
    line-height: 16px;
    margin: 0;
    color: #2a2a2a;
    background: #fff;
}

.p_module .news-item .right span {
    pointer-events: none;
}

.p_module .news-item .right .t.active {
    color: #Ea6121;
    background: #F2F9FF;
}

.p_module .news-item .right .t span:first-child {
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 10px;
}

.p_module .news-item .right .t span:last-child {
    width: 30%;
    float: right;
     color:#999999;
}

.p_module .news-item .left .l1 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 15px;
}

.p_module .news-item .left .l2 {
    font-size: 10px;
    color: #fff;
    text-align: center;
}

.p_module .news-item .left .more {
    font-size: 7px;
    color: #fff;
    text-align: center;
    margin-top: 4px;
}

.p_footer {
    height: 77px;
    width: 100%;
    background: url(../images/footer_BG.png)no-repeat;
    background-size: 100% 100%;
    position: relative;
    text-align: center;
}

.p_footer .footer-ht {
    width: 38px;
    height: 32px;
    position: absolute;
    bottom: 11px;
    right: 26px;
}


.p_footer .banklogo {
    width: 80px;
    height: 18px;
    margin-top: 14px;
}

.p_footer .footer_tel {
    line-height: 9px;
    margin-top: 3px;
}

.p_footer .footer_tel span {
    font-size: 6px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 600;
    line-height: 9px;
    font-family: PingFangSC-Semibold;
}

.p_footer .footer_tel span:last-child {
    font-size: 12px;
    color: #Ea6121;
    text-align: center;
    font-weight: bold;
    font-family: DINAlternate-Bold;
}

.p_footer .footer_footer {
    font-size: 6px;
    color: #2a2a2a;
    text-align: center;
    margin-top: 12px;
    font-family: PingFangSC-Regular;
}

.p_fixed {
    position: fixed;
    right: 7px;
    bottom: 71px;
    z-index: 100;
}

.p_fixed .fixed-1,
.p_fixed .fixed-2,
.p_fixed .fixed-3 {
    width: 27px;
    height: 27px;
    border-radius: 13.5px;
    box-shadow: 0px 2px 5px 0px rgba(0, 104, 182, 0.2);
    margin-top: 10px;
}

.p_fixed .fixed-1 {
    background: url(../images/mobile/index/ic-tel.svg)no-repeat #fff center;
    background-size: 13px;
}

.p_fixed .fixed-2 {
    background: url(../images/mobile/index/ic-ewm.svg)no-repeat #fff center;
    background-size: 13px;
}

.p_fixed .fixed-3 {
    background: url(../images/mobile/index/ic-back.svg)no-repeat #fff center;
    background-size: 13px;
}

.p_fixed_tel {
    position: fixed;
    z-index: 100;
    font-size: 3px;
    right: 43px;
    bottom: 143px;
    background: #fff;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
    box-shadow: 0px 0px 2px 0px rgba(0, 104, 182, 0.14);
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 3px;
    display: none;
}

.p_fixed_tel::after {
    position: relative;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    left: 134px;
    top: -21px;
}

.p_fixed_tel strong {
    font-size: 5px;
    color: #Ea6121;
}

.p_fixed_qrcode {
    position: fixed;
    z-index: 100;
    font-size: 3px;
    right: 43px;
    bottom: 65px;
    background: #fff;
    padding: 18px;
    line-height: 28px;
    box-shadow: 0px 0px 2px 0px rgba(0, 104, 182, 0.14);
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 3px;
    display: none;
}

.p_fixed_qrcode img {
    width: 85px;
    height: 111px;
}

.p_fixed_qrcode span {
    font-size: 15px;
    position: absolute;
    right: 7px;
    top: 0;
	color: #2a2a2a;
}
.p_fixed_qrcode div {
    position: absolute;
    top: -2px;
	left: 0px;
	width: 100%;
	color: #2a2a2a;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	color: #2a2a2a;
}

.p_fixed_back {
    position: fixed;
    z-index: 100;
    font-size: 3px;
    right: 43px;
    bottom: 68px;
    background: #fff;
    height: 28px;
    padding: 0 5px;
    line-height: 28px;
    box-shadow: 0px 0px 2px 0px rgba(0, 104, 182, 0.14);
    border: 1px solid rgba(230, 230, 230, 1);
    border-radius: 3px;
    display: none;
}

.p_fixed_back::after {
    position: relative;
    display: block;
    content: "";
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    left: 43px;
    top: -21px;
}

.p_nav {
    font-size: 7px;
    color: #838383;
    font-family: PingFangSC-Regular;

margin: 10px 10px;
}

.p_company_item {
    overflow: hidden;
}

.p_company_item.blue {
    background: url(../images/bj-puhuiqinyi.png)no-repeat top 0 left 50%;    
    background-size: auto 100%;
}

.p_company_item.gray {
    background: #F7F7F6;
}

.p_company_item .p_title {
    font-size: 20px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 600;
    line-height: 43px;
    font-family: PingFangSC-Semibold;
}

.p_company_item .p_subtitle {
    font-size: 8px;
    color: #666;
    text-align: center;
    padding: 0 10px;
    font-family: PingFangSC-Regular;
}

.p_company_item .p_content {
    margin: 0 12px;
    font-size: 0;
    position: relative;
}

.p_company_item .p_content p {
    font-size: 8px;
    font-family: PingFangSC-Regular;
}

.p_company_item .p_content ul.public_ck {
    display: flex;
    height: 109px;
}

.p_company_item .p_content ul.public_ck li {
    flex: 1;
    border: 1px solid #DADADA;
    border-left: none;
    height: 109px;
    position: relative;
    font-weight: 500;
    color: #000;
}
.p_company_item .p_content ul.public_ck li:first-child{
    border-left: 1px solid #DADADA;
}
.p_company_item .p_content ul.public_ck li p {
    pointer-events: none;
}

.p_company_item .p_content ul.public_ck li img {
    text-align: center;
    position: absolute;
    bottom: 48px;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
}

.p_company_item .p_content ul.public_ck li.active {
    border: 1px solid #Ea6121;
    color: #Ea6121;
}

.p_company_item .p_content ul.public_ck li.active::after {
    content: '';
    width: 0;
    height: 0;
    border-width: 10px;
    border-top: 10px solid;
    border-style: solid;
    border-color: #Ea6121 transparent transparent;
    /*颜色分别为绿色，红色，蓝色，黄色*/
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}

.p_company_item .p_content ul.public_ck li.active::before {
    content: '';
    width: 0;
    height: 0;
    border-width: 9px;
    border-top: 9px solid;
    border-style: solid;
    border-color: #fff transparent transparent;
    /*颜色分别为绿色，红色，蓝色，黄色*/
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -9px;
    z-index: 1;
}

.p_company_item .exp_name {
    margin-top: 80px;
    text-align: center;
    font-size: 9px;
}

.p_company_item .p_exptext {
    /* background: #F8FCFF; */
    height: 118px;
    margin-top: 5px;
    padding: 16px 37px;
    font-size: 8px;
    font-family: PingFangSC-Regular;
    /* color: #000; */
    color : #2A2A2A;
    display: none;
    background: url(../images/bg_com_dw.png) no-repeat center center;
    background-size: cover;
}
.p_company_item .p_exptext1{
    display: block;
}
.p_company_item .p_expmore {
    width: 80px;
    height: 24px;
    padding-left: 21px;
    margin: 20px auto;
    font-size: 8px;
    color: #Ea6121;
    border: 1px solid #E1E5E9;
    line-height: 22px;
    border-radius: 12px;
    background: url(../images/pc/ic-more.svg) no-repeat right 17px center;
    background-size: auto 7px;
    background-color: #fff;
    font-weight: 500;

}

.jcrz_left {
    width: 42%;
    display: inline-block;
}

.jcrz_left ul.jcrz li {
    display: block;
    background: #FAFDFF;
    position: relative;
    text-align: left;
}

.jcrz_left ul.jcrz li.active {
    background: #EDF8FF;
}

.jcrz_left ul.jcrz li.active::after {
    display: block;
    width: 1px;
    height: 100%;
    content: "";
    border-left: 3px solid #Ea6121;
    position: absolute;
    top: 0;
}

.jcrz_right {
    width: 58%;
    display: inline-block;
    /* height: 358px; */
    height:320px;
    background: url(../images/basic_money-bj.png) no-repeat center;
    background-size: cover;
    vertical-align: top;

}

.jcrz_left .jcrz_container {
    pointer-events: none;
}

.jcrz_left .jcrz_container .in_left.ico1 {
    width: 28%;
    height: 58px;
    background: url(../images/mobile/company/jcrz/ic-01.svg)no-repeat center;
    background-size: 50%;
    vertical-align: top;
    display: inline-block;
}

.jcrz_left .jcrz_container .in_left.ico2 {
    width: 28%;
    height: 58px;
    background: url(../images/mobile/company/jcrz/ic-02.svg)no-repeat center;
    background-size: 50%;
    vertical-align: top;
    display: inline-block;
}

.jcrz_left .jcrz_container .in_left.ico3 {
    width: 28%;
    height: 58px;
    background: url(../images/mobile/company/jcrz/ic-03.svg)no-repeat center;
    background-size: 50%;
    vertical-align: top;
    display: inline-block;
}

.jcrz_left .jcrz_container .in_left.ico4 {
    width: 28%;
    height: 58px;
    background: url(../images/mobile/company/jcrz/ic-04.svg)no-repeat center;
    background-size: 50%;
    vertical-align: top;
    display: inline-block;
}

.jcrz_left .jcrz_container .in_left.ico5 {
    width: 28%;
    height: 58px;
    background: url(../images/mobile/company/jcrz/ic-05.svg)no-repeat center;
    background-size: 50%;
    vertical-align: top;
    display: inline-block;
}

.jcrz_left .jcrz_container .in_right {
    width: 68%;
    height: 58px;
    display: inline-block;
}


.jcrz_left .jcrz_container .in_right p:first-child {
    width: 100%;
    font-size: 9px;
    font-weight: bold;
    margin: 8px 0 0 0;
    line-height: 13px;
}
.jcrz_left ul.jcrz li.active .jcrz_container .in_right p:first-child{
    color: #Ea6121;
}
.jcrz_left .jcrz_container .in_right p:last-child {
    width: 100%;
    font-size: 7px;

    color: #949494;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    padding : 5px 0;
}

.p_page .prev {
    width: 35px;
    height: 16px;
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    margin-left: 12px;
}

.p_page .next {
    width: 35px;
    height: 16px;
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
}
.p_company_item.blue .p_title .hprz_intro {
    display: none;
}
.p_company_item.blue .p_title .hprz_intro1 {
    display: block;
}
.p_title .p_title_exp {
    font-size: 7px;
    color: #949494;
    width: 192px;
    margin: 0 auto;
    line-height: 1.42857143;
    font-family: PingFangSC-Regular;
}

.p_content .hprz {
    margin: 0 38px;
    margin-top: 18px;
}

.p_content .hprz .hprz_ul li {
    height: 91px;
    display: inline-block;
    width: 33%;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-weight: 500;
}

.p_content .hprz .hprz_ul li .imgbox {
    text-align: center;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #E1E5E9;
    line-height: 30px;
    display: inline-block;
    padding-top: 12px;
    background: #EEF8FF;
}
.p_content .hprz .hprz_ul li.active .imgbox{
    background: #fff;
}
.p_content .hprz .hprz_ul li .imgbox img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
}

.p_content .hprz .hprz_ul li p {
    font-size: 9px;
    line-height: 13px;
    color: #2A2A2A;
    margin-top: 7px;
}

.p_company_item.gyljr {
    height: 312px;
    background: url(../images/gyl-BG.png)no-repeat center;
    background-size: cover;
}

.p_company_item.gyljr .p_title {
    color: #fff;
}


.p_company_item.gyljr .gyl-container {
    margin: 0;
}

.gyl-container-ul {
    margin: 0 -7px;
}

.gyl-container-ul li {
    margin: 5px;
    height: 100px;
    width: calc(50% - 10px);
    background: #fff;
    display: inline-block;
}

.gyl-container-ul .item-container {
    font-size: 0;
}

.gyl-container-ul .item-container .in_left {
    width: 40%;
    height: 100px;
    display: inline-block;
    text-align: center;
    line-height: 100px;
    padding-top: 14px;
}

.gyl-container-ul .item-container .in_left img {
    width: 40px;
    height: 40px;
    vertical-align: top;
}

.gyl-container-ul .item-container .in_right {
    width: 60%;
    height: 100px;
    display: inline-block;
    padding-top: 14px;
    vertical-align: top;
    position: relative;
}

.gyl-container-ul .item-container .in_right .in_title {
    font-size: 12px;
    color: #2a2a2a;
    font-weight: bold;
    line-height: 17px;
}

/*多行文本溢出*/
.gyl-container-ul .item-container .in_right .in_subtitle {
    font-size: 7px;
    color: #666;
    margin: 5px 0;
    padding-right: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 34px;
}

.gyl-container-ul .item-container .in_right .seemore {
    font-size: 7px;
    color: #Ea6121;
    background: url(../images/pc/ic-more.svg) no-repeat left 35px center;
    background-size: auto 7px;
}

.gyl-container .more-btn {
    text-align: center;
}

.gyl-container .more-btn .button.more {
    font-size: 8px;
    color: #Ea6121;
    line-height: 22px;
    width: 80px;
    height: 24px;
    border-radius: 12px;
    border: 1px solid #E1E5E9;
    display: inline-block;

    margin-top: 15px;
    background: url(../images/pc/ic-more.svg) no-repeat right 17px center;
    background-size: auto 7px;
    background-color: #fff;
    text-align: left;
    padding-left: 21px;
}

.p_content .pjcontainer1,
.p_content .pjcontainer2 {
    width: calc(50% - 5px);
    border: 1px solid #F3F5F6;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}

.p_content .pjcontainer1 img,
.p_content .pjcontainer2 img {
    width: 100%;
    height: 115px;
}

.p_content .pjcontainer1 {
    margin-right: 5px;
}

.p_content .pjcontainer2 {
    margin-left: 5px;
}

.p_content .pj h5 {
    margin: 7px 10px;
    font-weight: bold;
}

.p_content .pj .pjexp {
    font-size: 7px;
    color: #666;

    padding: 0 10px 0 10px
}

.p_content .pj .pjmore {
    font-size: 7px;
    color: #Ea6121;

    padding: 8px 0;
    padding-left: 39%;
    background: url(../images/pc/ic-more.svg) no-repeat left 63% center;
    background-size: auto 7px;
}

.p_company_item.tzyh {
    background: linear-gradient(175deg, rgba(33, 139, 195, 0.5) 0%, rgba(72, 101, 215, 0.5) 100%);
    height: 465px;
}

.p_company_item.tzyh .p_title {
    margin-top: 24px;
    color: #fff;
    height: 43px;
}

.tzyh .item-container {
    margin-top: 18px;
    height: 160px;
    background: #fff;
    position: relative;
    margin-bottom: 34px;
}

.tzyh .item-container img {
    width: 34%;
    position: absolute;
    left: 20px;
    top: -17px;
    vertical-align: top;
}

.tzyh .item-container .tzyh-item {
    height: 160px;
    width: 54%;
    float: right;
}

.tzyh .item-container .tzyh-item .title {
    font-size: 15px;
    color: #404040;
    font-weight: bold;
    margin-top: 21px;
    line-height: 21px;
}

.tzyh .item-container .tzyh-item .title::after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    border-bottom: 3px solid #5576ED;
    position: relative;
    top: -28px;
}

.tzyh .item-container .tzyh-item .content {
    font-size: 7px;
    color: #525252;
    margin-top: 10px;
    padding-right: 10px;
height: 45px;
}

.tzyh .item-container .tzyh-item .more {
    font-size: 7px;
    color: #A0B5FF;
    width: 80px;
    height: 24px;
    border: 1px solid #E1E5E9;
    line-height: 22px;
    border-radius: 12px;
    padding-left: 21px;
    margin-top: 6px;
    background: url(../images/pc/ic-more.svg) no-repeat right 17px center;
    background-size: auto 7px;

}

.p_company_item.tzyh2 {
    background: #F9FCFF;
}

.p_company_item.tzyh2 .item-container {
    position: relative;
    padding-bottom: 8px;
    height: 180px;
}

.p_company_item.tzyh2 .item-container .in_left {
    width: 32.5%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.p_company_item.tzyh2 .item-container .in_right {
    width: 67.5%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-right: 60px;
}

.p_company_item.tzyh2 .item-container .in_left .imgbox {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #EEF8FF;
    border: 1px solid #E1E5E9;
    text-align: center;
    line-height: 60px;
    display: inline-block;
    margin-top: 23px;
}

.p_company_item.tzyh2 .item-container .in_left .imgbox img {
    width: 30px;
    height: 30px;
}

.p_company_item.tzyh2 .item-container .in_right .main_title {
    font-size: 15px;
    line-height: 21px;
    font-weight: bold;
    margin-top: 10px;
}

.p_company_item.tzyh2 .item-container .in_right .sub_item h5 {
    font-size: 9px;
    font-weight: bold;
    color: #2a2a2a;
    line-height: 20px;
    margin: 0;
}

.p_company_item.tzyh2 .item-container .in_right .sub_item p {
    font-size: 7px;
    color: #666;
    margin: 0;
}

.p_company_item.tzyh2 .item-container:first-child::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D3DCE4;
    position: absolute;
    bottom: 0px;
    transform: scaleY(0.5)
}
.p_company_item .js_ul{
    border-top: 1px solid #EEEEEE;
}
.p_company_item .js_ul li {
    width: 50%;
    display: inline-block;
}

.p_company_item .js_ul .js_item {
    height: 120px;
    width: 100%;
    border: 1px solid #EEEEEE;
    border-top: none;
    text-align: center;
    padding: 12px 16px;
}
.p_company_item .js_ul li:nth-child(2n) .js_item{
    border-left: none;
}
.p_company_item .js_ul .js_item img {
    width: 30px;
    height: 30px;
    margin-bottom: 12px;
}

.p_company_item .js_ul .js_item .title {
    font-size: 15px;
    color: #2a2a2a;
    font-weight: bold;
    line-height: 21px;
}

.p_company_item .js_ul .js_item .expcontent {
    font-size: 7px;
    color: #666;
    margin-top: 5px;

}


.p_company_item .js_ul li.active .js_item .title {
    color: #Ea6121;
}

.p_company_item .loan_left {
    height: 240px;
    /* display: inline-block; */
    width: 28%;
    vertical-align: top;
    background: #fff;
    margin-bottom: 14px;
    float: left;
    border: 1px solid #E1E5E9;
}

.p_company_item .loan_right {
    height: 240px;
    /* display: inline-block; */
    float: left;
    width: 72%;
    vertical-align: top;
    background: url(../images/bj-personLoan.png) no-repeat right bottom#fff;
    background-size: 199px 162px;
    margin-bottom: 14px;
    display: none;
}
.p_company_item .loan_right1{
    display: block;
}
.p_company_item .loan_left .loan_ul {
    font-size: 0;
}
.p_company_item .loan_left .p_deposit_left,
.p_company_item .loan_left .p_loan_left {
    height : 50%;
}
.p_company_item .loan_left .p_loan_left-title{
    width : 100%;
    position :relative;
}
.p_company_item .loan_left .p_loan_left-title p{
    height : 24px;
    color :rgb(255, 255, 255);
    line-height : 23px;
    padding-left: 13px;
}
.p_company_item .loan_left .p_loan_left-title1{
    background:#f6ad2d;
}
.p_company_item .loan_left .p_loan_left-title2{
    background:#08aadb;
}
.p_company_item .loan_left .loan_ul li {
    height: 24px;
    border-bottom: 1px solid #E1E5E9;
    font-size: 8px;
    color: #2a2a2a;
    width: 100%;
    line-height: 23px;
    padding-left: 13px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    position: relative;
    background: url(../images/pc/ic-more.svg) no-repeat right 8px center;
    background-size: auto 7px;

}
.p_company_item .loan_left .loan_ul li i{
    position: absolute;
    right: 5%;
    top: 50%;
    margin-top: -3px;
}
.p_company_item .loan_left .loan_ul li.active {
    color: #Ea6121;
    position: relative;
    background-color: #EDF8FF;
}

.p_company_item .loan_left .loan_ul li.active::after {
    display: block;
    width: 1px;
    height: 24px;
    content: "";
    border-left: 3px solid #Ea6121;
    position: absolute;
    top: 0;
    left: 0;
}

.p_company_item .loan_left .more {
    color: #fff;
    font-size: 7px;
    line-height: 23px;
    width :33%;
    position :absolute;
    right : 0;
    top : 0;
}
.p_company_item .loan_left .more svg{
    height : 7px;
    position :absolute;
    right : 7px;
    top : 50%;
    margin-top : -3.5px;
}
.p_company_item .loan_left .more svg path{
    fill : #fff;
    -ms-fill : #fff;
}
.p_company_item .loan_right .title {
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    padding-left: 12px;
    font-family: PingFangSC-Semibold;
}

.p_company_item .loan_right .exp {
    font-size: 7px;
    background: #FFFBED;

    padding: 7.5px 12px;
}

.p_company_item .loan_right .sub_title {
    font-size: 9px;
    font-weight: bold;
    line-height: 13px;
    padding-left: 12px;
    margin-top: 8px;
}

.p_company_item .loan_right .sub_exp {
    font-size: 7px;
    font-family: PingFangSC-Regular;
    padding: 7.5px 12px;
    margin-top: 4px;
}

.p_company_item .loan_right .more {
    width: 80px;
    height: 24px;
    font-size: 8px;
    color: #Ea6121;
    border-radius: 12px;
    border: 1px solid #E1E5E9;
    text-align: center;
    line-height: 24px;
    margin-left: 12px;
    margin-top: 16px;
}
.p_deposit_cut_loan {
    width: 100%;
    height: 30px;
    line-height: 40px;
    font-size: 12px;
    color: #666666;
    border-radius: none;
    margin: 0 12px;
    margin-bottom: 5px;
}

.p_deposit_cut_loan ul {
    list-style: none;
    position: relative;
    width: 100%;
    height: 100%;
}

.p_deposit_cut_loan ul li {
    width: 20%;
    background: #fff;
    float: left;
    height: 30px;
    margin-left: 5px;
    text-align: center;
    line-height: 30px;
    color: #2A2A2A;
    border-radius: 5px 5px 0 0;
}
.p_deposit_cut_loan ul li.p_deposit_part{
    margin-left: 0;
}
.p_deposit_cut_loan ul li.active {
    background: #19baf2;
    color: #fff;
}

.p_deposit_cut_loan ul li:hover {
    background: #19baf2;
    color: #fff;
}

.p_company_item.card {
    background: url(../images/mobile/person/bj-card.png) no-repeat center;
    background-size: cover;
    height: 502px;
}

.p_company_item.card .card_BG {
    background: rgba(0, 104, 182, 0.3);
    height: 100%;
}

.p_company_item.card .card_BG .p_title {
    color: #fff;
}

.p_company_item.card .card_ul {
    margin: 0 -5px;
    font-size: 0;
}

.p_company_item.card .card_ul li {
    height: 210px;
    width: calc(50% - 10px);
    margin: 5px 5px;
    border-radius: 9px;
    background: #fff;
    overflow: hidden;
    display: inline-block;
}

.p_company_item.card .card_ul li .card_container .imgbox {
    height: 115px;
    border-radius: 9px;
    overflow: hidden;
}

.p_company_item.card .card_ul li .card_container .imgbox img {
    height: 115px;
    width: 100%;
}

.p_company_item.card .card_ul li .card_container .order_num {
    font-size: 25px;
    color: #Ea6121;
    text-align: center;
    line-height: 29px;
    font-family: DINAlternate-Bold;
    font-weight: bold;
}

.p_company_item.card .card_ul li .card_container .card_title {
    font-size: 15px;
    color: #2a2a2a;
    text-align: center;
    line-height: 21px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    margin-top: 12px;
}


.p_company_item.card .card_ul li .card_container .card_content {
    font-size: 7px;
    color: #2a2a2a;
    font-family: PingFangSC-Regular;
    padding: 5px 13px;
    text-align: center;
}

.p_company_item.gjs {
    background: linear-gradient(175deg, rgba(33, 139, 195, 0.5) 0%, rgba(72, 101, 215, 0.5) 100%);
    height: 301px;
}

.p_company_item.gjs .p_title {
    color: #fff;
    margin-top: 14px;
}


.p_company_item.gjs .item-container {
    margin-top: 18px;
    height: 200px;
    background: url(../images/metal-right.png)no-repeat right bottom, rgba(255, 255, 255, 0.93);
    background-size: 40% auto, 100%;
    position: relative;
    margin-bottom: 34px;
}

.p_company_item.gjs .item-container img {
    width: 34%;
    position: absolute;
    left: 20px;
    top: -17px;
    vertical-align: top;
}

.p_company_item.gjs .item-container .tzyh-item {
    height: 200px;
    width: 54%;
    float: right;
}

.p_company_item.gjs .item-container .tzyh-item .title {
    font-size: 15px;
    color: #ED3D23;
    font-weight: bold;
    margin-top: 21px;
    line-height: 21px;
}

.p_company_item.gjs .item-container .tzyh-item .content {
    font-size: 7px;
    color: #525252;
    margin-top: 10px;
    padding-right: 10px;
    font-family: PingFangSC-Regular;

}

.p_company_item.gjs .item-container .tzyh-item .more {
    font-size: 7px;
    color: #Ea6121;
    width: 80px;
    height: 24px;
    border: 1px solid #E1E5E9;
    line-height: 22px;
    border-radius: 12px;
    padding-left: 21px;
    position: absolute;
    bottom: 10px;
    background: url(../images/pc/ic-more.svg) no-repeat right 17px center;
    background-size: auto 7px;
    background-color: #fff;

}

.prod_ul li {
    width: 25%;
    text-align: center;
    vertical-align: top;
    display: inline-block;
}

.prod_ul li .prod_ul_li {
    height: 100%;
}

.prod_ul li .prod_ul_li img {
    height: 40px;
    width: 40px;
    margin-top: 12px;
}

.prod_ul li .prod_ul_li h4 {
    font-size: 9px;
    font-weight: bold;
    margin-top: 10px;
}

.prod_ul li .prod_ul_li p {
    color: #969696;
    font-size: 7px;
}

.p_company_item.qywd {
    width: 100%;
    height: 250px;
}

.p_company_item.qywd .p_title {
    color: #2a2a2a;
    margin-top: 20px;
    line-height: 27px;
}

.p_company_item.qywd .p_subtitle {
    width: 205px;
    margin: 4px auto 15px auto;
    color: #fff;
    font-size: 8px;

    font-family: PingFangSC-Regular;
}

.p_company_item.qywd .p_content.qywd {
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0;
}
.p_company_item .p_content .swiper-container-qywd{
    height: 205px;
    margin-bottom: 10px;
}
.p_company_item .p_content .swiper-container-qywd .slide-container {
    height: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 2px 0px 0px #eee;
    -moz-box-shadow: 0px 2px 0px 0px #eee;
    -o-box-shadow: 0px 2px 0px 0px #eee;

box-shadow: 0px 2px 0px 0px #eee;
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container .slide-title{
    background-size: auto 100%;
    margin: 0;
    height: 45px;
    color: #fff;
    line-height: 30px;
    padding-left: 13px;
    position: relative;
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_1 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px, linear-gradient(158deg, rgba(255, 77, 76, 1) 0%, rgba(255, 143, 95, 1) 100%);
}

.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_2 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px, linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
}

.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_3 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_4 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #FF8426 0%, #FF9158 100%); 
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_5 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
    -o-background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_6 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, #43C293 0%, #32C989 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, #43C293 0%, #32C989 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, #43C293 0%, #32C989 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #43C293 0%, #32C989 100%);
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_7 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px, linear-gradient(158deg, rgba(146, 45, 230, 1) 0%, rgba(71, 52, 208, 1) 100%);
}

.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_8 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, rgb(51, 166, 241) 0%, rgb(124, 147, 248) 100%);
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_9 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, #FF8426 0%, #FF9158 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #FF8426 0%, #FF9158 100%); 
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_10 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #FF7B41 0%, #FF5D2E 100%);
}
.p_company_item .p_content .swiper-container-qywd .swiper-slide .slide-container_11 .slide-title {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -webkit-linear-gradient(158deg, #43C293 0%, #32C989 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -moz-linear-gradient(158deg, #43C293 0%, #32C989 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,
    -o-linear-gradient(158deg, #43C293 0%, #32C989 100%);
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -3px top -3px,linear-gradient(158deg, #43C293 0%, #32C989 100%);

}

.p_company_item .p_content .swiper-container-qywd .slide-container .slide-title p {
    position: absolute;
    top: 28px;
    left: 13px;
    line-height: normal;
    margin: 0;
    display: inline-block;
    text-align: left;
    height: 10px;
    overflow: hidden;
}

.swiper-container-qywd .slide-container .slide-datanum {
    font-size: 11px;
    color: #2a2a2a;
    text-align: center;
}

.swiper-container-qywd .slide-container .slide-datanum .num {
    color: #EB6031;
    font-weight: bold;
}

.swiper-container-qywd .slide-container .slide-exp1 {
    color: #EB6031;
}

.swiper-container-qywd .slide-container .slide-btn {
    width: 100%;
    border-radius: 0;
    height: 20px;
    font-size: 10px;
    line-height: 19px;
    margin: 0;
    color: #Ea6121;
    text-align: left;
    padding-left: 13px;
    background: url(../images/pc/ic-more.svg) no-repeat left 56px center;
    background-size: auto 8px;

}
.swiper-container-qywd .slide-container .slide-exp img{
    height: 80px;
    width: 100%;
}
.swiper-container-qywd .slide-container .slide-exp p{
    margin: 5px 10px;
    height: 48px;
    line-height: 12px;
    overflow: hidden;
}
.p_company_item .p_exp_item {
    padding: 0 12px;
    margin-top: 12px;
}

.p_company_item .p_exp_item .gw_ul {
    margin: 0 -5px;
}

.p_company_item .p_exp_item .gw_ul li {
    height: 123px;
    width: calc(50% - 13px);
    margin: 0 5px 10px;
    vertical-align: top;
    display: inline-block;
}
.p_company_item .p_exp_item .gw_ul li.active{
    border: 1px solid #292929;
}
.p_company_item .p_exp_item .gw_ul li .item-container{
    background-size: 75% auto;
    box-shadow: 0px 5px 8px 2px rgba(157, 217, 246, 0.21);
    border-radius: 1px;
    height: 100%;
}
.p_company_item .p_exp_item .gw_ul li .item-container.item-container_1 {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -20px top -10px, linear-gradient(341deg, rgba(118, 138, 225, 1) 0%, rgba(65, 149, 192, 1) 100%);
}

.p_company_item .p_exp_item .gw_ul li .item-container.item-container_2 {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -20px top -10px, linear-gradient(336deg, rgba(255, 145, 91, 1) 0%, rgba(255, 130, 26, 1) 100%);
}

.p_company_item .p_exp_item .gw_ul li .item-container.item-container_3 {
    background: url(../images/mobile/puhui/card-bj.png)no-repeat left -20px top -10px, linear-gradient(322deg, rgba(77, 202, 150, 1) 0%, rgba(65, 192, 147, 1) 100%);    
}
.p_company_item .p_exp_item .gw_ul li .item-container.item-container_4{

    background: linear-gradient(336deg, rgb(141, 24, 33) 0%, rgba(255, 130, 26, 1) 100%);
}
.p_company_item .p_exp_item .gw_ul li .item-container.item-container_5 {

    background: linear-gradient(341deg, rgb(23, 134, 47) 0%, rgba(65, 149, 192, 1) 100%);
}
.p_company_item .p_exp_item .gw_ul li .item-container .title {
    font-size: 15px;
    line-height: 21px;
    background: none;
    color: #fff;
    padding-left: 16px;
    padding-top: 9px;
}

.p_company_item .p_exp_item .gw_ul li .item-container .content {
    font-size: 8px;
    color: #fff;
    padding: 6px 16px;

}

.p_company_item .p_exp_item .gw_ul li .item-container {
    position: relative;
}

.p_company_item .p_exp_item .gw_ul li .item-container .more {
    font-size: 8px;
    color: #FF650A;
    width: 80px;
    height: 24px;
    border-radius: 12px;
    background: #fff;
    line-height: 24px;
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -40px;
}

.p_company_item .p_exp_item .page {
    line-height: 56px;
    font-weight: bold;
    font-family: DINAlternate-Bold;
}

.p_company_item .p_exp_item .page .prev {
    background: url(../images/mobile/ic-prev.png)no-repeat center#fff;
    background-size: 6px 6px;
    display: inline-block;
    width: 35px;
    height: 16px;
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    margin: 0 5px;
    vertical-align: middle;
}

.p_company_item .p_exp_item .page .next {
    background: url(../images/mobile/ic-more.png)no-repeat center #fff;
    background-size: 6px 6px;
    display: inline-block;
    width: 35px;
    height: 16px;
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    margin: 0 5px;
    vertical-align: middle;
}

.p_company_item .p_exp_item .page {
    color: #BBBBBB;
    font-size: 7px;
    text-align: center;
}

.p_company_item .p_exp_item .page .current {
    color: #Ea6121;
    font-size: 7px;
}

.p_company_item.contact {
    width: 100%;
    background: url(../images/bj-puhuicontact.png)no-repeat top 0 left 50%;
    background-size: auto 100%;
    padding-bottom: 10px;
}

.p_company_item.contact .p_title {
    margin-top: 23px;
}

.p_company_item.contact .p_content .contact_ul {
    margin: 16px -5px 0;
    overflow: hidden;
}

.p_company_item.contact .p_content .contact_ul li {
    height: 195px;
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    vertical-align: top;
    display: inline-block;
}

.p_company_item.contact .p_content .contact_ul li .contact-item img {
    width: 100%;
    height: 133px;
}

.p_company_item.contact .p_content .contact_ul li .contact-item .contact_info {
    background: #fff;
    height: 66px;
    overflow: hidden;
}

.p_company_item.contact .p_content .contact_ul li .contact-item .contact_info .contact_name {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
    font-weight: 500;
    margin: 5px 0 0 3px;
}

.p_company_item.contact .p_content .contact_ul li .contact-item .contact_info .contact_det {
    color: #6D6D6F;
    font-size: 7px;
    font-weight: 500;
    text-align: center;
    height: 12px;
}

.p_company_item.contact .p_content .contact_ul li .contact-item .contact_info .contact_tel {
    color: #18898F;
    font-weight: bold;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    margin-top: 5px;
}

.p_company_item.contact .p_content .contact_ul li .contact-item .contact_info .contact_tel img {
    width: 8px;
    height: 8px;
    vertical-align: middle;
    margin-right: 3px;
}

.p_company_item.contact .more {
    width: 80px;
    height: 24px;
    border-radius: 12px;
    line-height: 22px;
    font-size: 8px;
    font-weight: 500;
    color: #Ea6121;
    margin: 0 auto;
    background: url(../images/pc/ic-down.svg) no-repeat right 20px center;
    background-size: auto 10px;
    background-color: #fff;

    /* padding-left: 20px; */
    border: 1px solid #E1E5E9;
    margin-top: 15px;
}
.p_company_item.contact .more p{
    height: 100%;
    width: 80%;
    text-align: center;
}
.swiper-container-digital{
    width: 100%;
    height: 240px;
}

.p_nav_bar ul {
    display: flex;
}

.p_nav_bar ul li {
    font-size: 10px;
    line-height: 14px;
    flex: 1;
    text-align: center;
    margin: 15px 0;
    position: relative;
}

.p_nav_bar ul li.active {
    color: #Ea6121;
}
.p_nav_bar ul li.active a{
    color: #Ea6121;
}
.p_nav_bar ul li a{
    color: #2A2A2A;
}
.p_nav_bar ul li.active::after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    border-bottom: 2px solid #Ea6121;
    position: absolute;
    left: 50%;
    margin-left: -20px;
}

.p_company_item.znyh {
    background: url(../images/bj-bank2.png)no-repeat 40%;
    background-size: auto 100%;
    height: 291px;
}

.p_company_item.znyh .p_title {
    margin-top: 5px;
    color: #fff;
}

.p_company_item.znyh .p_subtitle {
    margin: 0 68px;
    font-size: 8px;
    color: #fff;
    font-family: PingFangSC-Regular;
}

.p_company_item.znyh .znyh_ul {
    text-align: center;
    margin-top: 38px;
}

.p_company_item.znyh .znyh_ul li {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    font-size: 15px;
    margin: 0 3px;
    line-height: 80px;
    background: rgba(255, 255, 255, 0.7);
    font-weight: 500;
    display: inline-block;
}

.p_company_item.znyh .znyh_ul li:nth-child(1) {
    border: 2px solid #31C5ED;
}

.p_company_item.znyh .znyh_ul li:nth-child(2) {
    border: 2px solid #99C44A;
}

.p_company_item.znyh .znyh_ul li:nth-child(3) {
    border: 2px solid #FF9549;
}

.p_company_item.znyh .znyh_ul li:nth-child(4) {
    border: 2px solid #CE4C51;
}

.p_company_item.znyh .more {
    height: 24px;
    width: 80px;
    line-height: 24px;
    border-radius: 12px;
    border: 1px solid #fff;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: 28px;
    font-weight: 500;
    font-size: 8px;
}

.p_company_item.sjyh {
    height: 320px;
    background: url(../images/digital_phone.png)no-repeat right bottom;
    background-size: 50% auto;
}

.p_company_item.sjyh .p_title {
    margin-top: 16px;
}

.p_company_item.sjyh .p_subtitle {
    margin: 0 68px;
    font-size: 8px;
    color: #404040;
}

.p_company_item.sjyh .p_content .phone_exp {
    font-size: 10px;
    font-weight: 600;
}

.p_company_item.sjyh .p_content .phone_exp li {
    display: block;
    line-height: 50px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.p_company_item.sjyh .p_content .phone_exp img {
    width: 36px;
    height: 36px;
    margin: 0 10px 0 8px;
}

.p_company_item.sjyh .p_content .QRcode {
    margin-left: 10%;
}

.p_company_item.sjyh .p_content .QRcode img {
    width: 63px;
    height: 63px;
}

.p_company_item.sjyh .p_content .QRcode span {
    font-size: 8px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-left: 6px;
}

.p_company_item.grwy {
    height: 290px;
    background: url(../images/per-BG.png)no-repeat right bottom 10px, #FFFFF5;
    background-size: 60%;
}

.p_company_item.grwy .p_title {
    margin-top: 16px;
}

.p_company_item.grwy .p_subtitle {
    margin: 0 77px;
}

.p_company_item.grwy .p_content .phone_exp {
    font-size: 10px;
    font-weight: 600;
}

.p_company_item.grwy .p_content .phone_exp li {
    display: block;
    line-height: 50px;
    font-family: PingFangSC-Regular;
    font-weight: 600;
}

.p_company_item.grwy .p_content .phone_exp img {
    width: 36px;
    height: 36px;
    margin: 0 10px 0 8px;
}

.p_company_item.qywy {
    height: 290px;
    background: url(../images/enterprise-BG.png)no-repeat right bottom 10px, #F5FFFA;
    background-size: 60%;
}

.p_company_item.qywy .p_title {
    margin-top: 16px;
}

.p_company_item.qywy .p_subtitle {
    margin: 0 77px;
}

.p_company_item.qywy .p_content .phone_exp {
    font-size: 10px;
    font-weight: 600;
}

.p_company_item.qywy .p_content .phone_exp li {
    display: block;
    line-height: 50px;
}

.p_company_item.qywy .p_content .phone_exp img {
    width: 36px;
    height: 36px;
    margin: 0 10px 0 8px;
}

.p_company_item.wj {
    height: 310px;
    background: url(../images/bj-wj.png)no-repeat right 20% top;
    background-size: cover;
}

.p_company_item.wj .wj_container {
    margin-top: 31px;
}

.p_company_item.wj .wj_container ul li {
    width: 50%;
    height: 261px;
    vertical-align: top;
    display: inline-block;
}

.p_company_item.wj .wj_container ul li .wx {
    background: url(../images/wechatpay-bj.png)no-repeat center bottom rgba(77, 152, 255, 0.9217);
    background-size: 80% auto;
    height: 100%;
    overflow: hidden;
}

.p_company_item.wj .wj_container ul li .jh {
    background: url(../images/juhe-bj.png)no-repeat center bottom rgba(90, 123, 244, 0.9217);
    background-size: 80% auto;
    height: 100%;
    overflow: hidden;
}

.p_company_item.wj .wj_container ul li .title {
    font-size: 20px;
    color: #fff;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    background: none;
    margin-top: 20px;
    text-align: center;
}


.p_company_item.wj .wj_container ul li .title2 {
    font-size: 10px;
    color: #fff;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    background: none;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
}
.p_company_item.wj .QRcode{
    margin: 0 auto;
    width: 63px;
}
.p_company_item.wj .QRcode img{
     width: 63px;
     height: 63px;
     margin-bottom: 5px;
}
.p_company_item.wj .QRcode p{
    font-size: 8px;
    width: 90%;
    height: 22px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}
.p_company_item.wj .wj_container ul li .content {
    font-size: 7px;
    color: #fff;
    margin: 5px 15px 0;
    font-family: PingFangSC-Regular;
}

.p_company_item.employ {
    height: 305px;
}

.p_company_item.employ .in_left,
.p_company_item.employ .in_right {
    /* display: inline-block; */
    vertical-align: top;
    float: left;
}

.p_company_item.employ .in_left {
    width: 24%;
    height: 180px;
}

.p_company_item.employ .in_left .title {
    font-size: 14px;
    color: #fff;
    background: #Ea6121;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-weight: 500;
}

.p_company_item.employ .in_right {
    width: 68%;
    height: 180px;
    margin-left: 8%;
    display: none;
}
.p_company_item.employ .in_right1{
    display: block;
}
.p_company_item.employ .in_left .employ_type li {
    font-size: 10px;
    display: block;
    line-height: 38px;
padding-left: 14px;
    border: 1px solid #DBDBDB;
    border-top: none;
    font-weight: 500;
    position: relative;
    font-weight: 500;
    height: 40px;
}
.p_company_item.employ .in_left .employ_type li svg{
    height: 8px;
    vertical-align: middle;
}
.p_company_item.employ .in_left .employ_type li.active {
    background: #EDF8FF;
    color: #Ea6121;
}
.p_company_item.employ .in_left .employ_type li.active svg path{
    -moz-fill: #Ea6121;
    -o-fill: #Ea6121;
    fill: #Ea6121;
}
.p_company_item.employ .in_left .employ_type li.active::after {
    display: block;
    content: "";
    width: 1px;
    height: 40px;
    border-left: 2px solid #Ea6121;
    position: absolute;
    top: 0;
    left: 0;
}


.p_company_item.employ .in_right .type_title {

    color: #2A2A2A;
    font-size: 15px;
    line-height: 36px;
    font-weight: 500;
}

.p_company_item.employ .in_right .employ_type {
    background: #f8f8f8;
}

.p_company_item.employ .in_right .employ_type .item {
    height: 30px;
    line-height: 30px;
    font-size: 8px;
    color: #000;
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}

.p_company_item.employ .in_right .employ_type .item .item-left {
    float: left;
    pointer-events: none;
    font-family: PingFangSC-Regular;
    width: 60%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.p_company_item.employ .in_right .employ_type .item.active {
    background: #E0F0FB;
}

.p_company_item.employ .in_right .employ_type .item.active .item-left {
    color: #Ea6121;
}

.p_company_item.employ .in_right .employ_type .item .item-right {
    float: right;
    pointer-events: none;
    font-family: DINAlternate-Bold;
    font-weight: bold;
    color: #5e5e5e;
    width: 40%;
}

.p_company_item.about {
    font-size: 8px;

}
.p_company_item.about .p_content .more{
    margin-top: 5px;
    background: url(../images/pc/ic-more.svg) no-repeat left 33px center;
    background-size: auto 7px;
}
.p_company_item.gongsi_bj {
    margin-top: 10px;
}

.p_company_item.gongsi_bj img {
    height: 240px;
    width: 100%;
    margin-bottom: 10px;
}

.p_company_item.trends {
    height: 490px;
    background: #E5F4FF;
}

.p_company_item.trends .trends_line {
    line-height: 21px;
    font-size: 0;
    font-family: PingFangSC-Regular;
    color: #4c4c4c;
}

.p_company_item.trends .trends_line .line_left.active {
    color: #Ea6121;
    font-weight: 500;
}

.p_company_item.trends .trends_line .line_left,
.p_company_item.trends .trends_line .line_right {
    display: inline-block;
    font-size: 8px;
    vertical-align: middle;
    color: #4c4c4c;
}

.p_company_item.trends .trends_line .line_left {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.p_company_item.trends .trends_line .line_right {
    width: 30%;
    text-align: right;
}

.p_content .next {
    font-size: 6px;
    width: 44px;
    height: 16px;
    border: 1px solid #E1E5E9;
    border-radius: 8px;
    text-align: center;
    color: #576E88;
}

.p_content .more {
    font-size: 8px;
    color: #Ea6121;
}

.swiper-pagination .swiper-pagination-switch {
    border: 1px solid #f3f3f3;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D8D8D8;
    display: inline-block;
    vertical-align: middle;
}

.swiper-pagination .swiper-active-switch {
    border: 1px solid #Ea6121;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
}

.swiper-pagination2 {
    text-align: center;
    position: absolute;
    bottom: 10px;
    z-index: 100;
    left: 50%;
    margin-left: -24px;
    line-height: 12px;
}

.swiper-pagination2 .swiper-pagination-switch {
    border: 1px solid #fff;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #7D7272;
    display: inline-block;
    vertical-align: middle;
}

.swiper-pagination2 .swiper-active-switch {
    border: 1px solid #757575;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
}

.swiper-pagination3 {
    text-align: center;
    position: absolute;
    bottom: 18px;
    z-index: 100;
    left: 50%;
    margin-left: -24px;
    line-height: 12px;
}

.swiper-pagination3 .swiper-pagination-switch {
    border: 1px solid #fff;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #7D7272;
    display: inline-block;
    vertical-align: middle;
}

.swiper-pagination3 .swiper-active-switch {
    border: 1px solid #757575;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #fff;
}

.swiper-container-trends {
    height: 250px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    text-align: center;
}

.swiper-container-company {
    height: 240px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    text-align: center;
}

.swiper-container-index {
    height: 228px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    text-align: center;
}

.swiper-container-person {
    height: 228px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    text-align: center;
}

.p_company_item.trends img {
    height: 250px;
    width: 100%;
    margin-top: 10px;
}

.p_company_item.trends {
    position: relative;
}

.contact_spec_ul {
    margin: 10px -5px;
}

.contact_spec_ul li {
    width: calc(50% - 10px);
    margin: 5px;
    vertical-align: top;
    display: inline-block;
}

.contact_spec_ul .contact_spec_item {
    overflow: hidden;
}

.contact_spec_ul .contact_spec_item .title {
    font-size: 15px;
    color: #fff;
    background: none;
    margin: 60px auto 0;
    text-align: center;
    font-weight: 500;
}

.contact_spec_ul .contact_spec_item .sub_title {
    font-size: 7px;
    color: #fff;
    width: 72px;
    margin: 6px auto;
    opacity: 0.7;
    font-weight: 500;
}

.contact_spec_ul .contact_spec_item .more {
    width: 80px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    border-radius: 12px;
    margin: 0 auto;
    background: #F6AC2C;
    font-weight: 500;
}

.contact_spec_ul li:nth-child(1) .contact_spec_item {
    width: 100%;
    height: 200px;
   
}

.contact_spec_ul li:nth-child(2) .contact_spec_item {
    width: 100%;
    height: 200px;
    
}

.contact_spec_ul li:nth-child(3) .contact_spec_item {
    width: 100%;
    height: 200px;
    
}

.contact_spec_ul li:nth-child(4) .contact_spec_item {
    width: 100%;
    height: 200px;
  
}
.contact_spec_ul li:nth-child(5) .contact_spec_item {
    width: 100%;
    height: 200px;
  
}
.contact_spec_ul li:nth-child(6) .contact_spec_item {
    width: 100%;
    height: 200px;
  
}

.about_us_info {
    height: 160px;
    background: #Ea6121;
    padding: 22px 0 0;
}

.about_us_info .info_left,
.about_us_info .info_right {
    display: inline-block;
    width: 50%;
    height: 100%;
    vertical-align: top;
	font-size: 7px;
    color: #fff;
    padding: 0 25px;
    white-space: nowrap;
    font-family: PingFangSC-Regular;
}

.about_us_info .info_left .tel {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-family: DINAlternate-Bold;
    font-weight: bold;
}

.about_us_info .info_left .tel_exp {
    font-size: 7px;
    line-height: 18px;
    color: #fff;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    margin-bottom: 3px;
}

.about_us_info .info_left .tel_exp2 {
    font-size: 8px;
    line-height: 11px;
    color: #fff;
    text-align: center;
    font-family: PingFangSC-Regular;
    margin-bottom: 10px;
}


.about_us_info .info_left .address_info {
    font-size: 7px;
    color: #fff;
    padding: 0 25px;
    white-space: nowrap;
    font-family: PingFangSC-Regular;
}

.about_us_info .info_right .wx,
.about_us_info .info_right .wb {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    color: #fff;
    font-size: 7px;
    text-align: center;
}

.about_us_info .info_right .wx img,
.about_us_info .info_right .wb img {
    width: 52px;
    height: 52px;
}

.about_us_info .info_right .account_info {
    color: #fff;
    font-size: 7px;
    text-align: center;
}

.p_content .address_map {
    height: 160px;
}

.p_content .address_map img {
    height: 160px;
    width: 100%;
}

.p_wrapper.login {
    width: 100%;
    height: 240px;
    background: url(../images/mobile/login/bj-login.png)no-repeat top 0 center;
    background-size: 180% 100%;
    overflow: hidden;
}

.person_bank_login {
    width: 237px;
    margin: 0 auto;
    background: #fff;
    height: 200px;
    position: absolute;
    top: 133px;
    left: 50%;
    margin-left: -118px;
    padding: 15px 20px;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
}

.login_other_oper {
    height: 323px;
}

.person_bank_login .login_title {
    font-size: 10px;
    display: inline-block;
    width: 50%;
    font-weight: 500;
}

.person_bank_login .other_login {
    font-size: 8px;
    color: #Ea6121;
    display: inline-block;
    width: 46%;
    text-align: right;
    font-weight: 500;
}

.person_login_form {
    margin-top: 14px;
}

.person_login_form input {
    width: 100%;
    height: 24px;
    border-radius: 2px;
    border: 1px solid rgba(230, 230, 230, 1);
    margin: 5px 0;
    font-size: 7px;
    text-indent: 1em;
}

.person_login_form .login_btn {
    width: 100%;
    height: 24px;
    border-radius: 12px;
    line-height: 24px;
    color: #fff;
    background: #F6AC2C;
    font-size: 9px;
    text-align: center;
    margin-top: 30px;
    font-weight: 500;
}

.person_login_form .safe_plugin {
    height: 17px;
    border-radius: 9px;
    color: #fff;
    background: #Ea6121;
    position: absolute;
    font-size: 8px;
    line-height: 17px;
    text-align: center;
    top: 91px;
    left: 115px;
    font-weight: 500;
    padding: 0 10px;
}

.login_sel_items ul li {
    font-size: 9px;
    color: #Ea6121;
    position: relative;
    margin: 0 2px;
    font-weight: 500;
    display: inline-block;
}

.login_sel_items ul li::after {
    display: block;
    content: "";
    width: 1px;
    height: 8px;
    position: absolute;
    border-right: 1px solid;
    right: -4px;
    top: 3px;
}

.login_sel_items ul li:last-child::after {
    display: none;
}

.login_other_oper {
    display: flex;
    margin: 0 52px;
}

.login_other_oper .oper_item {
    flex: 1;
    padding-top: 123px;
    vertical-align: top;
}

.login_other_oper .oper_item ul li {
    display: block;
    font-size: 8px;
    color: #Ea6121;
    padding-left: 7px;
    line-height: 22px;
    font-weight: 500;
}

.login_other_oper .oper_item ul li:first-child {
    color: #404040;
    line-height: 24px;
}

.p_header.header2 {
    background: #fff;
    box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, 0.15);
}

.p_header.header2 .p_header_menu,
.p_header.header2 .p_header_search {
    color: #Ea6121;
}

.p_back {
    font-size: 12px;
    color: #Ea6121;
    padding-left: 8px;
    font-weight: 500;
}

.p_article {
    padding: 0 12px;
}
.p_article .p_det_title {
    font-size: 18px;
    color: #2a2a2a;
    text-align: center;
    font-weight: 500;
}

.p_article .p_det_subtitle {
    color: #666;
    font-size: 10px;
    text-align: center;
    font-weight: 500;
}

.p_article .p_det_publish_date {
    color: #999;
    font-size: 11px;
    text-align: center;
    font-weight: 500;
}

.p_article .p_det_content {
    font-size: 14px;
    margin-top: 11px;
    text-align: justify;
    line-height: 18px;
}

.p_article .p_det_content p {
    text-indent: 2em;
    margin: 0;
    font-family: PingFangSC-Regular;
}


.p_article .p_det_content img {
    height: 223px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;
}

.err_404_page {
    position: absolute;
    top: 36px;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../images/mobile/404/bj-5.png)no-repeat bottom left,
        url(../images/mobile/404/bj-3.png)no-repeat bottom 10% center,
        url(../images/mobile/404/bj-1.png)no-repeat top 45px left 25px,
        url(../images/mobile/404/bj-2.png)no-repeat top 100px right 25px,
        url(../images/mobile/404/bj-4.png)no-repeat top 36px right 35px;
    background-size: 150% auto, 80% auto, 20% auto, 30% auto, 20% auto;
}

.err_404_page .err_info {
    margin-left: 28.8%;
    margin-top: 64px;
    font-weight: 600;
    font-family: PingFangSC-Semibold;
    color: #292929;
    line-height: 23px;
}

.err_404_page .err_info span {
    color: #6BC8FF;
    font-size: 16px;
}

.err_404_page .err_info p {
    font-size: 8px;
    font-family: PingFangSC-Regular;
}

.err_404_page .err_oper_text {
    font-size: 7px;
    color: #999;
    margin-left: 28.8%;
}

.err_404_page .err_oper_text a {
    color: #292929;
    font-family: DINAlternate-Bold;
    font-weight: bold;
}

.err_404_page .err_oper_btn {
    color: #626F7B;
    font-size: 7px;
    margin-left: 28.8%;
    margin-top: 18px;
}

.err_404_page .err_oper_btn p {
    line-height: 17px;
    font-family: PingFangSC-Regular;
}

.p_down_menu_hide {
    position: fixed;
    z-index: 999;
    background: rgba(107, 107, 107, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.p_down_menu_hide .p_down_menu {
    /*width: 100%;*/
    width: 40%;
    height: 497px;
    background: #fff;
    padding: 0 10px;
}
.p_down_menu_hide .p_down_menu_search {
    width: 100%;
    height: 497px;
    background: #fff;
    padding: 0 10px;
}

.p_down_menu_hide .p_down_menu .menu_bar {
    color: #Ea6121;
    line-height: 44px;
    font-size: 12px;
    font-weight: 500;
}

.p_down_menu_hide .p_down_menu .menu_bar span {
    margin: 0 12px;
    font-size: 18px;
}

.p_down_menu_hide .p_down_menu .menu_ul {
    margin: 0 -10px;
    height: 453px;
    overflow-y: auto;
}

.p_down_menu_hide .p_down_menu .menu_ul li {
    font-size: 16px;
    line-height: 44px;
    color: #433B3B;
    display: block;
    text-align: center;
    font-family: PingFangSC-Regular;
}
.p_down_menu_hide .p_down_menu .menu_ul li a{
    color: #433B3B;
}

.p_down_menu_hide .p_down_menu .menu_ul li.active {
    background: rgba(237, 248, 255, 1);
}

.p_down_menu_hide .p_down_menu .menu_ul li:first-child {
    color: #Ea6121;
    font-weight: 500;
}

.p_down_menu_hide .p_menu_search {
    margin: 19px 38px 0;
    border-bottom: 1px solid #6B6B6B;
}

.p_down_menu_hide .p_menu_search input {
    text-indent: 1em;
    font-size: 16px;
    border: none;
}

.p_down_menu_hide .shortcut_search {
    margin: 0 38px;
    line-height: 30px;
    font-size: 12px;
}

.p_down_menu_hide .shortcut_search label {
    color: #B8B8B8;
}
.p_down_menu_hide .shortcut_search span{
    color: #2A2A2A;

}

.p_page .prev {
    width: 35px;
    height: 16px;
    line-height: 16px;
    background: url(../images/mobile/ic-prev.png)no-repeat center#fff;
    background-size: 6px 6px;
    margin: 0 5px;
    vertical-align: middle;
}

.p_page .next {
    width: 35px;
    height: 16px;
    line-height: 16px;
    background: url(../images/mobile/ic-more.png)no-repeat center#fff;
    background-size: 6px 6px;
    margin: 0 5px;
    vertical-align: middle;
}

.p_page .current {
    color: #Ea6121;
}

.p_page {
    line-height: 16px;
    font-size: 12px;
    margin-top: 10px;
}

.p_index_title1 {
    font-size: 26px;
    color: #071722;
    margin: 96px auto 0;
    text-align: center;
}

.p_index_title2 {
    margin-top: 23px;
    text-align: center;
}

.p_index_title2 .t1 {
    font-size: 15px;
    color: #282828;
    margin: 98px auto 0;
    text-align: center;
    font-weight: 500;
}

.p_index_title2 .t2 {
    color: #FF4900;
    font-size: 35px;
    margin: 0 5px;
    font-family: DINAlternate-Bold;
}

.p_index_title2 .t3 {
    font-size: 15px;
    color: #282828;
    font-weight: 300;
    font-family: PingFangSC-Light;
}

.p_company_title {
    font-size: 26px;
    color: #fff;
    margin-top: 104px;
    text-align: center;
    font-weight: 500;
}

.p_person_title {
    font-size: 26px;
    color: #fff;
    margin-top: 104px;
    text-align: center;
    font-weight: 500;
}

.p_puhui_title1 {
    font-size: 26px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    margin-top: 104px;
    text-align: center;
}

.p_puhui_title2 {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 21px;
    text-align: center;
    font-family: PingFangSC-Regular;
}

.p_digital_title1 {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 60px;
    left: 88px;
    width: 200px;
    text-align: center;
}

.p_digital_title2 {
    font-size: 20px;
    color: #2DD4DB;
    position: absolute;
    top: 88px;
    left: 88px;
    width: 200px;
    text-align: right;
}

.p_employ_title {
    font-size: 26px;
    color: #fff;
    margin-top: 74px;
    margin-left: 94px;
    width: 214px;
}

.p_employ_title .p_p1 {
    text-align: left;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.p_employ_title .p_p2 {
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.p_employ_title .p_p3 {
    text-align: right;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
}

.p_about_title {
    font-size: 26px;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
    line-height: 37px;
    margin-top: 79px;
    margin-left: 81px;
    font-family: PingFangSC-Semibold;
}

.p_login_title1 {
    font-size: 25px;
    text-align: center;
    color: #fff;
    line-height: 35px;
    font-family: PingFangSC-Regular;
    margin-top: 55px;
}

.p_login_title2 {
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-family: PingFangSC-Regular;
    line-height: 18px;
}

.p_down_menu_hide .p_down_menu .menu_bar img {
    width: 12px;
    height: 12px;
}

.p_digital_container {
    height: 370px;
    overflow: auto;
}

.p_company_item.trends .trends_container {
    height: 170px;
    overflow: auto;
}


/* 手机网点地图 */
.p_map{
    position: relative;
    height: calc( 100% - 145px);
    /* overflow: hidden; */
}
.phone-searchview {
    position: absolute;
    top: 2%;
    left: 15%;
    width: 70%;
    height: 40px;
    margin: 0 auto;
    z-index: 999999;
}

.search_input {
    float: left;
    width: calc(100% - 80px);
    height: 40px;
    border: 1px solid #eee;
    padding: 5px;
}

.phone-searchview .searchstart {
    float: left;
    width: 40px;
    height: 40px;
    background: url(../images/new_wdcx_search.png) right center no-repeat;
    background-size: contain;
}

.phone-searchview .hiddeninfobut {
    float: left;
    width: 40px;
    height: 40px;
}

.hiddeninfobut_bg1 {
    background: url(../images/phonemap_hidden_sign.jpg) 0 0 no-repeat;
}

.hiddeninfobut_bg2 {
    background: url(../images/phonemap_hidden_sig.jpg) 0 0 no-repeat;
}

.hidden_info {
    display: none;
    height: 60%;
    background: #fff;
    position: absolute;
    top: calc(2% + 40px);
    left: 15%;
    width: calc(70% - 40px);
    z-index: 10;
}

.hidden_info .hidden_info_nav {
    width: 100%;
    height: 30%;
}

.hidden_info .hidden_info_nav li {
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
}

.hidden_info .hidden_info_piece {
    width: 100%;
    height: 70%;
}

.hidden_info .hidden_info_piece .hidden_info_srbank {
    width: 100%;
    height: 150px;
}

.hidden_info .hidden_info_piece .hidden_info_page {
    width: 100%;
    height: 10%;
    padding-left: 30%;
}

.hidden_info .hidden_info_page button {
    background: orange;
}
/* 搜索页 列表项 */
/* 搜索结果页 列表页 */
.p-searchresult {
    padding: 0 15px;
    margin-top: 20px;
}

.p-searchresult p {
    color: rgb(42, 42, 42);
    font-weight: 500px;
    font-size: 20px;
    text-align: center;
}

.p-maincont-top {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    border-bottom: 1px solid #DDDDDD;
    font-weight: 600px;
    margin-bottom: 5px;
}

.p-cont_main_notice_list {
    min-height: 300px;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #DDDDDD;
    font-size: 12px;
}

.p-cont_main_notice_list ul li {
    height: 30px;
    line-height: 30px;
    font-family: PingFangSC-Regular;
}

.p-cont_main_notice_list ul li span:first-child {
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #Ea6121;
    margin-right: 7px;
    margin-top: 12px;
}

.p-cont_main_notice_list ul li a {
    color: #303030;
}
.p-page {
    margin-right: 5px;
    color: #303030;
}
/*calculator 手机端*/
.phone-top-line{
    height: 2px;
    background: #DDDDDD;
    margin-top: 5px;
}
.p-calcbg img{
    width: 100%;
}
.calc-phone-msg-li{
    border: 1px solid #EEEEEE;
    width: 80%;
    margin: 0 auto;
    
}
.phone-msg-top{
    background: #fff;
    text-align: center;
    height: 50px;
    margin-bottom: 15px;
}
.phone-msg-top h2{
    font-size: 20px;
    
}
.phone-calc-padding {
    padding-left: 0;
    padding-right: 0;
    padding-top: 5px;
    width: 90%;
    margin: 0 auto;
    margin-top: -90px;
    position: relative;
    z-index: 2;
    background: #fff;
}

.phone-select_165 {
    width: 100%;
    height: 25px;
    padding-left: 3px;
    font-size: 12px;
    -webkit-appearance: menulist;
    appearance: menulist;
    text-align: center;
    outline: none;
}

.phone-text_158 {
    width: 90%;
    height: 25px;
    padding: 0;
    padding-left: 5px;
    font-size: 12px;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.calc-phone-msg-li input,
.calc-phone-msg-li select {
    -webkit-appearance: normal;
    -moz-appearance:normal;
    appearance: normal;
    border: 1px solid #a9a9a9;
}
.calc-phone-msg-li li {
    width: 100%;
    height: auto;
    border-top: 1px solid #EEEEEE;
    line-height: 30px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.calc-phone-msg-li dt {
    width: 40%;
    float: left;
    line-height: 30px;
    border-right: 1px solid #EEEEEE;
    text-align: right;
    margin: 0px;
    overflow: hidden;
    padding-right: 10px;
}

.calc-phone-msg-li dd {
    width: 30%;
    float: left;
    margin: 0px;
    line-height: 25px;
    overflow: hidden;
    padding-left: 4px;
    padding-top: 2.5px;
}

.calc-phone-msg-li img {
    width: 73px;
    height: 18px;
    border: 1px solid #7f9db9;
    cursor: pointer;
}

.phone-receipt_kao {
    height: auto;
    width: 100%;
    float: left;
}

.phone-receipt_kao a {
    width: 21%;
    height: 24px;
    float: left;
    background: url(../images/vote_11.jpg) no-repeat;
    text-align: center;
    color: #6f6f6f;
    font-size: 12px;
    border: none;
    cursor: pointer;
    line-height: 24px;
}

/* .receipt_1 {
  width: 457px;
  height: 26px;
  float: left;
  padding-left: 3px;
  line-height: 26px;
  color: #2d2d2d;
} */

/* .receipt_logo {
  width: 180px;
  height: 51px;
  padding: 19px 0 0 10px;
  float: left;
}


.phone-basic-middle {
  width: 921px;
  height: auto;
  float: left;
  padding-left: 20px;
  line-height: 20px;
} */

/* .phone-basic-middle table {
  border: 1px solid #CCCCCC;
  border-collapse: collapse;
  line-height: 20px;
  float: left;
}

.receipt td {
  padding: 0 4px;
} */

.phone-receipt_input {
    width: 300px;
    height: auto !important;
    height: 500px;
    min-height: 500px;
    float: left;
    padding-left: 320px;
}

.phone-receipt_input li {
    width: 94px;
    height: 30px;
    float: left;
}

.phone-receipt_input input {
    margin: 3px 13px;
}

/* 贵金属页面 */
.p_company_item.metal{
    background: none;
}
.p_company_item.metal .contact-item  img{
    height: 270px !important;
}
.p_company_item.metal ul li{
    height: 330px !important;
}
.p_company_item.metal .contact_name{
    margin-bottom: 10px !important;
}
.p_company_item.metal .contact_tel {
    margin-top: 10px !important;
}
/* 贵金属详情 */

.p_metalseries ul li{
    width: 100%;
    font-size: 8px;
    height: 15px;
    line-height: 15px;
    padding-left: 10px;
    margin-bottom: 3px;
}
.p_metalseries .p_mentalsubtitle {
    font-size: 14px !important;
    height: 30px;
    line-height: 30px;
    width: 50%;
}
.p_content.p_metalseries .metalDetailsubtitle{
    font-size: 12px;
}
.p_metalseries>div{
    height: 102px;
    width: 100%;
    position: relative;
}
.p_metalseries ul{
    
    width: 50%;
}
.p_metalseries img {
    position: absolute;
    right: 10%;
    top: 10%;
    width: 30%;
}
.p_metalseries .p_det_content{
    line-height: 13px;
    text-indent: 8px;
     width : 50%;
}
@font-face {
    font-family: 'Glyphicons Halflings';

    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}