@charset "utf-8";
/* CSS Document */
html, body{width:750px; margin:0 auto;min-width:inherit; overflow-x:hidden; transform:''}
.fl_pc { float:none; display:block; }
.fr_pc { float:none; display:block; }
.pchide { display:block; }
.mhide { display:none; }
.padhide{display:none}
.mfoot-hide {
    display: none !important;
}

.container {width:auto;}

/* .demo { background-image: linear-gradient(to bottom, #ff246c, #ff921e); font-size:40px; line-height:120px; } */





/* ******************************顶部版号部分************************ */
.trs-main {
    width: 100%;
    height: 40px;
    background-color: #fff;
}
.trs-main .trs {
    width: 690px;
    font-size: 16px;
}
.trs-main .trs .company {
    display: inline-block;
    height: 100%;
    line-height: 40px;
    margin-right: 42px;
}
.trs-main .trs .number {
    display: inline-block;
    height: 100%;
    line-height: 40px;
}

/* ******************************顶部菜单栏************************ */
.nav-main-contaniner {
    width: 100%;
    height: 98px;
    border: 1px solid #e9e9e9;
}
.nav-main {
    width: 680px;
    margin: 0 auto;
}
.nav-main .nav-logo {
    width: 164px;
    height: 40px;
}
.nav-main .m-nav-icon {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.m-nav-container {
    display: none;
    position: absolute;
    top: 40px;
    height: 100%;
    z-index: 33;
    width: 750px;
    background-color: #fff;
}
.m-nav-close {
    width: 100%;
    height: 100px;
    border-bottom: 1px #28303a solid;
}
.m-nav-close-icon {
    width: 40px;
    height: 40px;
    float: right;
    margin: 30px 33px 0 0;
}
.m-nav-content-main {
    display: flex;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.m-nav-content-left {
    background-color: #f3f5f8;
    width: 230px;
}
.m-nav-content-right-container {
    flex: 1;
}
.m-nav-content-product-title {
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    padding-left: 20px;
}
.left-list-main {
    font-size: 28px;
    line-height: 54px;
}
.left-list-title {
    display: block;
    height: 80px;
    line-height: 80px;
    padding: 0 20px;
    color: #495770;
}
.left-list-item-main {
    background-color: #fff;
}
.left-list-item {display: block;letter-spacing: -1px;
    height: 80px;
    line-height: 80px;
    padding: 0 0 0 40px;
}
.left-list-item-active {
    color: #0f51ca;
}
.right-list-title-main {
    height: 80px;
    line-height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
}
.right-list-title-text {
    font-size: 28px;
}
.right-list-title-icon {
    width: 30px;
    height: 30px;
    background: url("./s_m_arrow.png") no-repeat center;
}
.right-list-title-icon-active {
    width: 30px;
    height: 30px;
    background: url("./s_m_arrow_active.png") no-repeat center;
}
.right-list-title-icon-go{background: url("./s_m_arrow_1.png") no-repeat center;}


.right-list-item-main {
    padding-left: 60px;
}
.right-list-item {
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}
.right-list-item.yellow{background:url(product_item_icon_03.png) no-repeat left center;color:#ff6600;display: block;padding-left: 30px;}

/* ******************************底部************************ */
.footer-container {
    width: 100%;
    background-color: #f7f9fb;
    padding: 34px 0 0 0;
}
.us-text {
    display: block;
    text-align: center;
    width: 690px;
    margin: 0 auto;
}
.us-text .text-title-main .title-item {
    width: 100%;
    text-align: center;
    font-size: 22px;
}
.us-text .text-link-main {
    padding: 12px 0 24px 0;
    border-top: none;
    display: flex;
    justify-content: space-between;
}
.us-text .text-link-main .link-class-main:nth-child(1) {
    font-size: 22px;
    width: 300px;
    margin-right: 0;
    text-align: left;
}
.us-text .text-link-main .link-class-main:nth-child(2) {
    font-size: 22px;
    width: 300px;
    margin-right: 0;
    text-align: left;
}
.us-text .text-link-main .link-class-main .link-item {
    line-height: 50px;
    color: #425068;
}
.us-link {
    display: none;
}
/* 底部联系部分 */
.m-us-link {
    width: 690px;
    margin: 0 auto;
}
.m-link-title {
    margin: 28px 0 20px 0;
    font-size: 22px;
    text-align: center;
}
.m-link-icon {
    width: 180px;
    height: 80px;
    margin: 0 auto;
}
.m-icon-wechat {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: url("./s_wechat.png") no-repeat center;
    background-size: contain;
}
.m-icon-wechat-active {
    background: url("./s_wechat_active.png") no-repeat center;
}
.m-icon-wechat-img {
    opacity: 0;
    position: absolute;
    left: -80px;
    transition: all .5s ease-in-out;
}
.m-icon-wb {
    position: relative;
    float: right;
    width: 80px;
    height: 80px;
    background: url("./s_wb.png") no-repeat center;
    background-size: contain;
}
.m-icon-wb-active {
    background: url("./s_wb_active.png") no-repeat center;
}
.m-icon-wb-img {
    opacity: 0;
    position: absolute;
    right: -80px;
    transition: all .5s ease-in-out;
}
.m-wechat-active {
    opacity: 1;
    transition: all .5s ease-in-out;
}
.m-us-link .m-phone-main {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #fff;
    margin-top: 28px;
}
.m-phone-main .phone-icon {
    width: 48px;
    height: 48px;
    background: url("./s_m_phone.png") no-repeat center;
    background-size: contain;
    margin-right: 15px;
}
.m-phone-main .phone-text {
    font-size: 24px;
}
.m-phone-main .phone-number {
    font-size: 24px;
    color: #b8301f;
    font-weight: 700;
}
.footer-copyright-main {
    height: 94px;
    box-sizing: border-box;
    padding: 20px 0 0 0;
    font-size: 20px;
    background: #fff;
}
.footer-copyright-main {
    color: #425068;
    margin-top: 14px;
    display: flex;
    justify-content: center;
}
.copyright-item-end {
    margin-top: 0;
    margin-left: 10px;
}

.aside-container {
    top: 490px;
    width: 70px;
    height: 292px;
}
.aside-consult-main {
    width: 70px;
    height: 200px;
    border-radius: 35px;
    border: #fff 2px solid;
    box-sizing: border-box;
}
.consult-icon {
    width: 54px;
    height: 54px;
    padding-top: 9px;
}
.consult-text {
    width: 25px;
    height: 100px;
    font-size: 20px;
    line-height: 26px;
}
.aside-consult-hide{
    left: auto;
    right: 85px;
    font-size: 24px;
    width: 316px;
    height: 100px;
    padding: 8px 0 0 22px;
    line-height: 1.6;
}

.aside-phone-main {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #e9edf1 url("./s_aside2_active.png") no-repeat center;
}

.aside-phone-hide {
    left: auto;
    right: 85px;
    width: 425px;
    height: 295px;
    padding: 30px 0 0 22px;
}
.aside-phone-hide-item .item-icon {
    width: 40px;
    height: 40px;
}
.aside-phone-hide-item .item-content {
    margin-left: 20px;
    line-height: 1.6;
    font-size: 24px;
}

.x_wdjqr_icon{
    width: 72px;
    height: 72px;
    background-size:72px;
    background:url(./x_wd516_4.png) no-repeat center;
}
.x_wdjqr_icon_h{
    display:block;
    position: absolute;
    top: 0px;
    right: 0px;
    opacity: 100;
    width: 72px;
    height: 72px;
}
.x_wdjqr_box{
    position: absolute;
    left: 0px;
    right: auto;
    bottom: 0px;
    top:0px;
    width: 100%;
    height: 100%;
}
.x_wdjqr_close{background-size:30px; width:30px; height:30px; position:absolute; right:4px; top:4px; cursor: pointer;}
.mobile_wdjqr{display:block; width:72px; height:72px}


/* ******************************虚拟人弹出层************************ */
body {
    position: static;
}
.virtual-main {
    max-width: 750px;
}



.page {font-size: 26px;text-align:center;margin: 60px 0;}
.page a{height:50px; padding:0 15px; font-size:26px; display:inline-block; margin:0 8px; color:#333; border:1px solid #d2d2d2; line-height:50px;}



/*特殊分辨率处理*/
@media screen and (max-width:600px)
{


}

@media screen and (max-width:400px)
{


}

@media screen and (max-width:360px)
{


}
