body {
    line-height: normal;
}

.container {
    position: relative;
    width: 1200px;
    height: 100%;
    padding: 0;
    left: 50%;
    transform: translateX(-50%);
}

a,
a:hover,
a:focus {
    color: inherit;
}

.box-inline {
    display: inline-block;
    vertical-align: top;
}

.font-size-32 {
    font-size: 32px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.grayscale-level75 {
    opacity: .75;
}

.grayscale-level8 {
    opacity: .8;
}

.bgcolor-f7 {
    background-color: #F7F7F7;
}

.bgcolor-f9 {
    background-color: #F9F9F9;
}

.m-t-25 {
    margin-top: 25px;
}

.m-l-10 {
    margin-left: 10px;
}

.m-r-10 {
    margin-right: 10px;
}

.m-r-20 {
    margin-right: 20px;
}

.m-r-30 {
    margin-right: 30px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-25 {
    margin-bottom: 25px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}




.banner {
    width: 100%;
    height: 480px;
    position: relative;
}

.banner-center-con {
    width: 395px;
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    color: #061828;
    text-align: start;
}

.banner-title {
    font-size: 42px;
    font-weight: 500;
}

.banner-slogan {
    margin: 5px 0 22px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.banner-btn {
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 45px;
    line-height: 45px;
    background-color: #0086F1;
    color: #fff;
    text-align: center;
}

.banner-icon {
    width: 36px;
    height: 36px;
    margin: 5px 0 0 20px;
}

.con {
    color: #061828;
    padding-bottom: 70px;
}

.con-left {
    display: inline-block;
    vertical-align: top;
    width: 69.5%;
    margin-right: 6.6%;
}

.con-left-nav {
    width: 100%;
    height: 52px;
    margin: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    text-align: start;
}

.con-nav-item {
    cursor: pointer;
    display: inline-block;
    margin-right: 45px;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
}

.con-nav-select {
    font-size: 16px;
    padding: 0 20px 0 2px;
    height: 20px;
    font-weight: 400;
    border: none;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/kingdee-number/icon-select.png) no-repeat scroll 14px transparent;
    background-position: right;
}

.con-left-con {
    margin-bottom: 50px;
}

.con-con-item {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.con-con-item:hover > .con-con-item-text > .con-text-title {
    color: #0086F1;
}

.con-con-item-img {
    width: 160px;
    height: 120px;
    margin-left: 50px;
}

.con-con-item-text {
    flex: 1;
    overflow: hidden;
}

.con-text-title {
    display: flex;
    justify-content: start;
    align-items: center;
    text-align: start;
    font-size: 20px;
    font-weight: 500;
    white-space: nowrap;
}

.con-text-title span {
    margin-right: 10px;
    padding: 0 4px;
    font-size: 14px;
    color: #FB9F35;
    border-radius: 2px;
    border: 1px solid #FB9F35;
}

.con-text-info {
    text-align: start;
}

.con-text-info span {
    margin-right: 38px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
}

span img {
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.con-text-cont {
    margin: 20px 0;
    height: 48px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.75;
    overflow: hidden;
}

.con-text-op {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.con-text-op-item {
    margin-right: 15px;
}

.con-text-op-item img {
    width: 14px;
}

.con-text-op-item p {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 400;
    opacity: 0.65;
}



.con-right {
    display: inline-block;
    vertical-align: top;
    width: 23.9%;
}

.con-right-title {
    margin: 0 20px;
    height: 52px;
    margin-bottom: 20px;
    border-bottom: .3px solid rgba(0, 0, 0, .2);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con-right-title-text {
    text-align: start;
    font-size: 20px;
    font-weight: 400;
    line-height: 52px;
    border-bottom: 1px solid #0086F1;
}

.con-right-title-btn {
    font-size: 14px;
    font-weight: 400;
    color: #0086F1;
    line-height: 50px;
}

.con-right-title-btn p {
    display: inline;
}

.con-right-title-btn img {
    width: 18px;
    height: 18px;
    margin-left: 8px;
}

.label-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.label-con-item {
    width: 66px;
    margin-bottom: 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(6, 24, 40, .75);
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid rgba(6, 24, 40, .15);
}

.label-con-item-active {
    color: #fff;
    background: #0198FF;
}

.label-con > .label-con-item:nth-child(3n-2) {
    width: 106px;
}

.products-info {
    padding: 0 20px;
}

.products-info-title {
    text-align: start;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}

.products-info-text {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: 0.75;
}

.charts-list {
    padding: 0 20px;
}

.charts-list-item {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    opacity: .75;
}

.charts-list-item:hover {
    color: #0086F1;
}

.recommended-products-item {
    padding: 15px 20px;
    text-align: start;
}

.recommended-products-item:hover {
    background-color: #fff;
}

.recommended-products-item img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 14px;
}

.recommended-products-item div {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    overflow: hidden;
}

.recommended-products-item div p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: start;
    white-space: nowrap;
}

.recommended-products-item > div > p:first-child {
    margin-bottom: 10px;
}

.recommended-products-item div p:last-child {
    opacity: .75;
}

.con-right-column:first-child {
    margin-top: 40px;
}

.con-right-column {
    background-color: #F7F7F7;
    padding: 15px 0;
    margin-top: 20px;
}

.nav-active {
    color: #2386EE;
    border-bottom: 3px solid #2386EE;
}



/* 页码样式 */
.pagation-style{
    width: 100%;
}
.box{
    height: auto; 
    color: black; 
    font-size: 0.728vw;
    display: flex;
    justify-content: center;
    justify-items: center;
}
.pagination-btn{
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0 5px;
    cursor: pointer;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
}
.pagination-btns{
    display: inline-block;
    width: 74px;
    height: 34px;
    line-height: 34px;
    border: 1px solid rgba(0,0,0,.15);
    cursor: pointer;
    color: rgba(22,26,64,.65);
    box-sizing: border-box;
    text-align: center;
}
.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

.pagination-wrap{
    position: relative;
    display: inline-block;
    padding-left: 0px;
}

#pagination-prev {
    margin-right: 5px;
}

#pagination-next {
    margin-left: 5px;
}

.pagination-ellipsis{
    display: inline-block;
    position: relative;
    padding: 5px 11px 7px 11px;
    margin: 0 5px;
    color: rgba(22,26,64,.65);
    border:1px solid rgba(0,0,0,.15);
    box-sizing: border-box;
    text-align: center;
    
}
.pagination-current{
    /* border:1px solid #3E8DDD; */
    color:#0086F2;
    border: 0;
}
.pagination-disabled{
    cursor: not-allowed;
}
.pagenum{
    vertical-align: middle;
}
.page{
    font-size: 16px;
    color: rgba(0,0,0,1);
}
.page input{
    width: 48px;
}

.page-position{
   
    position: relative;
    height: 100px;
    transform: translateY(-50px);
}
.page-position-box{
    width: 300px;
    position: absolute;
    left: 50%;
    margin-left: -180px;
}
.page-position input{
    transform: translateY(-10px);
    width: 60px;
    height: 40px;
}
.page-position span{
    display: inline-block;
    font-size: 16px;
    color: rgba(0,0,0,1);
    text-align: left;
    margin: 0 10px;
}
