@charset "UTF-8";

/**
 * Created by Regina on 18-04-23.
 */

.g-contain,
.g-mainct {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.g-contain {
    overflow: hidden;
}

.f-bg-color {
    background: #fff;
}


/************************** topBar **************************/

.g-topBar {
    width: 100%;
    height: 32px;
    line-height: 32px;
    border-bottom: 1px solid #dbdbdb;
    background: #fafafa;
}

.u-topBar-item {
    display: inline-block;
    color: #777;
    font-size: 12px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

a.u-topBar-item:hover {
    color: #333;
}

.icon-wujiaoxing {
    color: #e70012;
}

.iconfont.nav-icon {
    font-size: 16px;
}


/************************** header **************************/

.g-header {
    width: 100%;
    height: 120px;
    background: #fff;
}


/* logo */

.u-header-logo {
    display: inline-block;
    margin: 32px 0 0;
    width: 220px;
    height: 56px;
    line-height: 56px;
    background: url("../images/common/logo.png") center no-repeat;
    overflow: hidden;
}

.u-header-logo>h1 {
    font-size: 50px;
    text-indent: -999em;
}


/* 地市选择 */

.m-location {
    margin: 30px 32px 0 25px;
    width: 82px;
    font-size: 12px;
}

.m-location-item {
    margin-top: 4px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e6e2df;
    position: relative;
}

.u-location-ele {
    display: block;
    padding: 0 6px;
    color: #787878;
}

.u-location-ele>.iconfont {
    display: inline-block;
    color: #e7e2df;
}

.u-location-ele>.value {
    display: inline-block;
    margin: 0 2px 0 6px;
    width: 48px;
    height: 28px;
    overflow: hidden;
}

.m-location-select {
    display: none;
    padding: 0 15px 10px 0;
    border: 1px solid #e6e2df;
    position: absolute;
    left: -1px;
    top: 28px;
    background: #fff;
    z-index: 5;
}

.m-losel-bar {
    margin-top: 10px;
    padding: 0 18px 0 15px;
    height: 1.4em;
    line-height: 1.4em;
    white-space: nowrap;
    overflow: hidden;
}

.m-losel-list {
    display: inline-block;
}

.m-losel-bar>span,
.m-losel-list>a {
    display: inline-block;
}

.m-losel-bar>span,
.m-losel-list>a:hover,
.m-losel-list>a.active {
    color: #e70012;
}

.m-losel-bar>span {
    float: left;
    font-weight: bold;
}

.m-losel-list>a {
    margin-left: 10px;
    color: #787878;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-location-select.city .m-losel-list {
    margin: 10px 0 0 5px;
    width: 200px;
}


/* 搜索 */

.m-search {
    width: 549px;
    margin: 15px 0 0;
}

.m-search-type {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
}

.m-search-type>a {
    display: inline-block;
    float: left;
    margin-right: 1px;
    padding: 0 5px;
    width: 70px;
    text-align: center;
    font-size: 12px;
    color: #787878;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-search-type>a:hover,
.m-search-type>a.active {
    background: #e70012;
    color: #fff;
}

.m-search-box {
    width: 545px;
    height: 32px;
    line-height: 32px;
    border: 2px solid #e70012;
    position: relative;
}

.m-search-box>.icon-search {
    display: inline-block;
    margin: 0 8px;
    font-size: 16px;
    color: #e7e2df;
}

.u-search-btn {
    width: 90px;
    height: 36px;
    line-height: 36px;
    background: #e70012;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: absolute;
    right: -2px;
    top: -2px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-search-btn:hover {
    background: #c80010;
}

.m-search-box>input {
    width: 417px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    border: 0 none;
    background: none;
}

.m-search-hotkey {
    margin: 5px 8px;
}

.m-search-hotkey>a {
    display: inline-block;
    margin-left: 28px;
    line-height: 22px;
    font-size: 12px;
    color: #9b9b9b;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-search-hotkey>a.active,
.m-search-hotkey>a:hover {
    color: #e70012;
}

.m-search-hotkey>a:first-child {
    margin-left: 0;
}


/* 网站描述 */

.m-net-keyword {
    display: inline-block;
    font: bold 24px/120px "SimHei";
}


/* 右侧图标 */

.u-topBar-ritem-01 {
    padding-left: 37px;
}

.u-topBar-ritem-02 {
    padding-left: 23px;
}

.u-topBar-item-icon {
    display: inline-block;
    height: 32px;
    background: url("../images/common/head-icon.png") 0 0 no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.u-topBar-ritem-01>.u-topBar-item-icon {
    width: 32px;
    background-position: 0 center;
}

.u-topBar-ritem-02>.u-topBar-item-icon {
    width: 18px;
    background-position: -38px center;
}


/************************** banner **************************/

.g-banner {
    width: 100%;
    height: 450px;
    background: #e5e5e5;
    position: relative;
    overflow: hidden;
}

.m-banner-item {
    display: block;
    color: #fff;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    line-height: 450px;
    color: #666;
    font-size: 40px;
    text-align: center;
}


/* 按钮 */

.m-banner-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.m-banner-pagination>span {
    display: inline-block;
    margin: 0 6px;
    width: 32px;
    height: 6px;
    background: #474b55;
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
    cursor: pointer;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-banner-pagination>span:hover {
    background: #fff;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
}

.m-banner-pagination>span.swiper-active-switch,
.m-banner-pagination .swiper-pagination-bullet>span.swiper-active-switch:hover {
    background: #fff;
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}


/************************** 导航 **************************/

.g-navigate {
    height: 45px;
    line-height: 45px;
    background: #e70012;
}

.g-navigate a {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2;
}


/* 全部产品及服务 */

.m-nav-laymain {
    margin-right: 22px;
    width: 173px;
    position: relative;
}

.u-navlay-item {
    display: block;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}


/* .u-navlay-item.active { background: #c80010; } */

.m-nav-layfirst-bg {
    width: 10000px;
    height: 45px;
    background: #c80010;
    position: absolute;
    top: 0;
    right: 0;
}

.u-navlay-item:hover {
    color: #eee;
}

.u-navlay-item>.iconfont {
    font-weight: bold;
    font-size: 20px;
}

.m-nav-laybox {
    width: 100%;
    background: #e70012;
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 6;
}

.m-nav-laybox>a {
    display: block;
    margin: 0 10px;
    height: 59px;
    line-height: 59px;
    border-top: 1px solid #fd0023;
    position: relative;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-nav-laybox>a:hover {
    color: #eee;
}

.m-nav-laybox>a:first-child {
    border: 0 none;
}

.m-nav-laybox>a .right-arrow {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.m-nav-laybox>a.u-navlay-btn {
    margin: 0;
    font-size: 14px;
    background: #c80010;
    border: 0 none;
}

.u-nav-item {
    display: inline-block;
    float: left;
    margin-left: 8px;
    width: 86px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-nav-item.active,
.u-nav-item:hover {
    background: #c80010;
}


/************************** 格子导航 **************************/

.g-onav-bar {}

.m-onav-list {
    margin: 53px 0 78px -25px;
}

.m-onav-list>li {
    display: block;
    float: left;
    margin: 25px 0 0 25px;
    width: 218px;
    height: 256px;
    border: 1px solid #e6e6e6;
    position: relative;
    overflow: hidden;
}

.u-onav-item {
    display: block;
    height: 256px;
    text-align: center;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-onav-item:hover {
    background: #f5f5f5;
}

.u-onav-item>.iconfont {
    height: 140px;
    line-height: 140px;
    font-size: 84px;
}

.u-onav-item>h5 {
    font-weight: normal;
    line-height: 1em;
    font-size: 18px;
    color: #34495e;
}

.u-onav-item>p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #bdc2c6;
}

.f-color-01 {
    color: #e70012;
}

.f-color-02 {
    color: #2dcc70;
}

.f-color-03 {
    color: #9b58b5;
}

.f-color-04 {
    color: #e77e23;
}

.f-color-05 {
    color: #0fb2ff;
}

.f-color-06 {
    color: #3598db;
}

.f-color-07 {
    color: #f1c40f;
}

.f-color-08 {
    color: #95a5a5;
}

.f-color-09 {
    color: #e84c3d;
}


/************************** 网站介绍 **************************/

.g-net-infor {
    padding-bottom: 78px;
    height: 598px;
    position: relative;
    overflow: hidden;
}

.m-netinfor-bg1,
.m-netinfor-bg2 {
    width: 40%;
    height: 519px;
    position: absolute;
}

.m-netinfor-bg1 {
    background: #bfbfbf;
    left: 0;
    top: 0;
}

.m-netinfor-bg2 {
    background: #e70012;
    right: 0;
    top: 79px;
}

.g-net-infor>.g-contain {
    height: 598px;
    background: url("../images/common/net-bg.png") center top no-repeat;
}

.m-netinfor-box {
    margin-top: 79px;
    padding-top: 78px;
    width: 473px;
}

.m-netinfor-box>.u-line {
    display: block;
    width: 82px;
    height: 4px;
    background: #fff;
}

.m-netinfor-box>h2,
.m-netinfor-box>h3 {
    line-height: 1em;
    font-weight: normal;
    color: #fff;
}

.m-netinfor-box>h2 {
    margin: 35px 0 15px;
    font-size: 20px;
}

.m-netinfor-box>h3 {
    margin-bottom: 42px;
    font-size: 18px;
}

.m-netinfor-box>p {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-align: justify;
    text-justify: inter-ideograph;
}


/************************** 专属私人顾问贴心一对一服务 **************************/

.g-oneToOne {
    height: 794px;
    background: #f1f1f3;
    position: relative;
    overflow: hidden;
}

.m-oneToOne-list {
    margin-left: -90px;
}

.m-oneToOne-list>li,
.m-consultant-list>li,
.m-layout-consultant,
.m-layout-question {
    width: 240px;
    height: 323px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 5px 5px 0 rgba(212, 212, 212, .45);
    background: #fff;
    position: relative;
}

.m-oneToOne-list>li,
.m-consultant-list>li {
    padding: 50px 49px 0;
    float: left;
}

.m-oneToOne-list>li {
    margin: 150px 0 0 90px;
}

.u-consultant-header {
    display: block;
    margin: auto;
    width: 120px;
    height: 120px;
    background: #e6e6e6;
    border-radius: 50%;
    overflow: hidden;
}

.u-oneToOne-header {
    position: absolute;
    left: 0;
    right: 0;
    top: -70px;
    overflow: hidden;
}

.u-consultant-header>img {
    display: block;
    width: 100%;
    height: 100%;
}

.u-consultant-name {
    margin-top: 10px;
    line-height: 32px;
    font-size: 18px;
    color: #34495e;
    font-weight: normal;
    text-align: center;
}

.u-consultant-name>span {
    display: inline-block;
    position: relative;
}

.u-consultant-name .jinpai-icon {
    width: 15px;
    height: 20px;
    background: url("../images/common/jinpai-icon.png") center no-repeat;
    position: absolute;
    right: -27px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.u-consultant-text {
    line-height: 24px;
    font-size: 16px;
    color: #bec3c7;
}

.u-consultant-intro {
    line-height: 22px;
    height: 66px;
    font-size: 14px;
    color: #bec3c7;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.u-oneToOne-person-intro {
    margin: 22px 0 38px;
}

.u-consultant-tel {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 40px;
    color: #e70012;
    font-family: "Arial";
}

.m-consultant-form {
    width: 238px;
    height: 33px;
    line-height: 33px;
    border-radius: 8px;
    border: 1px solid #e6e6e6;
    position: relative;
}

.m-consultant-form>input {
    padding: 0 12px;
    width: 170px;
    height: 33px;
    line-height: 33px;
    border: 0 none;
    background: none;
    font-size: 14px;
}

.m-consultant-form>a {
    display: block;
    width: 45px;
    height: 35px;
    border-radius: 0 8px 8px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #e70012;
    position: absolute;
    right: -1px;
    top: -1px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-consultant-form>a:hover {
    background: #c80010;
}


/************************** 服务平台 **************************/

.g-serve {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.u-serve-tit {
    margin-top: 58px;
    font-size: 36px;
    line-height: 1em;
    color: #34495e;
    text-align: center;
    font-weight: normal;
}

.u-serve-tit-02 {
    margin-top: 25px;
    line-height: 1em;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #bec3c7;
}


/* tab头 */

.m-serve-bar {
    margin: 36px auto 0;
    width: 1200px;
    min-width: 1200px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-bottom: 2px solid #bec3c7;
    position: relative;
    overflow: hidden;
}

.u-serve-bar-item {
    display: inline-block;
    margin: 0 39px;
    width: 4em;
    position: relative;
    color: #bec3c7;
    font-size: 18px;
}

.u-serve-bar-item>.line {
    display: block;
    height: 5px;
    background: #e70012;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

.u-serve-bar-item.active,
.u-serve-bar-item:hover {
    color: #34495e;
}

.u-serve-bar-item.active>.line,
.u-serve-bar-item:hover>.line {
    left: 0;
    right: 0;
}


/* tab主体 */

.m-serve-contain {
    margin: 45px 0 0;
    padding-bottom: 60px;
    background: #fff;
}

.m-serve-tabmain {
    position: relative;
    overflow: hidden;
}

.m-serve-mainbox {
    padding: 25px 0;
    height: 510px;
    background: #e84c3d;
}

.m-serve-tabmin-inner {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.m-serve-textbar {
    width: 40%;
    height: 180px;
    background: #d62c22;
    position: absolute;
    top: 58px;
    left: 0;
}

.m-serve-typelist {
    width: 872px;
    height: 508px;
    border: 1px solid #e6e6e6;
    border-left: 0 none;
    background: #fff;
}

.m-serve-typelist>li {
    display: block;
    float: left;
    width: 289px;
    height: 508px;
    border-left: 1px solid #e6e6e6;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.u-serve-type-tit {
    margin-top: 42px;
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
    color: #34495e;
}

.u-serve-type-text {
    color: #bdc2c6;
    font-size: 14px;
    line-height: 22px;
}

.m-serve-type-intro {
    width: 100%;
    position: absolute;
    top: 176px;
    left: 0;
}

.u-serve-type-icon {
    display: block;
    margin-bottom: 16px;
    color: #bdc2c6;
    font-size: 74px;
}

.u-serveNet-btn {
    display: block;
    margin: auto;
    width: 143px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #34495e;
    font-size: 14px;
    color: #34495e;
    text-align: center;
    position: relative;
}

.u-serve-type-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.u-serveNet-btn::after {
    content: "";
    height: 100%;
    background: #34495e;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

.u-serveNet-btn:hover::after {
    left: 0;
    right: 0;
}

.u-serveNet-btn>em {
    display: block;
    position: relative;
    z-index: 2;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-serveNet-btn:hover>em {
    color: #fff;
}

.m-serve-leftintro {
    margin-top: 58px;
    width: 327px;
    position: relative;
    overflow: hidden;
}

.u-serve-leftintro-text {
    line-height: 36px;
    font-size: 24px;
}

.u-serve-leftintro-text-01 {
    color: #e84c3d;
    font-family: "Arial";
}

.u-serve-leftintro-text-02 {
    margin-top: 22px;
    color: #fff;
}

.m-serve-leftintro-bottext {
    margin-top: 103px;
    padding-top: 30px;
    border-top: 2px dashed #fff;
}

.m-serve-leftintro-bottext>p {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1em;
    color: #fff;
}

.u-serveNet-btn-loan {
    display: block;
    margin: auto;
    width: 143px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #34495e;
    font-size: 14px;
    color: #34495e;
    text-align: center;
    position: relative;
}

.u-serve-type-btn-loan {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.u-serveNet-btn-loan::after {
    content: "";
    height: 100%;
    background: #34495e;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

.u-serveNet-btn-loan:hover::after {
    left: 0;
    right: 0;
}

.u-serveNet-btn-loan>em {
    display: block;
    position: relative;
    z-index: 2;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-serveNet-btn-loan:hover>em {
    color: #fff;
}


/************************** 百旺金赋平台数据 **************************/

.g-net-data {
    margin-top: 58px;
    height: 404px;
    background: #f4f5f7;
}

.u-data-tit {
    line-height: 155px;
    font-weight: normal;
    font-size: 36px;
    color: #34495e;
    text-align: center;
}

.m-data-list {
    margin: 55px 0 0 -25px;
}

.m-data-list>li {
    width: 240px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.u-data-icon {
    display: inline-block;
    height: 75px;
    background: url("../images/common/data-icon.png") 0 0 no-repeat;
}

.u-data-icon-01 {
    width: 75px;
    background-position: 0 0;
}

.u-data-icon-02 {
    width: 85px;
    background-position: -83px 0;
}

.u-data-icon-03 {
    width: 73px;
    background-position: -176px 0;
}

.u-data-icon-04 {
    width: 75px;
    background-position: -257px 0;
}

.u-data-icon-05 {
    width: 77px;
    background-position: -346px 0;
}

.u-data-text {
    font-size: 16px;
    color: #bec3c7;
    line-height: 46px;
}

.u-data-text>em {
    font-size: 32px;
    color: #e70012;
}


/************************** footer **************************/

.g-footer {
    width: 100%;
    background: url("../images/common/footer-bg.jpg") right center no-repeat #e13443;
    color: #fff;
}

.g-footer>.g-contain {
    width: 100%;
}

.m-footer-nav,
.m-footer-other {
    position: relative;
    overflow: hidden;
}

.m-footer-other {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}


/* 底部导航 */

.m-footer-nav {
    margin: 49px auto 52px;
    width: 1140px;
    overflow: hidden;
}

.u-footer-nav-item {
    display: block;
    float: left;
    margin: 0 10px;
    width: 168px;
    height: 70px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-footer-nav-item:hover {
    background: rgba(255, 255, 255, .05);
}

.u-footer-nav-item>em,
.u-footer-nav-item>i {
    display: block;
    font-size: 16px;
    line-height: 1em;
}

.u-footer-nav-item>em {
    margin: 15px 0 10px;
}

.u-footer-nav-item>i {
    font-family: "Arial";
}


/* 版权 */

.u-copyright {
    margin-top: 42px;
    line-height: 54px;
    text-align: center;
    font-size: 14px;
    background: rgba(234, 0, 0, .5);
}


/* 二维码 */

.m-footer-other {
    overflow: hidden;
}

.m-net-code {
    margin: 0 0 0 -34px;
}

.m-net-code>li {
    display: block;
    margin-left: 74px;
    float: left;
    width: 164px;
    /* height: 194px; */
    height: auto;
    background: #fff;
    position: relative;
    font-size: 18px;
    color: #e70012;
    text-align: center;
    line-height: 1em;
}

.m-net-code>li>a {
    display: block;
}

.m-net-code>li>a>img {
    width: 160px;
    height: 160px;
}


/* 地址组 */

.m-address-list {
    margin: 42px 0 0 148px;
    width: 572px;
}

.m-address-list>li {
    float: left;
    margin: 0 0 10px 58px;
    width: 228px;
    color: #fff;
}

.u-address-site,
.u-address-telnum {
    font-size: 16px;
    line-height: 1em;
    font-weight: normal;
}

.u-address-telnum,
.u-address-text {
    padding-left: 26px;
    position: relative;
}

.u-address-telnum {
    margin: 20px 0 16px;
}

.u-address-telnum a {
    color: #fff;
}

.u-address-text {
    font-size: 14px;
    line-height: 22px;
}

.u-address-telnum>.iconfont,
.u-address-text>.iconfont {
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 0;
}


/****************************** 服务楼层 ******************************/

.g-mainFloor {
    padding: 30px 0 80px;
}

.g-floor {
    margin-top: 40px;
    background: #fff;
}

.m-floor-tit {
    margin: 0 auto;
    padding-top: 10px;
    width: 1200px;
    min-width: 1200px;
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #bec3c7;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    overflow: hidden;
}

.m-floor-tit>.tit {
    display: inline-block;
    margin-left: 5px;
    height: 54px;
    line-height: 54px;
}

.m-floor-tit>.tit>.iconfont {
    font-size: 26px;
    margin-right: 14px;
}

.u-floor-tit-more {
    display: inline-block;
    font-size: 14px;
    color: #bdc2c6;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-floor-tit-more:hover {
    color: #e70012;
}

.u-floor-tit-more>.iconfont {
    font-weight: bold;
}

.m-serve-floor {
    margin: 28px 0;
    height: 560px;
    background: center no-repeat;
    background-size: cover;
    position: relative;
    position: relative;
    overflow: hidden;
}

.m-serve-floor-01 {
    background-image: url("../images/common/serve-floor-01.jpg");
}

.m-serve-floor-02 {
    background-image: url("../images/common/serve-floor-02.jpg");
}

.m-serve-floor-03 {
    background-image: url("../images/common/serve-floor-03.jpg");
}

.m-serve-floor-04 {
    background-image: url("../images/common/serve-floor-04.jpg");
}

.m-serve-floor-05 {
    background-image: url("../images/common/serve-floor-05.jpg");
}

.m-serve-floor-06 {
    background-image: url("../images/common/serve-floor-06.jpg");
}

.m-serve-floor-07 {
    background-image: url("../images/common/serve-floor-07.jpg");
}

.m-serve-floor-08 {
    background-image: url("../images/common/serve-floor-08.jpg");
}

.m-serve-floor-09 {
    background-image: url("../images/common/serve-floor-09.jpg");
}

.m-serve-floor-inner {
    margin: 25px auto;
    width: 1200px;
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.m-squareNav {
    width: 873px;
    height: 509px;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    background: #fff;
}

.m-squareNav>li {
    float: left;
    width: 290px;
    height: 254px;
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.m-squareNav-d>li {
    width: 217px;
}

.m-serve-floor-titbg {
    width: 40%;
    height: 180px;
    position: absolute;
    left: 0;
    top: 58px;
    background: rgba(232, 76, 61, .5);
}

.m-sf-tit-group {
    position: absolute;
    top: 48px;
    left: 0;
}

.m-sf-tit-group>h3,
.m-sf-tit-group>h4 {
    font-weight: normal;
    color: #fff;
    line-height: 1em;
}

.m-sf-tit-group>h3 {
    font-size: 36px;
}

.m-sf-tit-group>h4 {
    margin-top: 14px;
    font-size: 30px;
    font-family: "Arial";
}

.m-squareNav-item {
    display: block;
    width: 100%;
    height: 100%;
    color: #bdc2c6;
    font-size: 14px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-squareNav-item:hover {
    background: #eee;
}

.u-squareNav-icon {
    display: block;
    margin: 42px auto 16px;
    line-height: 1em;
    font-size: 86px;
}

.m-squareNav-item>h5 {
    line-height: 46px;
    font-size: 16px;
    font-weight: normal;
    color: #34495e;
}

.m-squareNav-item>p {
    line-height: 26px;
}


/****************************** 面包屑 ******************************/

.m-breadcrumb {
    padding: 26px 0 12px;
    height: 44px;
    line-height: 44px;
    color: #34495e;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.m-breadcrumb>a {
    color: #34495e;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-breadcrumb>a:hover {
    text-decoration: underline;
}


/****************************** 详情 ******************************/

.f-mar-bot-footer {
    margin-bottom: 80px;
}

.g-leftNav,
.g-rightMain {
    float: left;
    position: relative;
}

.g-leftNav {
    width: 18%;
    background: #fff;
}

.g-rightMain {
    margin-left: 30px;
    width: 78%;
}

.m-modbox {
    padding: 0 17px 32px;
    background: #fff;
    position: relative;
}

.m-modbox.f-pad-bot-01 {
    padding-bottom: 60px;
}


/* 左侧导航 */

.u-leftNav-tit {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    background: #c80010;
}

.m-leftNav-list>li {
    margin-left: 0px;
    width: 220px;
}

.u-leftNav-item {
    display: block;
    height: 49px;
    line-height: 49px;
    border-top: 1px solid #efefef;
    font-size: 16px;
    color: #34495e;
}

.m-leftNav-list>li:first-child .u-leftNav-item {
    border-top: 0 none;
}

.u-leftNav-item .nav-icon {
    float: left;
    margin: 0 10px;
    font-size: 26px;
    color: #e70012;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-leftNav-item:hover .nav-icon {
    color: #c80010;
}

.u-leftNav-item .val {
    display: inline-block;
    float: left;
}

.u-leftNav-navarrow {
    display: inline-block;
    margin-right: 16px;
    float: right;
    font-size: 14px;
    color: #cbcbcb;
}

.icon-arrow-down {
    display: none;
}

.icon-arrow-right {
    display: inline-block;
}

.m-leftNav-list>li.active .icon-arrow-down {
    display: inline-block;
}

.m-leftNav-list>li.active .icon-arrow-right {
    display: none;
}

.m-leftNav-nextSel {
    display: none;
    padding: 11px 0 11px 46px;
    border-top: 1px solid #cbcbcb;
}

.m-leftNav-nextSel>a {
    display: block;
    line-height: 24px;
    font-size: 14px;
    color: #bdc2c6;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-leftNav-nextSel>a:hover,
.m-leftNav-nextSel>a.active {
    color: #e70012;
}


/* 右侧 */

.u-modin-tit,
.m-modmain-in {
    padding: 0 22px;
}

.u-modin-tit {
    padding-top: 6px;
    height: 46px;
    line-height: 46px;
    font-weight: normal;
    color: #34495e;
    font-size: 18px;
    border-bottom: 1px solid #cbcbcb;
}

.u-modin-tit>.tit {
    display: inline-block;
    padding-left: 16px;
    position: relative;
}

.u-modin-tit>.tit>.tag {
    width: 5px;
    height: 22px;
    background: #e70012;
    position: absolute;
    left: 0;
    top: 12px;
}

.u-modtit-sm {
    padding-top: 14px;
    line-height: 32px;
    font-weight: normal;
    font-size: 16px;
    color: #34495e;
}

.u-modtext-nor {
    line-height: 22px;
    font-size: 14px;
    color: #3d4245;
    text-align: justify;
    text-justify: inter-ideograph;
}

.u-adv-img {
    display: block;
    margin: 20px 0 24px;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.u-adv-img.f-mar-0 {
    margin: 0;
}

.u-adv-img>img {
    width: 100%;
    height: auto;
}

.m-modfg-line {
    margin: 28px 0 14px;
    height: 1px;
    width: 100%;
    border-bottom: 1px dashed #e5e5e5;
}

.f-marleft-01 {
    margin-left: 24px;
}

.f-mar-01 {
    margin: 27px 0;
}

.u-modin-more {
    font-size: 14px;
    color: #bdc2c6;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-modin-more:hover {
    color: #e70012;
}

.m-recommend-consultant {
    margin: 40px 22px;
    padding: 42px 0;
    height: 176px;
    box-shadow: 0 0 5px 5px rgba(212, 212, 212, .45);
    position: relative;
    overflow: hidden;
}

.m-consultant-part {
    float: left;
}

.m-consultant-part-01 {
    padding: 0 34px;
    width: 120px;
}

.m-consultant-part-02 {
    margin: 0 80px 0 24px;
    width: 365px;
}

.m-consultant-part .u-consultant-intro {
    margin-bottom: 17px;
}

.m-consultant-part .u-serveNet-btn {
    margin-bottom: 22px;
}

.m-consultant-list {
    margin: 0 auto;
    width: 812px;
}

.m-consultant-list>li {
    margin: 110px 33px 0;
}

.m-process-box {
    margin: 0 auto;
    height: 180px;
    background: #fdfdfd;
    position: relative;
    overflow: hidden;
}

.m-process-list {
    margin: 22px auto;
    width: 640px;
}

.m-process-list>li {
    width: 160px;
    float: left;
    position: relative;
}

.u-process-ele {
    display: block;
    margin-left: 26px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #f37c4b;
    color: #f37c4b;
    text-align: center;
}

.u-process-ele>.iconfont {
    display: block;
    margin-top: 10px;
    font-size: 30px;
}

.u-process-ele>em {
    display: block;
    font-size: 10px;
}

.u-process-txt {
    display: block;
    margin-top: 10px;
    padding-left: 26px;
    width: 100px;
    position: relative;
}

.u-process-txt>.num {
    font: 40px/1em "Arial";
    color: #f37c4b;
    position: absolute;
    left: 0;
    top: -8px;
}

.u-process-txt>.val {
    display: block;
    height: 42px;
    line-height: 14px;
    font-size: 10px;
    color: #3d4245;
    text-align: justify;
    text-justify: inter-ideograph;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.u-process-icon {
    display: inline-block;
    width: 1em;
    font-size: 40px;
    line-height: 1em;
    position: absolute;
    top: 10px;
    left: 129px;
    color: #f37c4b;
}


/* 回到顶部 */

.m-backTop {
    display: block;
    width: 168px;
    height: 177px;
    background: url("../images/common/back-top.png") center no-repeat;
    position: fixed;
    right: -58px;
    bottom: 0;
    z-index: 10;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-backTop:hover {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}

.m-backTop>em {
    display: inline-block;
    height: 1em;
    line-height: 1em;
    font-size: 14px;
    color: #34495e;
    position: absolute;
    left: 43px;
    top: 112px;
}


/**************************** 提问题 ****************************/

.g-layout-bar {
    margin: auto;
    width: 950px;
    box-shadow: 0 0 65px 3px rgba(119, 119, 119, .3);
    position: relative;
}

.m-laySearch-bar {
    margin: 40px 0 35px;
    height: 135px;
    background: #fff;
}

.m-laySearch-header {
    height: 49px;
    line-height: 49px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e70012;
}

.u-laySearch-data {
    display: inline-block;
    margin: 0 28px;
}

.u-laySearch-data>em {
    font-family: "Arial";
    font-size: 24px;
    color: #fff9b7;
}

.m-laySearch-main {
    margin: 24px auto;
    width: 698px;
}

.m-laySearch-form {
    width: 557px;
    height: 37px;
    line-height: 37px;
    border: 1.5px solid #e70012;
    position: relative;
}

.u-laySearch-btn {
    display: block;
    width: 87px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    border: 1.5px solid #e70012;
    color: #e70012;
}

.m-laySearch-form .u-laySearch-btn {
    background: #e70012;
    color: #fff;
    position: absolute;
    top: -1.5px;
    right: -1.5px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-laySearch-form .u-laySearch-btn:hover,
.u-laySearch-btn:hover {
    border-color: #c80010;
    background: #c80010;
    color: #fff;
}

.m-laySearch-form>input {
    padding: 0 16px;
    width: 432px;
    height: 37px;
    line-height: 37px;
    border: 0 none;
    background: none;
}

.m-laySearch-main>.text {
    display: inline-block;
    width: 48px;
    line-height: 37px;
    text-align: center;
    font-size: 14px;
    color: #34495e;
}

.u-question-tit {
    height: 74px;
    line-height: 74px;
    font-weight: normal;
    color: #34495e;
    font-size: 18px;
}

.u-question-tit>.iconfont {
    margin-right: 12px;
    font-size: 34px;
    color: #e70012;
}

.u-question-textarea {
    padding: 14px 26px;
    width: 844px;
    height: 132px;
    overflow: auto;
    border: 0 none;
    resize: none;
    background: #f5f6fa;
    font-size: 14px;
    line-height: 22px;
}

.m-ask-formg {
    margin-top: 30px;
}

.m-ask-formg .m-consultant-form {
    margin-right: 42px;
}

.m-ask-formg .m-consultant-form,
.m-ask-formg .m-consultant-form>a {
    border-radius: 0;
}

.u-ask-btn {
    display: block;
    width: 123px;
    height: 35px;
    line-height: 35px;
    background: #e70012;
    text-align: center;
    color: #fff;
    font-size: 14px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-ask-btn:hover {
    background: #c80010;
}

.m-modct-boxs-01 {
    width: 630px;
}

.m-modbox.f-mar-top {
    margin-top: 36px;
}

.u-question-item {
    display: block;
    font-size: 14px;
    line-height: 22px;
    color: #3d4245;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

a.u-question-item:hover {
    color: #e70012;
}

.m-group-btn {
    margin-top: 30px;
}

.m-group-btn>a {
    margin-left: 46px;
}

.m-group-btn>a:first-child {
    margin: 0;
}

.m-modtab-head {
    padding: 10px 0 0 12px;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid #bec3c7;
    position: relative;
    overflow: hidden;
}

.m-modtab-head>.u-serve-bar-item {
    margin: 0 78px 0 0;
    width: auto;
}

.m-question-tit-list {
    margin-top: 20px;
}

.m-layout-consultant,
.m-layout-question {
    display: none;
    padding: 0 12px;
    width: 216px;
    position: fixed;
    right: -1px;
    bottom: 185px;
    z-index: 9;
}

.m-layout-consultant {
    padding-top: 50px;
    height: 280px;
}

.m-layout-question {}

.m-layout-consultant .m-consultant-form,
.m-layout-question .m-consultant-form {
    width: 208px;
}

.m-evaluation-b {
    margin: 5px 0 12px 0;
}

.m-evaluation-b>span {
    display: inline-block;
    margin: 0 6px;
    width: 82px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #e70012;
    border: 1px solid #e70012;
}

.u-consult-btn {
    display: block;
    margin: 20px auto 0;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border: 1.5px solid #e70012;
    text-align: center;
    font-size: 14px;
    color: #e70012;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-consult-btn:hover {
    border-color: #c80010;
    background: #c80010;
    color: #fff;
}

.u-form-text {
    padding: 0 14px;
    width: 188px;
    background: #f5f6fa;
    border: 0 none;
}

input.u-form-text {
    margin: 0 0 10px 0;
    height: 36px;
    line-height: 36px;
}

textarea.u-form-text {
    margin: 0 0 20px 0;
    padding: 5px 14px;
    height: 85px;
    line-height: 22px;
    resize: none;
    overflow: auto;
}

.u-layques-tit {
    padding-top: 6px;
    line-height: 38px;
    font-weight: normal;
    font-size: 14px;
    color: #34495e;
}


/******************************** 顾问 ********************************/

.m-lay-condition {
    padding: 15px 22px;
    margin: 40px 0 14px;
    background: #fff;
    position: relative;
}

.m-laycond-list {}

.m-laycond-list>li {
    padding: 4px 0 4px 70px;
    line-height: 22px;
    position: relative;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-laycond-ele.active,
.u-laycond-ele:hover {
    color: #e70012;
}

.u-laycond-tit,
.u-laycond-ele {
    display: inline-block;
    font-size: 14px;
    color: #34495e;
}

.m-laycond-list>li .u-laycond-tit {
    position: absolute;
    left: 0;
    top: 4px;
}

.u-laycond-ele {
    margin: 0 7px;
}

.m-laycond-selected {
    margin-bottom: 4px;
    line-height: 30px;
    position: relative;
}

.u-laycond-selectd-ele {
    display: inline-block;
    margin: 0 12px;
    padding: 0 10px;
    min-width: 4em;
    height: 28px;
    line-height: 28px;
    border: 1px solid #e70012;
    text-align: center;
    font-size: 14px;
    color: #e70012;
    position: relative;
}

.u-condsel-del {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    ttext-align: center;
    border-radius: 50%;
    background: #e70012;
    position: absolute;
    right: -10px;
    top: -10px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-condsel-del:hover {
    background: #c80010;
}

.u-condsel-del>.iconfont {
    font-size: 14px;
    color: #fff;
}

.m-con-topbar {
    padding: 18px 0 18px 9px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #34495e;
    border-bottom: 1px solid #cbcbcb;
    position: relative;
    overflow: hidden;
}

.m-consultant-ul {
    margin: 0 auto;
    padding: 0 0 0 36px;
    width: 950px;
}

.m-consultant-ul>li {
    display: block;
    margin: 36px 0 0;
    padding: 42px 30px;
    height: 192px;
    border: 1px solid #e6e6e6;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-consultant-ul>li:hover {
    border-color: #e70012;
    box-shadow: 0 0 12px 5px rgba(212, 212, 212, .45);
}

.u-consu-header {
    display: block;
    width: 192px;
    height: 192px;
    position: relative;
    overflow: hidden;
}

.u-consu-header>img {
    width: 100%;
    height: 100%;
}

.m-consu-infor {
    margin-left: 48px;
    width: 415px;
    position: relative;
    overflow: hidden;
}

.m-consu-infor .u-consultant-name {
    margin: 0 0 5px 0;
    height: 1em;
    line-height: 1em;
    text-align: left;
}

.u-consu-text {
    height: 28px;
    line-height: 28px;
    color: #34495e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.f-mar-top-01 {
    margin-top: 10px;
}

.m-consu-gbtn-m {
    margin: 36px 0 0 -25px;
}

.m-consu-gbtn-m>a,
.m-consu-gbtn-r>a {
    display: block;
    margin-left: 25px;
    width: 142px;
    height: 37px;
    line-height: 37px;
    border: 1.5px solid #e70012;
    font-size: 14px;
    text-align: center;
    color: #e70012;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-consu-gbtn-r {
    margin-top: -26px;
}

.m-consu-gbtn-r>a {
    margin-top: 26px;
    width: 97px;
    background: #e70012;
    color: #fff;
}

.m-consu-gbtn-m>a:hover,
.m-consu-gbtn-r>a:hover {
    background: #c80010;
    color: #fff;
    border-color: #c80010;
}


/* 分页 */

.m-pageNum-box {
    padding: 48px 0 16px;
    text-align: center;
}

.u-pageNum-btn {
    display: inline-block;
    margin: 0 5px;
    width: 23px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #cbcbcb;
    color: #34495e;
    text-align: center;
    font-size: 14px;
}

.u-pageNum-btn:hover,
.u-pageNum-btn.active {
    border-color: #34495e;
    background: #34495e;
    color: #fff;
}

.u-pageNum-btn.disabled,
.u-pageNum-btn.disabled:hover {
    border-color: #e6e2df;
    color: #bec3c7;
    background: none;
}


/******************************** 赏新闻 ********************************/

.g-contain.f-ct-mar-top {
    margin-top: 36px;
}


/* 新闻列表 */

.m-news-list>li {
    padding: 15px 0;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}

.u-newsli-tit,
.u-newsli-time {
    display: inline-block;
    height: 36px;
    overflow: hidden;
    position: relative;
}

.u-newsli-tit.readed,
.u-newsli-time {
    color: #bdc2c6;
}

.u-newsli-tit {
    float: left;
    width: 660px;
    color: #34495e;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.u-newsli-tit:hover {
    color: #e70012;
}

.u-newsli-time {
    max-width: 180px;
    text-align: right;
    float: right;
}


/* 新闻详情 */

.u-newsdetail-tit {
    margin-bottom: 13px;
    padding: 36px 0;
    line-height: 36px;
    font-size: 20px;
    font-weight: normal;
    color: #34495e;
    text-align: center;
}

.u-newsdetail-paragraph {
    line-height: 22px;
    color: #34495e;
    text-align: justify;
    text-justify: inter-ideograph;
}

.u-newsdetail-paragraph.f-pad-01 {
    padding: 10px 0;
}

.u-newsdetail-paragraph.f-pad-02 {
    padding: 58px 0 10px;
}


/******************************* 两栏页面排版 *******************************/

.g-side-box {
    position: relative;
}

.g-side-box-b {
    width: 930px;
}

.g-side-box-s {
    width: 240px;
}


/******************************* 顾问主页 *******************************/


/* 右侧 */

.u-consult-btn.f-mar-top-0 {
    margin-top: 0;
}

.f-mar-top-02 {
    margin-top: 20px;
}

.m-side-mod-box {
    padding: 0 12px 32px;
    background: #fff;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    overflow: hidden;
}

.m-side-mod-box.f-pad-bot-0 {
    padding-bottom: 0;
}

.u-theme-sbtn,
.m-sides-adviser-btn>a {
    display: inline-block;
    border: 1px solid #e70012;
    color: #e70012;
    text-align: center;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-theme-sbtn {
    width: 98px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
}

.u-theme-sbtn:hover,
.m-sides-adviser-btn>a:hover {
    border-color: #c80010;
    background: #c80010;
    color: #fff;
}

.m-adviser-eva {
    border-top: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.m-adviser-eva>li {
    display: block;
    margin-top: 18px;
    width: 33.3%;
    float: left;
    text-align: center;
}

.m-adviser-eva>li>.iconfont {
    font-size: 34px;
}

.m-adviser-eva>li>.txt {
    display: block;
    margin-top: 18px;
    line-height: 1em;
    font-size: 12px;
    color: #bdc2c6;
}

.f-color-10 {
    color: #1bc24a;
}

.f-color-11 {
    color: #008de7;
}

.m-sides-adviser-list>li {
    display: block;
    padding: 15px 0 15px 72px;
    height: 70px;
    border-top: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.u-sides-adviser-header {
    display: block;
    float: left;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #e6e6e6;
    position: relative;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 21px;
}

.u-sides-adviser-header>img {
    width: 100%;
    height: 100%;
}

.m-sides-adviser-rb {}

.u-sides-adviser-name-band {
    display: block;
    height: 1em;
    line-height: 1em;
    color: #34495e;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.u-sides-adviser-name-band>i,
.u-sides-adviser-star {
    font-size: 14px;
    color: #bec3c7;
}

.u-sides-adviser-star {
    margin: 8px 0 4px;
    line-height: 22px;
}

.u-sides-adviser-star .iconfont {
    font-size: 16px;
}

.m-sides-adviser-btn>a {
    width: 64px;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}


/* 左侧 */

.m-border-modbox {
    padding: 0 17px 30px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.f-mar-top-03 {
    margin-top: 32px;
}

.f-mar-top-04 {
    margin-top: 17px;
}

.f-mar-top-05 {
    margin-top: 10px;
}

.u-articel-text {
    font-size: 16px;
    color: #34495e;
    line-height: 28px;
}

.u-articel-text-01 {
    padding: 30px 0 16px;
    font-size: 20px;
}

.u-articel-text-02 {
    padding: 6px 0;
    font-size: 14px;
    color: #bdc2c6;
}

.m-border-modbox .u-modin-tit,
.m-boder-ct-pad {
    padding: 0 16px;
}

.m-border-modbox .u-modin-tit {
    padding-right: 0;
    border-color: #e5e5e5;
}

.m-adviser-swiper-btn {
    display: inline-block;
    text-align: right;
}

.u-adviser-swiper-btn {
    display: inline-block;
    font-size: 18px;
    color: #bdc2c6;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-adviser-swiper-btn:hover {
    color: #e70012;
}

.u-adviser-swiper-btn.prev {
    margin-right: 5px;
}

.u-adviser-swiper-btn.next {
    margin-left: 5px;
}

.u-adviser-swiper-btn.disabled,
.u-adviser-swiper-btn.disabled:hover {
    color: #ebedee;
}

.m-adviser-swiper-icon {
    display: inline-block;
}

.m-adviser-swiper-icon>a {
    display: inline-block;
    margin: 0 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #ebedee;
    background: #ebedee;
}

.m-adviser-swiper-icon>a.active,
.m-adviser-swiper-icon>a:hover {
    border-color: #777780;
    background: #bdc2c6;
}

.m-adviser-swiper-box {
    margin: 38px 0 10px;
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.m-adviser-swiper-list {
    width: 100000px;
    position: absolute;
    left: 0;
    top: 0;
}

.m-adviser-swiper-list>li {
    display: block;
    float: left;
    width: 292px;
    height: 340px;
    position: relative;
}

.m-adviser-swiper-item {
    display: block;
    margin-top: 72px;
    padding: 50px 28px 0;
    width: 218px;
    height: 206px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 5px 8px 0 rgba(212, 212, 212, .45);
    background: #fff;
    position: relative;
}

.m-adviser-swiper-item .u-sides-adviser-star {
    display: inline-block;
    margin: 20px 0 30px;
}

.m-object-box {
    padding: 24px 17px 24px 414px;
    min-height: 339px;
    position: relative;
}

.m-object-img {
    width: 345px;
    position: absolute;
    left: 17px;
    top: 24px;
}

.m-object-infor {
    width: 463px;
}

.u-obj-img {
    display: block;
    width: 343px;
    height: 266px;
    border: 1px solid #eee;
    position: relative;
    overflow: hidden;
}

.u-obj-img>a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.u-obj-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.m-obj-gbtn {
    margin-top: 11px;
    width: 100%;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.m-obj-gbtnUl {
    width: 10000px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.m-obj-gbtnUl>li {
    display: block;
    float: left;
    width: 71px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.m-obj-gbtnUl>li>a {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
}

.m-obj-gbtnUl>li>a>.border {
    display: none;
    width: 56px;
    height: 56px;
    border: 2px solid #e70012;
    position: absolute;
    left: 0;
    top: 0;
}

.m-obj-gbtnUl>li>a.active>.border,
.m-obj-gbtnUl>li>a:hover>.border {
    display: block;
}

.m-obj-gbtnUl>li>a>img {
    width: 100%;
    height: 100%;
}

.m-object-baseInfo-Ul {
    height: 156px;
}

.m-object-baseInfo-Ul>li {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #34495e;
    position: relative;
}

.m-object-baseInfo-Ul>li>span {
    display: inline-block;
    width: 50%;
    height: 26px;
    line-height: 26px;
}

.m-object-baseInfo-Ul>li>span.left,
.m-object-baseInfo-Ul>li>span.right {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-object-baseInfo-Ul>li>span.right {
    text-align: right;
}

.m-object-baseInfo-Ul>li>span.left {}

.m-object-baseInfo-Ul>li>span.u-obj-eleinfor-img {
    display: block;
    width: 48px;
    height: 62px;
    background: url("../images/common/band-img.png") center no-repeat;
    position: absolute;
    right: 20px;
    top: 0;
}

.m-object-textInfo {
    margin-top: 20px;
    padding-top: 5px;
    border-top: 2px solid #eee;
    position: relative;
    overflow: hidden;
}

.m-object-textInfo>p {
    margin-top: 12px;
    color: #bdc2c6;
}

.u-adv-img.f-with-annotate {
    margin-bottom: 0;
}

.m-imgshow-ul {
    position: relative;
    overflow: hidden;
}

.m-imgshow-ul>li {
    display: block;
}

.m-imgshow-ul.two {
    margin-left: -32px;
}

.m-imgshow-ul.two>li {
    margin-left: 32px;
    width: 545px;
    float: left;
}


/* 关于我们 */

.aboutUs .u-leftNav-item .val {
    float: none;
}

.aboutUs>li.active .u-leftNav-item,
.aboutUs .u-leftNav-item:hover {
    color: #e70012;
}

.m-onav-list.aboutUs {
    margin: 0 31px 40px;
}

.m-onav-list.aboutUs>li {
    margin: 40px 29px 0;
}


/* 登录 */

body.login-register {
    background: #fff;
}

.login-register .m-footer-nav {
    margin: 50px auto 30px;
}

.m-header-navList {
    display: inline-block;
    margin: 16px 0 0 123px;
    height: 76px;
    position: relative;
    overflow: hidden;
}

.m-header-navList>.u-nav-item {
    padding-top: 20px;
    margin-left: 12px;
    width: 76px;
    height: 56px;
    font-size: 16px;
    color: #34495e;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.m-header-navList>.u-nav-item:hover,
.m-header-navList>.u-nav-item.active {
    background: #e70012;
    color: #fff;
}

.u-header-nav-ele {
    display: inline-block;
    height: 56px;
    line-height: 56px;
}

.g-log-reg {
    margin: 37px auto 40px;
    width: 100%;
    height: 650px;
    background: url("../images/common/login-bg.jpg") center no-repeat;
    background-size: cover;
    position: relative;
}

.m-logreg-box {
    padding: 10px;
    width: 560px;
    height: 460px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.m-logreg-bg {
    background: #fff;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.m-logreg-bg-01 {
    width: 580px;
    height: 480px;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
}

.m-logreg-bg-02 {
    width: 560px;
    height: 460px;
}

.m-logreg-main {
    position: relative;
}

.m-logreg-header {
    margin: 12px 42px 0;
    height: 52px;
    line-height: 52px;
    position: relative;
    overflow: hidden;
}

.u-logreg-header-leftele {
    margin-left: 30px;
    font-size: 28px;
    color: #e70012;
}

.u-logreg-header-leftele>em {
    font-size: 18px;
    color: #34495e;
}

.m-logreg-rightele {
    padding-top: 22px;
    height: 30px;
    line-height: 18px;
    color: #34495e;
}

.m-logreg-rightele>a {
    display: inline-block;
    height: 30px;
    color: #34495e;
    position: relative;
}

.m-logreg-rightele>a>.line {
    display: inline-block;
    height: 2px;
    background: #e70012;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

.m-logreg-rightele>a:hover,
.m-logreg-rightele>a.active {
    color: #e70012;
}

.m-logreg-rightele>a:hover>.line,
.m-logreg-rightele>a.active>.line {
    left: 0;
    right: 0;
}

.m-logreg-form {
    margin: 28px auto 33px;
    width: 430px;
    height: 225px;
}

.m-logreg-tab-mod .m-logreg-form {
    height: 245px;
}


/* .m-logreg-form.special { } */

.m-logreg-form>li {
    display: block;
    border-bottom: 1px solid #e6e6e6;
}

.m-logreg-form>li,
.m-logreg-form>li input {
    height: 60px;
    line-height: 60px;
}

.m-logreg-form.special>li,
.m-logreg-form.special>li input {
    height: 38px;
    line-height: 38px;
}


/* .m-logreg-form>li:last-child { border-bottom: 0 none; } */

.u-logreg-form-icon {
    display: inline-block;
    float: left;
    margin-left: 15px;
    font-size: 28px;
    color: #e70012;
}

.m-logreg-form>li input {
    float: left;
    padding: 0 20px;
    width: 347px;
    border: 0 none;
    background: none;
}

.m-logreg-form>li input.code {
    width: 133px;
}

.m-logreg-form.special .u-logreg-form-codebtn,
.m-logreg-form.special .u-logreg-form-yzm {
    margin-top: 11px;
}

.u-logreg-form-codebtn {
    display: inline-block;
    margin-top: 20px;
    float: left;
    width: 88px;
    height: 23px;
    line-height: 23px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    color: #e70012;
    border: 1px solid #e70012;
}

.u-logreg-form-codebtn:hover {
    color: #fff;
    background: #e70012;
}

.u-logreg-btn {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 65px;
    line-height: 65px;
    background: #e70012;
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 15px;
}

.u-logreg-btn:hover {
    background: #c80010;
}

.u-logreg-form-yzm {
    display: block;
    float: left;
    margin-top: 20px;
    width: 68px;
    height: 24px;
    border: 1px solid #ced1d3;
    background: #eee;
    position: relative;
    overflow: hidden;
}

.u-logreg-form-yzm>img {
    display: block;
    width: 100%;
    height: 100%;
}


/******************************************************************************/


/**
 * add by Regina on 18-05-28.
 */


/*****************************税控服务*****************************/

.m-modbox.f-padding-0 {
    padding: 0;
}


/* 左侧导航特殊样式 */

.noicon>li.active .u-leftNav-item {
    color: #e70012;
}

.noicon .u-leftNav-item:hover {
    color: #ea0000;
}

.noicon .u-leftNav-item .val {
    float: none;
    position: relative;
}

.u-leftNav-item .f-style-tag {
    display: inline-block;
    height: 3px;
    background: #ca0000;
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

li.active .u-leftNav-item .f-style-tag
/*, .u-leftNav-item:hover .f-style-tag*/

{
    left: 0;
    right: 0;
}


/* 焦点图 */

.m-rt-banner {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
}


/* 栏目标题组 */

.m-column-titgroup {
    margin: 40px 0 0;
}

.u-coltitg-en,
.u-coltitg-des {
    font-size: 16px;
    line-height: 22px;
}

.u-coltitg-en {
    color: #ea0000;
}

.u-coltitg-des {
    color: #9b9b9b;
}

.u-coltitg-tit {
    margin-top: 13px;
    font-weight: normal;
    line-height: 42px;
    font-size: 24px;
    color: #34495e;
}

.f-coltitg-tag {
    display: block;
    margin: 10px auto 40px;
    width: 88px;
    height: 5px;
    background: #ea0000;
}


/* 方块标签列表 */

.m-column-sct {
    margin: 0 auto;
    width: 508px;
}

.m-slabel-list {
    margin: 30px 0 0 -24px;
}

.m-slabel-list>li {
    display: inline-block;
    padding: 0 12px;
    margin: 0 0 10px 24px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #9b9b9b;
    text-align: center;
}


/* 描述 */

.u-slabel-des {
    line-height: 1.75rem;
    font-size: 14px;
    text-justify: inter-ideograph;
    text-align: justify;
}


/* 头部图片框 */

.m-column-img,
.m-column-img>img,
.u-column-img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
}

.m-column-sct .u-column-img {
    margin-top: 68px;
}

.m-column-sct .u-column-img:first-child {
    margin-top: 0;
}


/* 搜索卡 */

.m-column-formcard {
    padding: 26px 22px;
    height: 46px;
    background: #34495e;
    color: #fff;
}

.m-formcard-bct-01 {
    width: 134px;
    margin-right: 10px;
}

.m-formcard-bct-01>p {
    line-height: 1em;
    font-size: 14px;
}

.m-formcard-bct-01>h5 {
    margin-top: 6px;
    line-height: 1em;
    font-weight: normal;
    font-size: 26px;
}


/* 搜索卡-按钮 */

.u-formcard-btn {
    display: block;
    margin: 9px 0;
    width: 100px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #e84c3d;
    position: relative;
}

.u-formcard-btn:before {
    content: "";
    display: block;
    background: #ea0000;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.u-formcard-btn:hover {
    *background: #ea0000;
    /*ie7*/
}

.u-formcard-btn:hover:before {
    z-index: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.u-formcard-btn>em {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}


/* 搜索卡-表单 */

.u-formcard-input,
.m-formcard-sellist {
    padding: 0 14px;
    width: 150px;
    border: 1px solid #dedede;
    background: #fff;
    font-size: 14px;
}

.u-formcard-input {
    margin: 9px 10px;
    height: 26px;
    line-height: 26px;
}

.m-formcard-select {
    margin: 9px 10px;
    width: 180px;
    height: 28px;
    position: relative;
}

.m-formcard-select .u-formcard-input {
    margin: 0;
    padding-right: 30px;
    width: 134px;
}

.m-formcard-select>.iconfont {
    display: inline-block;
    margin: auto;
    width: 1em;
    height: 1em;
    line-height: 1em;
    color: #cdcdcd;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
}

.m-formcard-sellist {
    display: none;
    max-height: 164px;
    position: absolute;
    left: 0;
    top: 27px;
    z-index: 8;
    overflow: auto;
}

.m-formcard-sellist>a {
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    border-top: 1px solid #dedede;
    color: #9b9b9b;
}

.m-formcard-sellist>a:first-child {
    border-top: 0;
}

.m-formcard-sellist>a.active,
.m-formcard-sellist>a:hover {
    color: #e70012;
}


/* 图片展示 */

.m-allw-imgshow,
.m-allw-imgshow>img {
    display: block;
    width: 100%;
    height: auto;
}


/* 特点列表 */

.m-feature-block {
    margin: 0 1px;
    padding-bottom: 16px;
}

.m-feature-block>li {
    display: block;
    padding-bottom: 40px;
    margin: 0 16px;
    width: 200px;
    float: left;
    text-align: center;
}

.u-feature-block-icon {
    display: block;
    margin: 0 auto 12px;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 30px;
    font-size: 60px;
    color: #fff;
}

.u-feature-block-tit {
    padding: 5px 0;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #34495e;
}

.u-feature-block-des {
    line-height: 22px;
    font-size: 14px;
    color: #bdc2c6;
}

.u-feature-block-special {
    font-size: 24px;
    color: #ea0000;
    line-height: 1em;
}


/* 渐变背景 */

.f-gradually-bg-01 {
    background: #32b2f5;
    background: -webkit-linear-gradient(left, #32b2f5, #8ed8fe);
    background: -o-linear-gradient(right #32b2f5, #8ed8fe, );
    background: -moz-linear-gradient(right, #32b2f5, #8ed8fe);
    background: linear-gradient(to right, #32b2f5, #8ed8fe);
}

.f-gradually-bg-02 {
    background: #feb269;
    background: -webkit-linear-gradient(left, #feb269, #ffd1a6);
    background: -o-linear-gradient(right #feb269, #ffd1a6, );
    background: -moz-linear-gradient(right, #feb269, #ffd1a6);
    background: linear-gradient(to right, #feb269, #ffd1a6);
}

.f-gradually-bg-03 {
    background: #89e0b5;
    background: -webkit-linear-gradient(left, #89e0b5, #bfffdf);
    background: -o-linear-gradient(right #89e0b5, #bfffdf, );
    background: -moz-linear-gradient(right, #89e0b5, #bfffdf);
    background: linear-gradient(to right, #89e0b5, #bfffdf);
}

.f-gradually-bg-04 {
    background: #7ea7fe;
    background: -webkit-linear-gradient(left, #7ea7fe, #adc7ff);
    background: -o-linear-gradient(right #7ea7fe, #adc7ff, );
    background: -moz-linear-gradient(right, #7ea7fe, #adc7ff);
    background: linear-gradient(to right, #7ea7fe, #adc7ff);
}

.f-gradually-bg-05 {
    background: #ff6764;
    background: -webkit-linear-gradient(left, #ff6764, #ff9793);
    background: -o-linear-gradient(right #ff6764, #ff9793, );
    background: -moz-linear-gradient(right, #ff6764, #ff9793);
    background: linear-gradient(to right, #ff6764, #ff9793);
}

.f-gradually-bg-06 {
    background: #999dfe;
    background: -webkit-linear-gradient(left, #999dfe, #c5c2fc);
    background: -o-linear-gradient(right #999dfe, #c5c2fc, );
    background: -moz-linear-gradient(right, #999dfe, #c5c2fc);
    background: linear-gradient(to right, #999dfe, #c5c2fc);
}

.f-gradually-bg-07 {
    background: #fe8cc7;
    background: -webkit-linear-gradient(left, #fe8cc7, #ffbee4);
    background: -o-linear-gradient(right #fe8cc7, #ffbee4, );
    background: -moz-linear-gradient(right, #fe8cc7, #ffbee4);
    background: linear-gradient(to right, #fe8cc7, #ffbee4);
}

.f-gradually-bg-08 {
    background: #fbc071;
    background: -webkit-linear-gradient(left, #fbc071, #fee198);
    background: -o-linear-gradient(right #fbc071, #fee198, );
    background: -moz-linear-gradient(right, #fbc071, #fee198);
    background: linear-gradient(to right, #fbc071, #fee198);
}

.f-gradually-bg-09 {
    background: #f7b5df;
    background: -webkit-linear-gradient(left, #e697c8, #f7b5df);
    background: -o-linear-gradient(right #e697c8, #f7b5df, );
    background: -moz-linear-gradient(right, #e697c8, #f7b5df);
    background: linear-gradient(to right, #e697c8, #f7b5df);
}

.f-gradually-bg-10 {
    background: #bfe8b7;
    background: -webkit-linear-gradient(left, #aee1a4, #bfe8b7);
    background: -o-linear-gradient(right #aee1a4, #bfe8b7, );
    background: -moz-linear-gradient(right, #aee1a4, #bfe8b7);
    background: linear-gradient(to right, #aee1a4, #bfe8b7);
}

.f-gradually-bg-11 {
    background: #c299fd;
    background: -webkit-linear-gradient(left, #9d7afa, #c299fd);
    background: -o-linear-gradient(right #9d7afa, #c299fd, );
    background: -moz-linear-gradient(right, #9d7afa, #c299fd);
    background: linear-gradient(to right, #9d7afa, #c299fd);
}


/* 试听悬浮 */

.m-layout-listen {
    width: 137px;
    height: 164px;
    background: url("../images/common/layout-law.png") 0 0 no-repeat;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 8;
}

.m-layout-listen>.close {
    display: block;
    margin: auto;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 0;
}

.m-layout-listen>.listen-btn {
    display: block;
    margin: auto;
    width: 137px;
    height: 144px;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
}


/* 法律悬浮 */

.m-layout-law {
    width: 127px;
    height: 164px;
    background: url("../images/common/lawservice-flow.jpg") 0 0 no-repeat;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 8;
}

.m-layout-law>.close1 {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 103px;
    top: 0;
}

.m-layout-law>.listen-btn1 {
    display: block;
    margin: auto;
    width: 92px;
    height: 28px;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
}


/* 礼仪悬浮 */

.m-layout-etiquette {
    width: 127px;
    height: 164px;
    background: url("../images/common/etiquette-flow.jpg") 0 0 no-repeat;
    position: fixed;
    left: 0;
    top: 50%;
    z-index: 8;
}

.m-layout-etiquette>.close2 {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 103px;
    top: 0;
}

.m-layout-etiquette>.listen-btn2 {
    display: block;
    margin: auto;
    width: 92px;
    height: 28px;
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
}


/* 优势列表 */

.m-imgtxt-list {
    margin: 0 15px;
}

.m-imgtxt-list>li {
    display: block;
    margin: 0 13px 35px;
    width: 274px;
    float: left;
}

.m-imgtxt-item {
    display: block;
    width: 100%;
    height: 209px;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.u-imgtxt-item-img {
    display: block;
    width: 100%;
    height: 174px;
}

.m-imgtxt-gtxt {
    padding: 0 25px;
    height: 60px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.m-imgtxt-gtxt>.bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fe5d24;
    background: -webkit-linear-gradient(left, #fe5d24, #ea0000);
    background: -o-linear-gradient(right #fe5d24, #ea0000, );
    background: -moz-linear-gradient(right, #fe5d24, #ea0000);
    background: linear-gradient(to right, #fe5d24, #ea0000);
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}

.m-imgtxt-gtxt>h5,
.m-imgtxt-gtxt>p {
    height: 1em;
    line-height: 1em;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    z-index: 2;
}

.m-imgtxt-gtxt>h5 {
    margin: 11px 0 8px;
    font-size: 18px;
    font-weight: normal;
}

.m-imgtxt-gtxt>p {}


/* 什么是税收筹划 */

.m-imgintro-box {
    height: 381px;
    background: url("../images/common/intro-r-img.jpg") 0 0 no-repeat;
    position: relative;
}

.m-imgintro-box .m-netinfor-box {
    margin: 0;
    padding: 0;
    width: 338px;
    position: absolute;
    right: 60px;
    top: 105px;
}

.m-imgintro-box .m-netinfor-box>p {
    font-size: 12px;
    line-height: 20px;
}


/* 服务说明 */

.m-table-box {
    margin: 0 28px;
}

.m-table-intro {
    border: 1px solid #efefef;
}

.m-table-intro td {
    padding: 15px;
    width: 50%;
    line-height: 26px;
}

.m-table-intro thead td,
.m-table-intro tfoot td {
    line-height: 30px;
}

.m-table-intro thead td,
.m-table-intro tbody td {
    border-left: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
}

.m-table-intro thead td {
    font-size: 20px;
    color: #fff;
    text-align: center;
    background: #ea0000;
}

.m-table-intro tfoot td {
    text-align: center;
    font-size: 14px;
    color: #ea0000;
}

.m-table-introlist {
    padding-left: 36px;
    font-size: 18px;
    position: relative;
}

.m-table-introlist>.num {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background: #e84c3d;
    font-size: 12px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 3px;
}

.m-table-introlist>.txt-01 {
    color: #34495e;
}

.m-table-introlist>.txt-02 {
    color: #bdc2c6;
}

.m-table-introlist>.txt-01.special {
    width: 120px;
}

.m-table-introlist>.txt-02.special {
    margin-left: 15px;
    width: 234px;
}

.m-table-intro tbody tr:nth-child(2n) td {
    background: #f5f5f5;
}

.m-table-box.f-mar-bot {
    margin-bottom: 38px;
}


/* 服务列表 */

.m-lightser-list {
    padding: 0 21px 44px;
}

.m-lightser-list>li {
    display: block;
    float: left;
    margin: 7px;
    width: 207px;
    height: 286px;
}

.m-lightser-item {
    display: block;
    padding: 28px 0;
    width: 205px;
    height: 230px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px 2px rgba(212, 212, 212, .45);
}

.m-lightser-item:hover {
    border-color: #ea0000;
    transform: scale(1.1);
    transition: transform .2s;
}

.m-lightser-item>h5 {
    height: 1em;
    line-height: 1em;
    font-size: 18px;
    color: #34495e;
    text-align: center;
    font-weight: normal;
    overflow: hidden;
}

.m-lightser-item>span {
    display: block;
    margin: 56px auto 52px;
    width: 64px;
    height: 64px;
    line-height: 64px;
    font-size: 64px;
    color: #bdc2c6;
}

.m-lightser-item>em {
    display: block;
    margin: 0 auto;
    width: 143px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #33495f;
    font-size: 14px;
    color: #33495f;
    text-align: center;
    position: relative;
}

.m-lightser-item:hover>em {
    background: #ea0000;
    border-color: #ea0000;
    color: #fff;
}


/* 流程 */

.m-flow-chart {
    padding: 0 27px;
    height: 460px;
    background: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
    background: -o-linear-gradient(bottom #f5f5f5, #fefefe, );
    background: -moz-linear-gradient(bottom, #f5f5f5, #fefefe);
    background: linear-gradient(to bottom, #f5f5f5, #fefefe);
    position: relative;
    overflow: hidden;
}

.m-flowchart-list {
    margin-top: 66px;
}

.m-flowchart-list>li {
    display: block;
    float: left;
    width: 100px;
    min-height: 100px;
}

.m-flowchart-list>li.arrow,
.m-flowchart-list>li>.arrow {
    font-size: 38px;
    color: #c8ccd0;
    text-align: center;
}

.m-flowchart-list>li.arrow {
    width: 55px;
    line-height: 100px;
}

.m-flowchart-list>li>.arrow {
    display: block;
    margin: 18px auto 10px;
    width: 52px;
    line-height: 1em;
    font-size: 38px;
    color: #c8ccd0;
    text-align: center;
}

.m-flowchart-list>li.titbox {
    width: 456px;
    position: relative;
}

.m-flowchart-titbox {
    margin-top: 66px;
    width: 440px;
    height: 135px;
    background: url("../images/common/liuc-img.png") 0 0 no-repeat;
    position: absolute;
    left: -28px;
    top: 0;
}

.m-flowchart-list>li.f-right-addarrow {
    padding-right: 55px;
}

.m-flowchart-titbox .m-column-titgroup {
    display: inline-block;
    padding: 26px 0 0 28px;
}

.m-flowchart-titbox .u-coltitg-en,
.m-flowchart-titbox .u-coltitg-tit {
    color: #fff;
}

.m-flowchart-titbox .u-coltitg-tit {
    line-height: 32px;
}

.m-flowchart-titbox .f-coltitg-tag {
    margin: 16px auto 0;
    background: #fff;
}

.f-padding-0 {
    padding: 0;
}


/* 服务项目 */

.m-imgtxt-list.two {
    margin: 0 11px;
}

.m-imgtxt-list.two>li {
    width: 374px;
    margin: 13px 40px;
}

.two .m-imgtxt-gtxt>h5 {
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.m-feature-block.three>li {
    width: 277px;
}

.m-tips-txt {
    padding: 0 28px 50px;
    color: #ea0000;
}


/* 服务优势 */

.m-advcard-list {
    margin: 0 15px;
}

.m-advcard-list>li {
    display: block;
    margin: 0 13px 24px;
    float: left;
    width: 272px;
    height: 233px;
    border: 1px solid #e8e8e8;
    position: relative;
}

.m-advcard-list>li>.tit {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

.m-advcard-list>li>.val {
    padding: 20px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #34495e;
}

.f-gradually-tit-01 {
    background: #1993f0;
    background: -webkit-linear-gradient(left, #1993f0, #66c7fe);
    background: -o-linear-gradient(right #1993f0, #66c7fe, );
    background: -moz-linear-gradient(right, #1993f0, #66c7fe);
    background: linear-gradient(to right, #1993f0, #66c7fe);
}

.f-gradually-tit-02 {
    background: #fd8e3c;
    background: -webkit-linear-gradient(left, #fd8e3c, #ffba7e);
    background: -o-linear-gradient(right #fd8e3c, #ffba7e, );
    background: -moz-linear-gradient(right, #fd8e3c, #ffba7e);
    background: linear-gradient(to right, #fd8e3c, #ffba7e);
}

.f-gradually-tit-03 {
    background: #56ce8d;
    background: -webkit-linear-gradient(left, #56ce8d, #9bffcc);
    background: -o-linear-gradient(right #56ce8d, #9bffcc, );
    background: -moz-linear-gradient(right, #56ce8d, #9bffcc);
    background: linear-gradient(to right, #56ce8d, #9bffcc);
}

.f-gradually-tit-04 {
    background: #5584fe;
    background: -webkit-linear-gradient(left, #5584fe, #8cafff);
    background: -o-linear-gradient(right #5584fe, #8cafff, );
    background: -moz-linear-gradient(right, #5584fe, #8cafff);
    background: linear-gradient(to right, #5584fe, #8cafff);
}

.f-gradually-tit-05 {
    background: #ff3a38;
    background: -webkit-linear-gradient(left, #ff3a38, #ff6b67);
    background: -o-linear-gradient(right #ff3a38, #ff6b67, );
    background: -moz-linear-gradient(right, #ff3a38, #ff6b67);
    background: linear-gradient(to right, #ff3a38, #ff6b67);
}


/*************************
*
*  研发定制、营销推广
*
*************************/

body.otherindex {
    background: #fff;
}

.f-mar-bot-01 {
    margin-bottom: 46px;
}

.m-otheri-ct {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}


/* banner */

.g-oi-bannav {
    width: 100%;
    position: relative;
}

.otherindex .g-banner {
    height: 350px;
}


/* 楼层 */

.g-otherindex {
    margin: 0 auto 46px;
    padding: 26px 0;
    width: 100%;
    height: 448px;
    position: relative;
    overflow: hidden;
}

.f-floor-bg-01 {
    background: #ea4b36;
}

.f-floor-bg-02 {
    background: #3598db;
}

.f-floor-bg-03 {
    background: #27ae61;
}

.f-floor-bg-04 {
    background: #9b58b5;
}

.f-floor-bg-05 {
    background: #e77e23;
}

.f-floor-bg-06 {
    background: #52c4cb;
}

.f-floor-bg-07 {
    background: #f1983c;
}

.m-otheri-fltit {
    width: 50%;
    height: 140px;
    position: absolute;
    left: 0;
    top: 59px;
}

.f-floor-bg-01 .m-otheri-fltit,
.f-floor-bg-01 .u-otheri-lbbotb-link-item {
    background: #e03020;
}

.f-floor-bg-02 .m-otheri-fltit,
.f-floor-bg-02 .u-otheri-lbbotb-link-item {
    background: #2079cb;
}

.f-floor-bg-03 .m-otheri-fltit,
.f-floor-bg-03 .u-otheri-lbbotb-link-item {
    background: #178b5a;
}

.f-floor-bg-04 .m-otheri-fltit,
.f-floor-bg-04 .u-otheri-lbbotb-link-item {
    background: #5d46a8;
}

.f-floor-bg-05 .m-otheri-fltit,
.f-floor-bg-05 .u-otheri-lbbotb-link-item {
    background: #dc5e14;
}

.f-floor-bg-06 .m-otheri-fltit,
.f-floor-bg-06 .u-otheri-lbbotb-link-item {
    background: #36adb6;
}

.f-floor-bg-07 .m-otheri-fltit,
.f-floor-bg-07 .u-otheri-lbbotb-link-item {
    background: #ea7925;
}

.f-floor-bg-01 .subheading {
    color: #fc6d4f;
}

.f-floor-bg-02 .subheading {
    color: #4ec9f8;
}

.f-floor-bg-03 .subheading {
    color: #3adc8b;
}

.f-floor-bg-04 .subheading {
    color: #cc7fe2;
}

.f-floor-bg-05 .subheading {
    color: #faaa32;
}

.f-floor-bg-06 .subheading {
    color: #77ecf0;
}

.f-floor-bg-07 .subheading {
    color: #fda053;
}


/* 右侧 */

.m-otheri-rbox {
    width: 876px;
    height: 448px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-left: 0 none;
    background: #fff;
    z-index: 2;
}

.m-otheri-rbox>li {
    display: block;
    width: 291px;
    height: 100%;
    float: left;
    border-left: 1px solid #e6e6e6;
    position: relative;
}

.m-otheri-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.m-otheri-item-half {
    height: 224px;
    border-top: 1px solid #e6e6e6;
}

.m-otheri-item-half:first-child {
    border-top: 0 none;
}

.u-otheri-floor-img,
.u-otheri-floor-tit,
.u-otheri-floor-des {
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-otheri-floor-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.u-otheri-floor-tit,
.u-otheri-floor-des {
    margin: 0 24px;
    position: relative;
    z-index: 2;
}

.u-otheri-floor-tit {
    padding: 25px 0 8px;
    line-height: 28px;
    font-weight: normal;
    font-size: 18px;
    color: #34495e;
}

.u-otheri-floor-des {
    line-height: 24px;
    font-size: 14px;
    color: #bdc2c6;
}

.f-theme-color {
    color: #e70012;
}

.u-floor-top-tag {
    display: inline-block;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    background: #e70012;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: -1px;
    right: 16px;
}

a.m-otheri-item:hover .u-otheri-floor-tit,
a.m-otheri-item:hover .u-otheri-floor-des {
    color: #e70012;
}

a.m-otheri-item:hover .u-otheri-floor-img {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}


/* 左侧 */

.m-otheri-lbox {
    width: 323px;
    height: 448px;
    position: relative;
}

.m-otheri-lbtitb {
    padding: 33px 0 30px;
    height: 140px;
    border-bottom: 2px dashed #fff;
    position: relative;
    overflow: hidden;
}

.m-otheri-lbtitb .mainheading,
.m-otheri-lbtitb .subheading {
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
}

.m-otheri-lbtitb .mainheading {
    margin: 27px 10px 13px;
    color: #fff;
}

.m-otheri-lbtitb .subheading {
    margin: 0 10px;
    font-family: "SimHei";
}

.m-otheri-lbbotb {
    width: 100%;
    max-height: 276px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.m-otheri-lbbotb>.tit {
    padding-left: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    position: relative;
}

.m-otheri-lbbotb>.tit>.iconfont {
    font-size: 28px;
    position: absolute;
    left: 0;
    top: 0;
}

.m-otheri-lbbotb-link {
    margin: 8px 0 0 -15px;
}

.m-otheri-lbbotb-link>li {
    display: block;
    margin: 10px 0 0 15px;
    float: left;
    width: 140px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.u-otheri-lbbotb-link-item {
    display: block;
    font-size: 16px;
    color: #fff;
}

.u-otheri-lbbotb-link-item:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}


/* 一站式技术开发 导航 */

.g-otheri-main-nav {
    margin: 27px 0 30px;
    height: 138px;
    position: relative;
    overflow: hidden;
}

.m-otheri-mnav-itemt {
    width: 164px;
    height: 138px;
    position: relative;
}

.u-otheri-mnav-itemt-ele {
    display: inline-block;
    position: absolute;
}

.u-otheri-mnav-itemt-ele-01 {
    width: 140px;
    height: 111px;
    border: 3px solid #000;
    left: 4px;
    top: 12px;
}

.u-otheri-mnav-itemt-ele-01>em {
    margin: auto;
    height: 1em;
    line-height: 1em;
    font-size: 16px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.u-otheri-mnav-itemt-ele-01>i {
    display: block;
    margin: auto;
    width: 32px;
    height: 3px;
    background: #333;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 39px;
}

.u-otheri-mnav-itemt-ele-02 {
    width: 137px;
    height: 107px;
    border-right: 8px solid #e3e3e3;
    border-bottom: 8px solid #e3e3e3;
    left: 14px;
    bottom: 0;
}

.u-otheri-mnav-itemt-ele-03,
.u-otheri-mnav-itemt-ele-04 {
    height: 1px;
    background: #666;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.u-otheri-mnav-itemt-ele-03 {
    width: 48px;
    left: 12px;
    top: 18px;
}

.u-otheri-mnav-itemt-ele-04 {
    width: 36px;
    right: 20px;
    bottom: 8px;
}

.u-otheri-mnav-itemt-ele-05,
.u-otheri-mnav-itemt-ele-06,
.u-otheri-mnav-itemt-ele-07 {
    width: 1em;
    height: 1em;
    font-size: 16px;
}

.u-otheri-mnav-itemt-ele-05 {
    color: #333;
    left: -2px;
    top: 34px;
}

.u-otheri-mnav-itemt-ele-06 {
    color: #e3e3e3;
    left: 97px;
    top: 1px;
}

.u-otheri-mnav-itemt-ele-07 {
    color: #e84c3d;
    right: 0;
    bottom: 28px;
}

.m-otheri-mnav-itemlist {
    padding: 0 44px;
    width: 948px;
}

.u-otheri-mnav-itemele {
    display: block;
    float: left;
    padding: 10px 0;
    margin: 0 14px;
    width: 130px;
    height: 118px;
    color: #34495e;
    position: relative;
    overflow: hidden;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-otheri-mnav-itemele:hover {
    background: #fafafa;
    color: #e84c3d;
}

.u-otheri-mnav-itemele-icon {
    display: block;
    margin: 11px auto;
    width: 1em;
    height: 1em;
    line-height: 1em;
    font-size: 60px;
    position: relative;
    overflow: hidden;
}

.u-otheri-mnav-itemele-tit {
    font-weight: normal;
    line-height: 28px;
    font-size: 18px;
    text-align: center;
}

.f-mnavele-icon {
    display: inline-block;
    text-align: center;
    color: #e84c3d;
    position: absolute;
}

.f-mnavele-icon-01,
.f-mnavele-icon-02,
.f-mnavele-icon-04 {
    margin: auto;
    line-height: 1em;
    font-size: 14px;
    left: 0;
    right: 0;
}

.f-mnavele-icon-01 {
    width: 40px;
    background: #fff;
    top: 20px;
}

.f-mnavele-icon-02 {
    width: 28px;
    height: 43px;
    background: #fff;
    top: 8px;
}

.f-mnavele-icon-03 {
    margin: auto;
    width: 22px;
    height: 31px;
    border: 2px solid #e84c3d;
    background: #fff;
    left: 0;
    right: 0;
    top: 9px;
}

.f-mnavele-icon-04 {
    width: 1em;
    bottom: 5px;
}

.f-mnavele-icon-05 {
    background: #fff;
    width: 20px;
    height: 8px;
    top: 18px;
    left: 14px;
}

.f-mnavele-icon-06,
.f-mnavele-icon-07 {
    font-size: 14px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    top: 16px;
    left: 11px;
}

.f-mnavele-icon-07 {
    left: 24px;
}

.f-mnavele-icon-08 {
    background: #fff;
    width: 16px;
    height: 6px;
    top: 32px;
    right: 10px;
}

.f-mnavele-icon-09,
.f-mnavele-icon-10 {
    font-size: 12px;
    width: 1em;
    height: 1em;
    line-height: 1em;
    top: 30px;
    right: 18px;
}

.f-mnavele-icon-10 {
    right: 9px;
}

.f-mnavele-icon-11 {
    width: 44px;
    height: 30px;
    background: #fff;
    left: 8px;
    top: 9px;
}

.f-mnavele-icon-12,
.f-mnavele-icon-13,
.f-mnavele-icon-14,
.f-mnavele-icon-15 {
    width: 6px;
    background: #e84c3d;
    bottom: 23px;
}

.f-mnavele-icon-12 {
    height: 7px;
    left: 12px;
}

.f-mnavele-icon-13 {
    height: 12px;
    left: 22px;
}

.f-mnavele-icon-14 {
    height: 23px;
    left: 32px;
}

.f-mnavele-icon-15 {
    height: 18px;
    left: 42px;
}

.f-mnavele-icon-16 {
    margin: auto;
    width: 20px;
    line-height: 1em;
    font-size: 27px;
    font-weight: bold;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 5px;
}

.f-mnavele-icon-16>.iconfont {
    margin-left: -3px;
}


/* head 大导航 */

.g-otheri-head {
    margin-bottom: 30px;
    height: 120px;
    position: relative;
    overflow: hidden;
}

.u-oi-back-index {
    display: inline-block;
    margin: 47px 32px;
    line-height: 26px;
    font-size: 16px;
    color: #e70012;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-oi-back-index:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}

.m-oi-head-navlist {
    /*margin: 15px 0 0 94px;*/
    margin: 15px 0 0 20px;
    width: 726px;
    float: right;
}

.u-oihead-navitem {
    display: inline-block;
    margin: 0 1px;
    width: 90px;
    height: 76px;
    text-align: center;
    font-size: 16px;
    position: relative;
    overflow: hidden;
}

.u-oihead-navitem,
.u-oihead-navitem>i {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.u-oihead-navitem>em,
.u-oihead-navitem>i {
    display: inline-block;
    position: absolute;
}

.u-oihead-navitem>em {
    width: 100%;
    line-height: 26px;
    left: 0;
    bottom: 15px;
    z-index: 2;
}

.u-oihead-navitem>i {
    width: 100%;
    background: #e70012;
    top: 50%;
    bottom: 50%;
    left: 0;
}

.u-oihead-navitem.active,
.u-oihead-navitem:hover {
    color: #fff;
}

.u-oihead-navitem.active>i,
.u-oihead-navitem:hover>i {
    top: 0;
    bottom: 0;
}


/* banner上菜单 */

.m-oi-menu {
    margin-left: -600px;
    width: 310px;
    max-height: 600px;
    position: absolute;
    top: 0;
    left: 50%;
    box-shadow: 0 2px 20px 0 rgba(4, 0, 0, .3);
}

.m-oi-menu-bg {
    width: 100%;
    height: 100%;
    background: #fff;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
}

.u-oi-menu-tit {
    padding: 0 15px;
    height: 58px;
    line-height: 58px;
    font-weight: normal;
    text-align: center;
    color: #fff;
    background: #e70012;
    position: relative;
}

.u-oi-menu-tit-in {
    display: inline-block;
    padding-left: 32px;
    height: 58px;
    position: relative;
}

.u-oi-menu-tit-in>.iconfont {
    font-size: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

.m-oi-menu-main {
    margin: 10px 15px;
    position: relative;
    overflow: hidden;
}

.m-oi-menu-main>li {
    padding: 11px 0;
    border-top: 1px solid #cbcbcb;
}

.m-oi-menu-main>li:first-child {
    border-top: 0 none;
}

.u-oi-menu-navtit {
    margin: 3px 7px;
    line-height: 28px;
    font-size: 18px;
    font-weight: normal;
    color: #e70012;
}

.m-oi-menu-navlist {
    margin: 0 7px 0 3px;
    min-height: 64px;
}

.u-oi-menu-navele {
    display: inline-block;
    margin: 3px 0 3px 4px;
    float: left;
    width: 86px;
    height: 26px;
    line-height: 26px;
    color: #34495e;
    font-size: 16px;
    position: relative;
}

.u-oi-menu-navele.active,
.u-oi-menu-navele:hover {
    color: #e70012;
}

.u-oi-menu-navele-in {
    display: inline-block;
    position: relative;
}

.u-oi-menu-navele-in>.txt {
    display: inline-block;
    height: 26px;
    overflow: hidden;
}

.u-oi-menu-navele-in>.tag {
    display: inline-block;
    width: 23px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: url("../images/common/oi-nav-tag.png") center no-repeat;
    position: absolute;
    right: -23px;
    top: -8px;
}


/*************************
*
*  add by Regina.Cao 2018-06-04
*
*************************/


/* 立即购买（按钮） */

.m-botbtn-gro {
    padding: 44px 0 60px;
    position: relative;
    overflow: hidden;
}

.u-buynow-btn {
    display: block;
    margin: 0 auto;
    width: 312px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #e70012;
    position: relative;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-buynow-btn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}


/* 悬浮固定侧边栏 */

.g-sidelayout {
    position: fixed;
    right: 0;
    z-index: 22;
}

.g-sidelayout-01 {
    bottom: 60px;
}

.g-sidelayout-02 {
    bottom: 210px;
}

.m-sidelay-function,
.m-sidelay-function>li {
    width: 48px;
}

.m-sidelay-function>li,
.u-sidelay-funitem,
.u-sidelay-funitem-ele {
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}

.m-sidelay-function>li {
    margin-bottom: 6px;
    position: relative;
}

.u-sidelay-funitem {
    line-height: 48px;
    font-size: 30px;
    background: #a2a2a2;
}

.u-sidelay-funitem-ele {
    width: 100px;
    font-size: 18px;
    background: #ef563b;
    position: absolute;
    top: 0;
    right: -100px;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-sidelay-funitem.active {
    background: #ef563b;
}

.u-sidelay-funitem:hover>.u-sidelay-funitem-ele {
    right: 0;
}

.m-sidelay-question {
    display: none;
    padding: 50px 12px 0;
    width: 216px;
    height: 280px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 5px 5px 0 rgba(212, 212, 212, .45);
    background: #fff;
    position: absolute;
    top: -54px;
    right: 72px;
}

.m-sidelay-question .m-consultant-form {
    width: 208px;
}

.u-sidelay-ques-close {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 22px;
    color: #e70012;
    text-align: center;
    position: absolute;
    right: -1em;
    top: -1em;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-sidelay-ques-close:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #ca0000;
}

.u-sidelay-ques-close:after {
    content: "";
    margin: auto;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.u-sidelay-ques-close>.iconfont {
    position: relative;
    z-index: 2;
}

.u-sidelay-nextb-arrow {
    display: inline-block;
    font-size: 20px;
    text-shadow: 3px 0 5px rgba(212, 212, 212, .45);
    position: absolute;
    right: -14px;
}


/* 购买服务 弹框 */

.g-layout-buy {
    display: none;
}

.g-layout-bg {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
}

.g-laybuy-contain {
    margin: auto;
    padding-right: 311px;
    width: 569px;
    height: 558px;
    border-radius: 12px;
    background: #fafafa;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.g-laybuy-contain-loan {
    margin: auto;
    padding-right: 0px;
    width: 569px;
    height: 558px;
    border-radius: 12px;
    background: #fafafa;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.u-laybuy-close {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 20px;
    color: #bec3c7;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-laybuy-close:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    color: #e70012;
}

.m-laybuy-bar {
    padding: 33px 26px;
    height: 28px;
    line-height: 28px;
    font-size: 22px;
    color: #34495e;
    font-weight: normal;
    position: relative;
}

.m-laybuy-bar>.tag {
    display: inline-block;
    margin: auto;
    width: 6px;
    height: 16px;
    background: #e70012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.m-laybuy-rbox {
    padding: 90px 30px 30px 40px;
    width: 241px;
    height: 434px;
    background: #fff;
    border-radius: 0 12px 12px 0;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.u-laybuy-rmodtit {
    margin: 10px 0 0;
    line-height: 50px;
    font-size: 22px;
    font-weight: normal;
    color: #e70012;
}

.m-issue-list {}

.m-issue-list>li {
    padding: 14px 0 14px 48px;
    border-bottom: 1px dashed #dbdbdb;
    position: relative;
}

.m-issue-list>li>.iconfont {
    margin: auto;
    width: 1em;
    height: 1em;
    font-size: 30px;
    color: #e70012;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.m-issue-list>li>h5 {
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
    color: #34495e;
    overflow: hidden;
}

.m-issue-list>li>p {
    line-height: 22px;
    color: #bec3c7;
}

.m-laybuy-lbox {
    margin: 0 auto;
    width: 514px;
}

.m-laybuy-form-bar {
    padding: 8px 0 8px 104px;
    min-height: 40px;
    line-height: 40px;
    color: #34495e;
    font-size: 16px;
    position: relative;
}

.m-laybuy-form-bar>dt {
    padding-right: 22px;
    width: 182px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 8px;
}

.m-laybuy-form-bar>dd {}

.u-buylay-form-item {
    padding: 0 5px;
    width: 178px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    background: #fff;
}

.u-buylay-form-item.textarea {
    padding: 5px;
    width: 400px;
    height: 68px;
    line-height: 20px;
    resize: none;
}

.m-buylay-form-li {
    width: 188px;
    height: 40px;
    position: relative;
}

.m-buylay-form-li.addbtn {
    width: 215px;
}

.u-buylay-bloele {
    display: inline-block;
    width: 46px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #dbdbdb;
    background: #bec3c7;
    position: absolute;
    right: 0;
    top: 0;
}

.m-buylay-form-li .u-buylay-form-item {
    width: 230px;
}

.m-buylay-form-li.addbtn .u-buylay-form-item {
    width: 107px;
}

a.u-buylay-bloele {
    width: 96px;
    color: #34495e;
}

a.u-buylay-bloele:hover {
    background: #e70012;
    color: #fff;
}

.u-buylay-form-midi {
    display: inline-block;
    width: 34px;
    text-align: center;
}

.u-buylay-total {
    padding-top: 15px;
    line-height: 1em;
    color: #e70012;
    text-align: right;
}

.u-buylay-subbtn {
    display: block;
    width: 312px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #e70012;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-buylay-subbtn:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}


/* 企业生活 */

.u-oi-menu-navele.f-wid-half-4 {
    width: 63px;
}

.g-oifloor-ct {
    display: none;
}

.m-oi-showmore {
    margin: 0 auto 78px;
}

.m-oi-showmore>a {
    display: block;
    margin: 0 auto;
    width: 154px;
    height: 54px;
    line-height: 54px;
    border: 2px solid #e70012;
    text-align: center;
    color: #e70012;
    font-size: 20px;
    position: relative;
}

.m-oi-showmore>a>em {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
}

.m-oi-showmore>a:after {
    content: "";
    height: 100%;
    background: #e70012;
    position: absolute;
    left: 50%;
    right: 50%;
    top: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

.m-oi-showmore>a:hover {
    *background: #e70012;
    /*ie7*/
    color: #fff;
}

.m-oi-showmore>a:hover:after {
    left: 0;
    right: 0;
}

.g-oi-minbox {
    margin: 0 auto;
    background: -webkit-linear-gradient(top, #f5f5f5, #fefefe);
    background: -o-linear-gradient(bottom #f5f5f5, #fefefe, );
    background: -moz-linear-gradient(bottom, #f5f5f5, #fefefe);
    background: linear-gradient(to bottom, #f5f5f5, #fefefe);
    position: relative;
}

.m-feature-block-02 {
    margin: 0;
    padding: 0;
    border-bottom: 1px dashed #dedede;
}

.m-feature-block-02>li {
    padding-bottom: 26px;
    width: 268px;
}

.m-feature-blockdes-ul {
    margin-top: 8px;
    line-height: 26px;
    font-size: 14px;
    color: #bdc2c6;
}

.m-feature-blockdes-ul>li {
    display: block;
    width: 50%;
    float: left;
    position: relative;
}

.m-feature-blockdes-ul>li .val {
    display: inline-block;
    position: relative;
}

.m-feature-blockdes-ul .hot {
    display: inline-block;
    width: 31px;
    height: 10px;
    background: url("../images/common/hot.png") center no-repeat;
    position: absolute;
    right: -30px;
    top: -3px;
}

.m-broadcast,
.m-broadcast-box {
    height: 54px;
    line-height: 54px;
    position: relative;
    overflow: hidden;
}

.m-broadcast {
    margin-top: 24px;
    padding-left: 60px;
}

.m-broadcast>.iconfont {
    display: inline-block;
    width: 60px;
    font-size: 30px;
    color: #bec5cd;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.m-broadcast-box li {
    float: left;
}

.m-broadcast-liin {
    margin-right: 10px;
}

.u-broadcast-ele {
    color: #bdc2c6;
}

.u-broadcast-ele:hover {
    color: #34495e;
}

.m-module-list {
    margin: 46px 0 46px -10px;
}

.m-module-list>li {
    display: block;
    float: left;
    margin-left: 10px;
    width: 228px;
    height: 280px;
    border: 1px solid #dedede;
    position: relative;
    overflow: hidden;
}

.m-module-item {
    display: block;
    height: 100%;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.m-module-item:hover {
    background: #f5f5f5;
}

.u-module-item-img,
.u-module-item-img>img {
    display: block;
    width: 100%;
    height: 192px;
}

.m-module-item:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}

.u-module-item-txt {
    display: block;
    padding: 10px;
    font-size: 20px;
    text-align: center;
}

.u-module-item-txt>em,
.u-module-item-txt>i {
    display: block;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
}

.m-module-arct,
.m-module-arbox {
    height: 475px;
    position: relative;
    overflow: hidden;
}

.m-module-arbox>ul>li {
    display: block;
    float: left;
    height: 475px;
    position: relative;
    overflow: hidden;
}

.m-module-aritem {
    display: block;
    padding: 30px 37px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.u-module-aritem-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.u-module-aritem-icon,
.u-module-aritem-tag,
.u-module-aritem-tit,
.u-module-aritem-txt {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

.u-module-aritem-icon {
    height: 1em;
    line-height: 1em;
    font-size: 100px;
    text-align: center;
}

.u-module-aritem-tag {
    margin: 55px auto 26px;
    width: 47px;
    height: 6px;
    background: #fff;
}

.u-module-aritem-tit {
    height: 42px;
    line-height: 42px;
    font-size: 32px;
    text-align: center;
}

.u-module-aritem-txt {
    margin: 60px auto 0;
    font-size: 18px;
    text-align: center;
}

.u-module-aritem-txt>em {
    display: block;
    margin: 0 10px;
    float: left;
    width: 143px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.u-charac-arrowbtn {
    width: 65px;
    height: 475px;
    line-height: 475px;
    font-size: 48px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
}

.u-charac-arrowbtn>.bg {
    width: 100%;
    height: 100%;
    background: #e70012;
    position: absolute;
    left: 0;
    top: 0;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.u-charac-arrowbtn>.iconfont {
    position: relative;
    z-index: 2;
}

.u-charac-arrowbtn:hover>.bg {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -webkit-opacity: .5;
    opacity: .5;
}

.u-charac-arrowbtn.prev {
    left: 0;
}

.u-charac-arrowbtn.next {
    right: 0;
}

#bg {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=70);
}

#showlogin {
    display: none;
    position: absolute;
    top: 10%;
    /* top: 40px; */
    left: 35%;
    width: 53%;
    /*height: 10%;*/
    height: 720px;
    padding: 8px;
    border: 8px solid #E8E9F7;
    background-color: white;
    z-index: 1002;
    /* overflow: auto; */
}

#showRegister {
    display: none;
    position: absolute;
    top: 10%;
    /* top: 40px; */
    left: 35%;
    width: 53%;
    /*height: 10%;*/
    height: 720px;
    padding: 8px;
    border: 8px solid #E8E9F7;
    background-color: white;
    z-index: 1003;
    /* overflow: auto; */
}

.m-logreg-rightele_reg {
    padding-top: 22px;
    height: 30px;
    line-height: 18px;
    color: #34495e;
}

.m-logreg-rightele_reg>a {
    display: inline-block;
    height: 30px;
    color: #34495e;
    position: relative;
}

.m-logreg-rightele_reg>a>.line {
    display: inline-block;
    height: 2px;
    background: #e70012;
    position: absolute;
    left: 50%;
    right: 50%;
    bottom: 0;
    -moz-transition: left .3s ease-in-out, right .3s ease-in-out;
    -webkit-transition: left .3s ease-in-out, right .3s ease-in-out;
    transition: left .3s ease-in-out, right .3s ease-in-out;
}

.m-logreg-rightele_reg>a:hover,
.m-logreg-rightele_reg>a.active {
    color: #e70012;
}

.m-logreg-rightele_reg>a:hover>.line,
.m-logreg-rightele_reg>a.active>.line {
    left: 0;
    right: 0;
}

.m-logreg-tab-mod-reg .m-logreg-form-reg {
    height: 245px;
}


/*************************
*
*  add by Regina.Cao 2018-06-26
*
*************************/


/* 首页（百旺头条） */

.g-swiper-ct {
    width: 100%;
    height: 450px;
    position: relative;
    overflow: hidden;
}

.g-index-newsbar {
    width: 100%;
    height: 36px;
    line-height: 36px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.m-index-newsbar-bg {
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -webkit-opacity: .6;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
}

.m-index-newsbar-box {
    margin: 0 auto;
    padding-left: 130px;
    width: 404px;
    height: 36px;
    line-height: 36px;
    background: url("../images/common/index-newsbar.png") left center no-repeat;
    position: relative;
    overflow: hidden;
}

.m-index-newsbar-box .iconfont {
    display: inline-block;
    margin: auto;
    width: 1em;
    color: #fff;
    font-size: 20px;
}

.m-index-newsbar-box>.iconfont {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 95px;
}

.m-index-newsbar-swiper {
    margin: 0;
    width: 364px;
    position: relative;
    overflow: hidden;
}

.u-index-newsbar-next {
    display: inline-block;
    margin: auto;
    width: 40px;
    height: 36px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.u-index-newsbar-next:hover .iconfont {
    color: #eee;
}

.m-index-newsbar-swiperlist {}

.m-index-newsbar-swiperlist>li {
    display: block;
    height: 36px;
    line-height: 36px;
    float: left;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-index-newsbar-swiperlist>li>a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
}


/* 我的订单 */

.u-form-btn {
    display: inline-block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.m-myorder-form {
    padding-top: 50px;
    margin: 0 auto;
    width: 600px;
}

.m-myorder-form-item {
    padding-bottom: 15px;
    line-height: 35px;
    font-size: 14px;
}

.m-myorder-form-item>span {
    display: inline-block;
}

.u-myorder-form-item-tit {
    margin-right: 10px;
    width: 10em;
    text-align: right;
    color: #949494;
}

.m-formct-select {
    width: 187px;
    height: 35px;
    position: relative;
    cursor: pointer;
}

.u-formct-input {
    padding: 0 10px;
    width: 163px;
    height: 31px;
    line-height: 31px;
    border: 2px solid #eee;
    background: #fff;
    font-size: 14px;
}

textarea.u-formct-input {
    width: 370px;
    padding: 5px 10px;
    height: 140px;
    line-height: 20px;
    overflow: auto;
    resize: none;
}

.f-marleft-02 {
    margin-left: 15px;
}

.f-marleft-03 {
    margin-left: 20px;
}

.m-formct-select>.iconfont {
    width: 31px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}

.m-formct-select>.u-formct-input {
    width: 137px;
    padding-right: 36px;
    cursor: pointer;
}

.m-formct-select-oplist {
    display: none;
    width: 185px;
    max-height: 150px;
    border: 1px solid #cbcbcb;
    position: absolute;
    left: 0;
    top: 33px;
    background: #fff;
    z-index: 6;
    overflow: auto;
}

.m-formct-select-oplist>a {
    display: block;
    margin-bottom: 2px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.m-formct-select-oplist>a:last-child {
    margin-bottom: 0;
}

.m-formct-select-oplist>a.active,
.m-formct-select-oplist>a:hover {
    background: #e70012;
    color: #fff;
}

.m-formct-select-oplist>a>.inner {
    display: inline-block;
    position: relative;
}

.m-formct-select-oplist>a .iconfont {
    display: none;
    width: 1em;
    font-size: 18px;
    position: absolute;
    left: -1.5em;
    top: 0;
}

.m-formct-select-oplist>a.active .iconfont {
    display: inline-block;
}


/* 法律详情 */

.m-feature-block.lawStyle-01 {
    margin: 0 12px;
    padding: 0;
}

.m-feature-block.lawStyle-01>li {
    width: 262px;
}

.m-lawmod-tit {
    margin: 0 17px;
    border-top: 1px dashed #e5e5e5;
}

.m-lawmod-tit>.u-feature-block-icon {
    width: 200px;
    font-size: 80px;
}

.m-feature-block.lawStyle-02 {
    width: 960px;
    margin: 0 auto;
}

.m-feature-block.lawStyle-02>li {}

.m-feature-block.lawStyle-02>li.arrow {
    width: 100px;
    line-height: 100px;
    font-size: 38px;
    color: #c8ccd0;
    text-align: center;
}

.m-law-list {
    margin-bottom: 20px;
}

.m-law-list>li {
    display: block;
    margin: 20px 10px;
    float: left;
    width: 580px;
}

.u-law-item-icon {
    display: block;
    width: 237px;
    height: 300px;
    background: url("../images/common/lawlist-img.jpg") no-repeat;
}

.u-law-item-icon-01 {
    background-position: 0 0;
}

.u-law-item-icon-02 {
    background-position: -238px 0;
}

.u-law-item-icon-03 {
    background-position: -238px -301px;
}

.u-law-item-icon-04 {
    background-position: -476px 0;
}

.u-law-item-icon-05 {
    background-position: 0 -301px;
}

.u-law-item-icon-06 {
    background-position: -476px -301px;
}

.u-law-item-icon-07 {
    background-position: 0 -602px;
}

.u-law-item-icon-08 {
    background-position: -238px -602px;
}

.u-law-item-icon-09 {
    background-position: -476px -602px;
}

.m-lay-item-in {
    padding-top: 48px;
    width: 343px;
    position: relative;
    overflow: hidden;
}

.m-lay-item-in>.tag {
    display: inline-block;
    width: 40px;
    height: 5px;
    background: #e70b18;
}

.m-lay-item-in>h5 {
    margin: 15px 0;
    font-size: 34px;
    font-weight: normal;
    color: #34495e;
}

.m-lay-item-in>p {
    font-size: 18px;
    color: #bdc2c6;
}


/*************************
*
*  add by Regina.Cao 2018-07-01
*
*************************/


/* 礼仪服务 */

.m-feature-block.etiquette {
    padding: 36px 0 0;
}

.m-feature-block.etiquette>li {
    width: 162px;
}

.m-imgtxt-list.etiquette {
    padding: 18px 11px;
    margin: 0;
}

.m-imgtxt-list.etiquette>li {
    margin: 18px 10px;
    width: 266px;
}

.m-imgtxt-list.etiquette .m-imgtxt-gtxt>h5 {
    margin: 0;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.m-imgtxt-list.etiquette .m-imgtxt-item {
    height: 204px;
}

.m-imgtxt-list.etiquette .u-imgtxt-item-img {
    height: 169px;
}

.m-articel-box {
    padding: 26px 22px;
    line-height: 28px;
    font-size: 16px;
    color: #34495e;
    text-align: justify;
    text-justify: inter-ideograph;
}

.m-articel-box .more {
    color: #3598db;
}

.m-articel-box .more:hover {
    text-decoration: underline;
}

.m-etiquette-baselist {
    margin: 32px 12px;
}

.m-etiquette-baselist>li {
    display: block;
    margin: 0 10px;
    float: left;
    width: 360px;
    height: 276px;
}

.m-etiquette-baselist>li>a,
.m-etiquette-comlist>li>a,
.m-illustration-list>li>a {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.m-etiquette-baselist>li img,
.m-illustration-list>li {
    display: block;
    width: 100%;
    height: 100%;
}

.m-etiquette-comlist {
    margin: 32px 11px;
}

.m-etiquette-comlist>li {
    display: block;
    margin: 0 10px;
    float: left;
    width: 266px;
    height: 349px;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.m-etiquette-comlist>li:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    filter: alpha(opacity=30);
    -moz-opacity: .3;
    -webkit-opacity: .3;
    opacity: .3;
    position: absolute;
    left: 0;
    top: 0;
}

.m-etiquette-comlist>li img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.m-etiquette-comlist>li .keyword {
    display: block;
    margin: auto;
    width: 106px;
    height: 106px;
    line-height: 106px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    font-size: 60px;
    color: #fff;
    box-shadow: 0 0 5px 3px rgba(0, 0, 0, .15);
    text-shadow: 0 0 5px rgba(0, 0, 0, .45);
    position: absolute;
    left: 0;
    right: 0;
    top: 90px;
    z-index: 2;
}

.m-etiquette-comlist>li .des {
    font-size: 18px;
    color: #fff;
    text-shadow: 0 0 5px rgba(0, 0, 0, .45);
    text-align: center;
    position: absolute;
    top: 264px;
    left: 16px;
    right: 16px;
    z-index: 2;
}

.m-illustration-list {
    padding: 15px 0 10px;
    margin-left: -20px;
}

.m-illustration-list>li {
    display: block;
    float: left;
    margin: 10px 0 10px 20px;
    width: 551px;
    height: 269px;
    position: relative;
    overflow: hidden;
}


/* 贷款 */

.f-txt-more {
    color: #3598db;
}

.f-txt-more:hover {
    text-decoration: underline;
}

.m-column-titgroup.special .f-coltitg-tag {
    margin: 16px auto;
}

.m-column-titgroup.special .u-coltitg-des {
    margin-bottom: 40px;
    font-size: 14px;
}

.loan .u-articel-text-02 {
    margin-bottom: 20px;
}

.m-bank-list {
    margin: 0 7px;
}

.m-bank-list>li {
    display: block;
    float: left;
    margin: 0 10px;
    width: 266px;
    height: 420px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    background: #fff;
    box-shadow: 0 3px 5px 3px rgba(212, 212, 212, .25);
    position: relative;
    overflow: hidden;
}

.u-bank-item-name {
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    color: #fff;
}

.u-bank-item-img {
    display: block;
    margin: 35px auto 40px;
    width: 218px;
    height: 75px;
    background: url("https://resumephoto.oss-cn-hangzhou.aliyuncs.com/images/common/bank-img.jpg") 0 0 no-repeat;
}

.u-bank-item-des {
    margin: 0 18px;
    height: 104px;
    font-size: 18px;
    line-height: 26px;
    color: #bdc2c6;
    overflow: hidden;
}

.u-bank-item-btn {
    display: block;
    margin: 40px auto 0;
    width: 145px;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.u-bank-item-btn:hover {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}

.m-bank-item-01 .u-bank-item-name,
.m-bank-item-01 .u-bank-item-btn {
    background: #05366f;
}

.m-bank-item-01 .u-bank-item-img {
    background-position: 0 0;
}

.m-bank-item-02 .u-bank-item-name,
.m-bank-item-02 .u-bank-item-btn {
    background: #bc2a77;
}

.m-bank-item-02 .u-bank-item-img {
    background-position: -219px 0;
}

.m-bank-item-03 .u-bank-item-name,
.m-bank-item-03 .u-bank-item-btn {
    background: #c32c2c;
}

.m-bank-item-03 .u-bank-item-img {
    background-position: -448px 0;
}

.m-bank-item-04 .u-bank-item-name,
.m-bank-item-04 .u-bank-item-btn {
    background: #004384;
}

.m-bank-item-04 .u-bank-item-img {
    background-position: -657px 0;
}

.m-loanadv-list {
    width: 936px;
    margin: 0 auto;
}

.m-loanadv-list>li {
    display: block;
    width: 280px;
    margin: 0 16px;
    float: left;
}

.u-loanadv-item-icon {
    display: block;
    margin: 0 auto;
    width: 146px;
    height: 146px;
    line-height: 146px;
    color: #fff;
    text-align: center;
    font-size: 68px;
    border-radius: 50%;
    border: 2px solid #e70012;
    position: relative;
    overflow: hidden;
}

.u-loanadv-item-icon:after {
    content: "";
    display: block;
    margin: auto;
    width: 128px;
    height: 128px;
    border-radius: 50%;
    background: #e70012;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.u-loanadv-item-icon>.iconfont {
    position: relative;
    z-index: 2;
}

.u-loanadv-item-tit {
    margin: 26px 0 6px;
    font-size: 20px;
    color: #e70012;
    text-align: center;
}

.u-loanadv-item-des {
    font-size: 18px;
    color: #bdc2c6;
    line-height: 28px;
    text-align: center;
}


/* 下载中心 */

.m-tophead-bcb {
    margin: 58px 0 0 14px;
    height: 24px;
    line-height: 24px;
    font-size: 24px;
    position: relative;
    overflow: hidden;
}

.u-tophead-breadcrumb {
    display: inline-block;
    font-size: 18px;
    color: #34495e;
    line-height: 1em;
}

.m-feature-block.download {
    margin: 0 30px;
}

.m-feature-block.download>li {
    margin: 0 30px;
    width: 320px;
}

.m-feature-block.download>li .u-feature-block-icon {
    margin-bottom: 18px;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 82px;
}

.u-txt-link {
    display: block;
    font-size: 18px;
    color: #34495e;
    text-align: center;
    text-decoration: underline;
}

.u-txt-link:hover {
    text-decoration: none;
}


/* 工单界面 */

.f-mar-bot-02 {
    margin-bottom: 0;
}

.g-formbar-box {
    padding: 17px 0;
    background: #e70012;
    position: relative;
}

.m-formbar-tabb td {
    padding: 5px 15px;
    line-height: 26px;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.u-formbar-tit,
.u-formbar-input {
    display: inline-block;
    position: relative;
}

.u-formbar-input {
    height: 26px;
}

.u-formbar-input>input {
    padding: 0 10px;
    width: 255px;
    height: 26px;
    line-height: 26px;
    background: #fff;
    border: 0 none;
    font-size: 14px;
}

.u-formbar-input.date>input {
    padding-right: 36px;
    width: 99px;
    background: url("../images/common/rili.jpg") center right no-repeat #fff;
    cursor: pointer;
}

.u-formbar-input>.iconfont {
    display: inline-block;
    width: 1em;
    font-size: 20px;
    color: #e70012;
    position: absolute;
    right: 10px;
    top: 0;
}

.u-formbar-search {
    display: block;
    width: 120px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    background: #f9b600;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
}

.u-formbar-search:hover,
.u-formhead-btn:hover {
    -moz-opacity: .8;
    -webkit-opacity: .8;
    opacity: .8;
}

.u-formbar-search>.iconfont {
    font-size: 20px;
}

.m-form-mainct {
    padding: 0 30px 20px;
    background: #fff;
}

.m-form-headbar {
    padding: 14px 0;
    margin-left: -26px;
}

.u-formhead-btn {
    display: inline-block;
    margin: 14px 0 14px 26px;
    padding: 0 14px;
    min-width: 62px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.u-formhead-btn>.iconfont {
    font-size: 20px;
}

.u-formhead-btn-01 {
    background: #e70012;
}

.u-formhead-btn-02 {
    background: #f9b600;
}

.m-formb-tabb td {
    padding: 8px 5px;
    height: 20px;
    border: 1px solid #cbcbcb;
    font-size: 14px;
    color: #34495e;
}

.m-form-pagebox {
    padding: 25px 0;
    text-align: right;
    font-size: 14px;
    position: relative;
}

.u-formpb-item {
    display: inline-block;
    margin-left: 22px;
}

.u-formb-item-btn,
.u-formb-item-arrow,
.u-formpb-input-num {
    display: inline-block;
    border: 1px solid #cbcbcb;
    text-align: center;
}

.u-formb-item-btn {
    display: inline-block;
    padding: 0 8px;
    height: 18px;
    line-height: 18px;
    background: #eee;
}

.u-formb-item-arrow,
.u-formpb-input-num {
    height: 15px;
    line-height: 15px;
}

.u-formb-item-arrow {
    width: 15px;
    font-size: 12px;
}

.u-formb-item-arrow.prev {
    margin-right: 8px;
}

.u-formb-item-btn:hover,
.u-formb-item-arrow:hover {
    background: #cbcbcb;
}

.u-formb-item-arrow.disabled,
.u-formb-item-arrow.disabled:hover {
    background: #eee;
    color: #fff;
}

.u-formpb-input-num {
    padding: 0 5px;
    width: 28px;
    background: #fff;
}

.m-layout-gside {
    width: 127px;
    height: 156px;
    position: fixed;
    right: 10px;
    top: 50%;
    z-index: 10;
}

.m-layout-onlinebar {
    width: 127px;
    height: 156px;
    background: url("../images/common/online-buy.png") center no-repeat;
    position: relative;
}

.u-layonline-close,
.u-laygift-close {
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.u-layonline-close:hover,
.u-laygift-close:hover {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.u-layonline-close {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 18px;
    text-align: center;
    color: #9fa4be;
    position: absolute;
    right: -5px;
    top: -12px;
}

.u-layonline-txt {
    margin: auto;
    width: 80%;
    font-size: 12px;
    color: #176ad6;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
}

.u-layonline-btn {
    display: block;
    margin: auto;
    width: 94px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
}

.u-layonline-btn:hover {
    color: #eee;
}

.m-layout-gift {
    width: 134px;
    height: 97px;
    position: absolute;
    right: 0;
    top: -117px;
}

.u-laygift-item {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../images/common/lay-img.png") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    -o-animation: myfirst 2s infinite;
    -moz-animation: myfirst 2s infinite;
    -webkit-animation: myfirst 2s infinite;
    animation: myfirst 2s infinite;
}

.u-laygift-close {
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    font-size: 18px;
    text-align: center;
    color: #ff002f;
    position: absolute;
    right: -.5em;
    top: -1em;
}

@-o-keyframes myfirst {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}

@-moz-keyframes myfirst {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}

@-webkit-keyframes myfirst {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}

@keyframes myfirst {
    0% {
        top: 0;
    }
    50% {
        top: -10px;
    }
    100% {
        top: 0;
    }
}

.m-otheri-item.special-style-01 {
    text-align: center;
}

.m-otheri-item.special-style-01 .u-otheri-floor-tit {
    padding-top: 47px;
}

.m-otheri-item.special-style-01 .u-floor-top-tag {
    margin: auto;
    width: 4em;
    left: 0;
    right: 0;
}

.u-otheri-floor-spicon,
.u-otheri-floor-sptxt {
    position: relative;
    z-index: 3;
}

.u-otheri-floor-spicon {
    display: block;
    margin-top: 64px;
    text-align: center;
    font-size: 94px;
    height: 1em;
    line-height: 1em;
    color: #bdc2c6;
}

.u-otheri-floor-sptxt {
    line-height: 28px;
    font-size: 14px;
    color: #34495e;
}

.u-otheri-floor-sptxt>em {
    font-family: "Arial";
    font-size: 24px;
    color: #e70012;
}

.u-otheri-floor-spbtn {
    margin: auto;
    width: 177px;
    height: 37px;
    line-height: 37px;
    border: 1.5px solid #e70012;
    font-size: 28px;
    color: #e70012;
    text-align: center;
    font-family: "Arial";
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
}

.u-otheri-floor-spbtn:hover {
    color: #fff;
    background: #e70012;
}

.u-otheri-floor-spbtn>em {
    font-size: 18px;
}

.u-otheri-floor-spbtn>.iconfont {
    display: inline-block;
    font-size: 20px;
}

.f-txt-fs-01 {
    font-size: 16px;
}

.f-padbot-0 {
    padding-bottom: 0;
}

.m-modlist-box {
    margin-left: -40px;
}

.m-modlist-box>li {
    margin: 40px 0 0 40px;
    height: 205px;
    border: 1px solid #e5e5e5;
    position: relative;
    overflow: hidden;
    clear: both;
}

.m-modlist-box>li.two {
    float: left;
    clear: none;
    width: 561px;
}

.m-modlist-item {
    display: table;
    padding-left: 205px;
    position: relative;
}

.m-modlist-item>dt {
    padding: 30px 10px;
    width: 185px;
    height: 145px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1em;
    position: relative;
    overflow: hidden;
    background: url("../images/common/item-bg-01.jpg") center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
}

.m-modlist-item>dt>.iconfont {
    display: inline-block;
    margin: 24px 0;
    line-height: 1em;
    font-size: 46px;
}

.m-modlist-item>dd {
    display: table-cell;
    padding: 15px 22px;
    height: 175px;
    vertical-align: middle;
}

.u-adv-img.widthauto {
    display: inline-block;
    margin: 0;
    width: auto;
}

.u-adv-img.widthauto>img {
    width: auto;
}

.m-table-intro.special-style-01 .m-table-introlist>.txt-02 {
    margin-right: 15px;
    max-width: 126px;
}

.m-table-intro.special-style-01 .m-table-introlist>.txt-01 {
    max-width: 75%;
}

.m-itlist-box {
    text-align: center;
}

.m-itlist-box>li {
    display: inline-block;
    width: 23%;
    font-size: 18px;
    color: #34495e;
}

.m-itlist-box>li>.icon-img {
    display: block;
    margin: 0 auto;
    width: 139px;
    height: 148px;
    background: url("../images/common/item-img-02.png") no-repeat;
}

.m-itlist-box>li.m-itlist-ele-01>.icon-img {
    background-position: 0 0;
}

.m-itlist-box>li.m-itlist-ele-02>.icon-img {
    background-position: -140px 0;
}

.m-itlist-box>li.m-itlist-ele-03>.icon-img {
    background-position: -280px 0;
}

.m-itlist-box>li.m-itlist-ele-04>.icon-img {
    background-position: -420px 0;
}

.m-itlist-box>li>p {
    margin: 8px 0;
}

.m-pwdbox {
    margin-top: 40px;
    width: 100%;
    position: relative;
}

.m-pwdbox>.bg {
    display: block;
    width: 100%;
    height: auto;
}

.u-pwd-topq {
    height: 1em;
    line-height: 1em;
    font-size: 24px;
    color: #e13443;
    font-style: italic;
    position: absolute;
    left: 65%;
    top: 3px;
}

.m-pwd-artbox {
    width: 38%;
    color: #fff;
    position: absolute;
    top: 17%;
    left: 59%;
}

.m-pwd-artbox>.tag {
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
}

.m-pwd-artbox>h4,
.m-pwd-artbox>h5 {
    font-weight: normal;
}

.m-pwd-artbox>h4 {
    margin-top: 2%;
    line-height: 1.8em;
    font-size: 20px;
}

.m-pwd-artbox>h5 {
    font-size: 18px;
}

.m-pwd-artbox>.txt {
    margin-top: 5%;
    line-height: 1.75em;
    font-size: 14px;
    position: relative;
}

.m-pwd-artbox>img {
    display: block;
    width: 124px;
    height: auto;
    position: absolute;
    right: 0;
    bottom: 2%;
}

.m-bank-charlist {
    margin-bottom: 40px;
    text-align: center;
}

.m-bank-charlist>li {
    display: inline-block;
    margin: 0 1%;
    width: 23%;
    height: 247px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px 2px rgba(212, 212, 212, .45);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.u-bank-chartit {
    height: 44px;
    line-height: 44px;
    font-weight: normal;
    font-size: 20px;
    color: #fff;
}

.f-bg-color-01 {
    background: #c32c2c;
}

.f-bg-color-02 {
    background: #e13443;
}

.f-bg-color-03 {
    background: #05366f;
}

.u-bank-chartit-02 {
    margin: 24px 5px;
    line-height: 1.2em;
    font-size: 20px;
    font-weight: normal;
    color: #c32c2c;
}

.u-bank-chartxt {
    font-size: 16px;
    color: #bdc2c6;
}

.m-cpchar-list {
    text-align: center;
}

.m-cpchar-list>li {
    display: inline-block;
    width: 17%;
    margin: 0 1%;
    height: 216px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px 2px rgba(212, 212, 212, .45);
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.m-cpchar-list>li>.inner {
    display: table;
    width: 100%;
    height: 172px;
    font-size: 16px;
    color: #bdc2c6;
}

.m-cpchar-list>li>.inner>p {
    display: table-cell;
    vertical-align: middle;
}

.m-pwd-liuc {
    text-align: center;
}

.m-pwd-liuc>li {
    display: inline-block;
    width: 28%;
    margin: .7%;
    height: 76px;
    border: 1px solid #cbcbcb;
}

.m-pwd-liuc>li>.inner {
    display: table;
    margin: 0 auto;
    width: 92%;
    height: 100%;
    line-height: 20px;
    font-size: 16px;
    color: #34495e;
}

.m-pwd-liuc>li>.inner>.inner-txt {
    display: table-cell;
    vertical-align: middle;
}

.m-pwd-liuc>li>.inner>.inner-txt>p {
    padding-left: 27px;
    text-align: left;
    position: relative;
}

.m-pwd-liuc>li>.inner .num {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: #e64d43;
    border-radius: 50%;
    font-size: 10px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width: 1200px) {
    .g-contain,
    .g-mainct,
    .m-otheri-ct {
        width: 980px;
        min-width: 980px;
    }
    .m-serve-bar {
        margin: 36px auto 0;
        width: 980px;
        min-width: 980px;
    }
    .m-serve-tabmin-inner {
        width: 980px;
        min-width: 980px;
    }
    .g-banner {
        height: auto;
        min-height: 300px;
    }
    .g-swiper-ct {
        height: 300px;
    }
    .m-onav-list>li {
        width: 170px;
        height: 256px;
    }
    .m-serve-leftintro {
        margin-top: 58px;
        width: 227px;
        position: relative;
        overflow: hidden;
    }
    .u-serve-leftintro-text {
        line-height: 36px;
        font-size: 18px;
    }
    .u-serve-leftintro-text-01 {
        color: #e84c3d;
        font-family: "Arial";
    }
    .u-serve-leftintro-text-02 {
        margin-top: 16px;
        color: #fff;
    }
    .m-serve-leftintro-bottext {
        margin-top: 103px;
        padding-top: 30px;
        border-top: 2px dashed #fff;
    }
    .m-serve-leftintro-bottext>p {
        margin-top: 30px;
        font-size: 14px;
        line-height: 1em;
        color: #fff;
    }
    .m-serve-typelist {
        width: 752px;
        height: 508px;
        border: 1px solid #e6e6e6;
        border-left: 0 none;
        background: #fff;
    }
    .m-serve-typelist>li {
        display: block;
        float: left;
        width: 249px;
        height: 508px;
        border-left: 1px solid #e6e6e6;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    .m-oneToOne-list {
        margin-left: -50px;
    }
    .m-oneToOne-list>li,
    .m-consultant-list>li,
    .m-layout-consultant,
    .m-layout-question {
        width: 240px;
        height: 323px;
        border: 1px solid #e6e6e6;
        box-shadow: 0 5px 5px 0 rgba(212, 212, 212, .45);
        background: #fff;
        position: relative;
    }
    .m-oneToOne-list>li,
    .m-consultant-list>li {
        padding: 50px 21px 0;
        float: left;
    }
    .m-oneToOne-list>li {
        margin: 150px 0 0 50px;
    }
    .m-footer-nav {
        margin: 49px auto 52px;
        width: 920px;
        overflow: hidden;
    }
    .u-footer-nav-item {
        display: block;
        float: left;
        margin: 0 10px;
        width: 128px;
        height: 70px;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        position: relative;
        overflow: hidden;
        -moz-transition: all .3s;
        -webkit-transition: all .3s;
        transition: all .3s;
    }
    .m-footer-other {
        width: 980px;
        min-width: 980px;
        margin: 0 auto;
    }
    .m-net-code>li {
        display: block;
        margin-left: 54px;
        float: left;
        width: 144px;
        height: 174px;
        background: #fff;
        position: relative;
        font-size: 18px;
        color: #e70012;
        text-align: center;
        line-height: 1em;
    }
    .m-net-code>li>a {
        display: block;
    }
    .m-net-code>li>a>img {
        width: 140px;
        height: 140px;
    }
    .m-address-list {
        margin: 42px 0 0 115px;
        width: 480px;
    }
    .m-address-list>li {
        float: left;
        margin: 0 0 10px 58px;
        width: 228px;
        color: #fff;
    }
    .m-net-keyword {
        display: inline-block;
        font: bold 17px/128px "SimHei";
        position: absolute;
        left: 840px;
    }
    .m-search-box {
        width: 450px;
    }
    .g-net-infor>.g-contain {
        background-size: 1080px 100%;
    }
    .g-banner {
        width: 100%;
        height: 300px;
        background: #e5e5e5;
        position: relative;
        overflow: hidden;
    }
    /* 法律详情 */
    .m-feature-block.lawStyle-01>li {
        width: 206px;
    }
    .m-law-list>li {
        width: 470px;
    }
    .m-lay-item-in {
        width: 233px;
    }
    /* 企业服务 */
    .m-otheri-mnav-itemlist {
        width: 728px;
    }
    .u-otheri-mnav-itemele {
        width: 101px;
        margin: 0 10px;
    }
    .m-otheri-lbox {
        width: 284px;
    }
    .m-otheri-rbox {
        width: 693px;
    }
    .m-otheri-lbbotb-link>li {
        width: 137px;
        margin-left: 10px;
    }
    .m-otheri-rbox>li {
        width: 230px;
    }
    .m-table-intro.special-style-01 .m-table-introlist>.txt-01 {
        max-width: 64%;
    }
    .m-modlist-box {
        margin-left: -20px;
    }
    .m-modlist-box>li {
        margin: 20px 0 0 20px;
    }
    .m-modlist-box>li.two {
        width: 461px;
    }
    .m-pwd-artbox {
        top: 12%;
    }
    .m-pwd-artbox>h4 {
        margin-top: 0;
        line-height: 1.5em;
    }
    .m-pwd-artbox>.txt {
        top: 3%;
    }
}