body {
    font-size: 12px;
}

h1,
h2,
h3 {
    color: #333;
    margin: 0
}

h1 {
    font-size: 24px;
    margin-bottom: 40px;
}

h2{
    font-size: 20px;
    margin-bottom: 20px;
}

h3{
    font-size: 18px;
    margin-bottom: 30px;
}

.side-content p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #333;
    line-height: 25px;
}

/* .header {
    height: auto;
} */

.content {
    display: flex;
    justify-content: center;
    background: #fff;
}

.content-title {
    position: relative;
    height: 6rem;
    overflow: hidden;
    margin-bottom: .55rem
}

.content-title img {
    width: 100%;
    height: 6rem;
}

.main {
    display: flex;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 16px;
}

.nav-name {
    position: absolute;
    top: 2.24rem;
    left: 4.73rem;
    font-weight: 500;
    color: #fff;
}

.sidebar {
    float: left;
    margin-right: 47px;
    font-size: 16px;
}

a.selected {
    box-sizing: border-box;
    width: 254px;
    height: 98px;
    line-height: 98px;
    padding: 0;
    text-align: center;
    background: rgba(57, 133, 212, 1);
    color: #fff;
    font-weight: bold;
}

.submenu a.selected{
    width: auto;
    height: auto;
    line-height: inherit;
    background-color: #fff;
    color: rgba(57, 133, 212, 1);
}

.side-content {
    /* float: left; */
    width: 900px;
    min-height: 1000px;
}

.side-content--header {
    color: #333;
    font-weight: bold;
    margin-bottom: 40px;
}

h2.sub-title,p.sub-title {
    color: #1A76BA;
    font-weight: bold;
    margin-bottom: 35px;
}

.fixed-assets {
    margin-bottom: 27px;
}

.account-item {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 47px;
    color: #464443;
    padding: 30px 0 20px 40px;
    padding-right: 0;
    border: 2px dashed rgb(203, 204, 203);
    border-radius: 18px;
    font-size: 18px;
}

p.item-feature {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.item-feature::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #207EC3;
    position: absolute;
    top: 6px;
    left: 0px;
    
}

.item-feature span {
    color: #207EC3;
    font-weight: bold;
}

.float-list {
    overflow: hidden;
}

.float-list p{
    margin: 0;
}

.float-list li {
    float: left;
    width: 187px;
    margin-right: 20px;
}

.float-list li:last-child {
    margin: 0;
}

p.float-list--title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    background: rgba(32, 126, 195, 1);
    border-radius: 18px;
    margin-bottom: 15px;
}

p.account-item--title {
    position: absolute;
    color: #207EC3;
    font-weight: bold;
    top: -15px;
    background-color: #fff;
    padding: 0 10px;
    font-size: 20px;
}

.bigdata-pic {
    margin-top: 30px;
}

.bigdata-content {
    line-height: 30px;
}

.account-item .account-img {
    margin-right: .1rem;
}


.fixed-item {
    position: relative;
    padding: 30px 50px 15px 50px;
    background: url('../images/product/fixed-bg.png') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
}

.fixed-item--title {
    position: absolute;
    top: -10px;
    left: 56px;
}

.triangle {
    vertical-align: middle;
    margin-left: 10px;
}

.fixed-item--list li {
    color: #464443;
    margin-bottom: 5px;
    font-size: 14px;
}

.fixed-item--list li::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #1971B2;
    margin-right: 6px;
    margin-bottom: 2px;
}

p.fixed-item--header {
    position: relative;
    box-sizing: border-box;
    color: #1A76BA;
    margin-bottom: 8px;
    padding-left: 12px;
}

.logistics-list p.fixed-item--header {
    position: relative;
    box-sizing: border-box;
    color: #1A76BA;
    margin-bottom: 8px;
    padding-left: 12px;
}

.fixed-item--header::before {
    content: '';
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0rem;
    top: 3px;
    width: 5px;
    height: 17px;
    background-color: #1971B2;
}

.fixed-item>div {
    display: inline-block;
}

.repair-list {
    display: flex;
    flex-wrap: wrap;
    width: 340px;
}

.repair-list li {
    white-space: nowrap;
    width: 170px;
}

.logistics-list p {
    margin: 0;
}

.logistics {
    width: 915px;
    height: 5.92rem;
    margin-bottom: .2rem;
}

p.logistics-title {
    width: 915px;
    height: 50px;
    font-family: Source Han Sans CN;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    font-size: 29px;
    color: #fff;
    background: rgba(34, 132, 190, 1);
    border-radius: 9px 9px 0px 0px;
    margin: 0;
}

.logistics-list {
    width: 911px;
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #377DB9;
    background-color: rgb(238, 245, 250);
}


.logistics-list li {
    width: 454px;
}

p.logistics-list--title {
    font-weight: bold;
    padding-left: 64px;
    background-color: #7FB4E2;
    color: #fff;
    height: 42px;
    line-height: 42px;
    /* border-left: 2px solid #fff; */
    margin: 0;
    font-size: 20px;
}

.logistics-list--content {
    padding: 4px 0 10px 20px;
    color: #377DB9;
    border-left: 0px solid #377DB9;
}

.logistics-list--content p{
    font-size: 18px;
}

.logistics-list li:nth-child(2n) {
    border-left: 2px solid #377DB9;
}

.logistics-list li:nth-child(2n+1) .logistics-list--title {
    border-left: 0px solid #377DB9;
}

/*hrp*/
.hrp-pic {
    margin: 30px 0 68px 0;
}


/*财务管理*/
p.sub-header {
    font-size: 19px;
    color: #1A76BA;
    font-weight: bold;
}

.sub-header img {
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin-right: 10px;
}


.sub-describe {
    color: #2E7ABC;
    padding-left: 37px;
    margin-top: 17px;
    margin-bottom: 25px;
}


.point-list {
    box-sizing: border-box;
    width: 634px;
    padding-left: 40px;
    font-size: 14px;
}

.point-list li {
    position: relative;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
}

.point-list li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1971B2;
}

.financial-item {
    margin-bottom: 60px;
}

.financial-item .point-list{
    font-size: 18px;
}

.point-list.f18 {
    width: 9rem;
    line-height: .30rem;
    font-size: 18px;
}

.point-list.f18 li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #1971B2;
}

.manage-list {
    display: flex;
    flex-wrap: wrap;
}

.manage-list>li:nth-child(1){
    background: url('../images/product/manage-bg2.png') no-repeat;
    background-size: 100% 100%;
}

.manage-list>li:nth-child(2){
    background: url('../images/product/manage-bg2.png') no-repeat;
    background-size: 100% 100%;
}
.manage-list>li {
    position: relative;
    box-sizing: border-box;
    width: 448px;
    margin-right: 10px;
    background: url('../images/product/manage-bg.png') no-repeat;
    background-size: 100% 100%;
    padding: 10px 25px 10px 40px;
    margin-bottom: 10px;
}


.manage-list li:nth-child(2n) {
    margin-right: 0;
}

.manage-icon {
    position: absolute;
    top: 12px;
    right: 9px;
    width: 26px;
    height: 26px;
}

.manage-list .sub-title {
    margin-bottom: 10px;
}

.manage-list .point-list {
    width: auto;
    padding: 0;
}

.manage-list .point-list li {
    padding-left: 20px;
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}

.point-list--title {
    padding-left: 30px;
}

.point-list--title::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background-color: #2769AB;
    margin-right: 16px;
}

/*hr*/
.hr-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    color: #1A76BA;
}

.function-frame {
    width: 8.75rem;
    height: 3.20rem;
}

.core-list {
    display: flex;
    font-size: 12px;
}

.core-list p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #666;
}

.core-list p:first-child {
    color: #1A76BA;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}

.core-list>li {
    box-sizing: border-box  ;
    width: 300px;
    padding-right: .14rem;
    border-right: 2px dashed rgb(185, 202, 223);
    /* font-size: 12px; */
    padding-left: .17rem;
}

.core-list .point-list li{
    font-size: 14px;

}

.core-list>li:first-child {
    padding-left: 0;
}


.core-list>li:last-child {
    border-right: 0px dashed rgb(185, 202, 223);
}

.core-list>li p:first-child::before {
    content: '';
    display: inline-block;
    width: .17rem;
    height: .17rem;
    background-color: #1577BE;
    margin-right: .1rem;
}

.core-list .point-list {
    width: auto;
    padding: 0;
}

.hr-pic3 {
    width: 9.06rem;
    height: 2.90rem;
    margin-left: -.3rem;
}

.hr-pic4 {
    width: 8.29rem;
    height: 1.70rem;
}

.function-list {
    width: 850px;
    border: 4px solid #3884C5;
}

.function-list p{
    margin-bottom: 0;
    font-size: 20px;
    color: #307CB0;
}

.function-list li {
    display: flex;
    align-items: baseline;
    box-sizing: border-box;
    padding: .1rem .5rem .1rem .25rem;
    border-bottom: 2px solid #A5CDE7;
}

.function-list li:last-child{
    border-bottom: 0;
}

.function-list li p:first-child {
    font-size: 24px;
    margin-right: .25rem;
}

h2.function-list-header {
    width: 858px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
    background-color: #3884C5;
    border-radius: 10px 10px 0px 0px;
    margin: 0;
}

/**/


.bank-list {
    width: 770px;
    padding-left: .25rem;
    margin-bottom: .6rem;
}

.bank-list p{
    font-size: 18px;
}

.bank-list li {
    position: relative;
    margin-bottom: .20rem;
}

.bank-list li::before {
    content: '';
    display: inline-block;
    width: .15rem;
    height: .15rem;
    position: absolute;
    top: .05rem;
    left: -.20rem;
    background-color: #2769AB;
}

.bank-list li p:first-child {
    color: #1A76BA;
    font-weight: bold;
    margin-bottom: .1rem;
}

.bank-function {
    display: flex;
    flex-wrap: wrap;
    width: 700px;
    margin-top: .2rem;
    font-size: 14px;
}

.bank-function li {
    width: 50%;
}

p.sys-describe {
    color: #3287BD;
    width: 700px;
    padding-left: .2rem;
}

/*region*/


.region-title {
    color: #464443;
    font-weight: bold;
    margin: .3rem 0 .1rem 0;
}

h2.center-title {
    text-align: center;
    margin-bottom: .16rem;
}



.region-content {
    margin-bottom: .7rem;
}


.region-pic2 {
    display: block;
    margin: 0 auto 30px;
}

.center-img{
    text-align: center;
    
}

.mobile-function{
    display: flex;
    justify-content: space-between;
}

.mobile-function .point-list{
    width: auto;
    font-size: 18px;
}

.mobile-function .point-list li{
    margin-bottom: 30px;
}

.mobile-function img:nth-of-type(1){
    margin-right: 75px;
}

.bi-list{
    font-size: 16px;
    width: 900px;
    color: #666;
}

.bi-list li{
    margin-bottom: 30px;
}

.bi-list li span{
    color: #333;
    font-weight: bold;
}

p.light-title{
    font-size: 20px;
}

.point-list.purchase{
    width: 800px;
    font-size: 16px;
    margin-bottom: 60px;
}

.blue{
    color: #1971B2;
}

.flex{
    display: flex;
    align-items: flex-start;
}

.purchase-list{
    margin-right: 150px;
    padding-left: 20px;
}
.purchase-list li{
    margin-bottom: 20px;
    font-size: 18px;
}

.footer-content{
    font-size: 14px !important;
}

.sidebar-title{
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
    margin-bottom: 0.25rem;
    margin-top: 0.3rem;
}


.menu-title,.menu-ul .menu-li a{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    text-decoration: none;
}

.menu-ul{
    display: none;
}

.menu-icon{
    width: 8px;
    height: 8px;
    display: inline-block;
    background: url("../images/productImage/nav-right.png") no-repeat;
}
.menu-ul-open{
    display: block;
}
.menu-title-open .menu-icon{
    margin-right: 5px;
    background: url("../images/productImage/nav-down.png") no-repeat;
}
.menu-right{
    background: url("../images/productImage/nav-right.png") no-repeat;
}
.menu-down{
    margin-right: 5px;
    background: url("../images/productImage/nav-down.png") no-repeat;
}
.menu-spacing{
    margin-left: 0.2rem;
}
.menu-select{
    color: #0B6EB4 !important;
    font-weight: bold !important;
}
.menu-content{
    display: none;
    margin-top: 0.3rem;
}
.content-show{
    display: block !important;
}