@charset "utf-8";
/* CSS Document */
body {
    color: #888;
}

a {
    color: #888;
}

a:hover {
    text-decoration: none;
}

.platform-box li {
    /*width: 204px;*/
    float: left;
    border: 3px solid #fff;
    border-radius: 4px;
    margin: 30px 44px 10px 44px;
    text-align: center;
    padding: 10px 15px;
}

.platform-box li h3 {
    font-size: 16px;
    color: #222;
    font-weight: normal;
    margin-bottom: 10px;
}

.platform-box li p {
    line-height: 20px;
}

.platform-box li a.link {
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
}

.platform-box .plat-item {
    width: 210px;
    padding: 15px;
    height: 200px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.platform-box .plat-item p {
    font-size: 16px;
    color: #222222;
    margin-top: 10px;
}

.platform-box .plat-item-on {
    width: 200px;
    padding: 15px;
    height: 192px;
    position: absolute;
    background: #fff;
    border: 3px solid #eee;
    top: 0;
    left: -236px;
}

.platform-box .plat-item-on p {
    margin-top: 20px;
    font-size: 12px;
    color: #888;
}

.platform-box .plat-icon1 {
    width: 156px;
    height: 155px;
    display: inline-block;
    background: url(1802.png) no-repeat;
    background-size: contain;
}

.platform-box .plat-icon2 {
    /*width: 126px;*/
    /*height: 125px;*/
    width: 156px;
    height: 155px;
    display: inline-block;
    background: url(1801.png) no-repeat;
    background-size: contain;
}

.platform-box .plat-icon3 {
    /*width: 126px;*/
    /*height: 125px;*/
    width: 156px;
    height: 155px;
    display: inline-block;
    background: url(1803.png) no-repeat;
    background-size: contain;
}

.notice-box {
    padding: 60px 0 30px 0;
}

.notice-box .notice h4 {
    float: left;
    font-weight: normal;
    font-size: 18px;
    color: #222;
    margin-bottom: 20px;
}

.notice-box .notice h4 .icon-eye {
    width: 32px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(icon_eye.png) center center no-repeat;
}

.notice-box .notice h4 .icon-notice {
    width: 20px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    background: url(icon_notice.png) center center no-repeat;
}

.notice-box .notice-l {
    width: 400px;
    margin-right: 100px;
    float: left;
}

.notice-box .notice-r {
    width: 500px;
    float: left;
}

.notice-box .notice li {
    position: relative;
    margin-bottom: 40px;
}

.notice-box .notice li .time {
    width: 60px;
    height: 60px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
    margin-bottom: 20px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    color: #888888;
}

.notice-box .notice li .time .day {
    font-size: 22px;
    display: block;
    height: 30px;
    border-bottom: 1px solid #e3e3e3;
}

.notice-box .notice li .time .day.on {
    background: #e64545;
    color: #fff;
}

.notice-box .notice li .notice-main {
    margin-left: 80px;
}

.notice-box .notice li .notice-main h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
}

.notice-box .notice li .notice-main h3 a:hover {
    color: #e64545;
}

.notice-box .notice li .notice-main p {
    height: 44px;
    overflow: hidden;
    line-height: 20px;
    color: #888;
}

.news-box .title {
    font-size: 30px;
    text-align: center;
    margin: 50px auto 30px;
    color: #222;
    font-weight: normal;
}

.news-box .news-main {
    padding: 0 0 60px 0;
    position: relative;
}

.news-box .news-main ul {
    width: 856px;
    margin: 0 auto;
}

a.aleft {
    position: absolute;
    left: -50px;
    top: 100px;
    width: 35px;
    height: 35px;
    background: url(arrows.png) 0 -35px no-repeat;
    display: inline-block;
}

a.aleft:hover {
    background: url(arrows.png) 0 -70px no-repeat;
}

a.agrayleft {
    cursor: default;
    background-position: 0 0;
}

a.agrayleft:hover {
    cursor: default;
    background: url(arrows.png) 0 0 no-repeat;
}

a.aright {
    position: absolute;
    right: -50px;
    top: 100px;
    width: 35px;
    height: 35px;
    background: url(arrows.png) -35px -35px no-repeat;
    display: inline-block;
}

a.aright:hover {
    background: url(arrows.png) -35px -70px no-repeat;
}

a.agrayright {
    cursor: default;
    background-position: -35px 0;
}

a.agrayright:hover {
    cursor: default;
    background: url(arrows.png) -35px 0 no-repeat;
}

.scrolllist {
    width: 880px;
    height: 280px;
    margin: 0 auto;
    position: relative;
}

.scrolllist .imglist_w {
    width: 880px;
    height: 280px;
    overflow: hidden;
    float: left;
    position: relative;
}

.scrolllist .imglist_w ul {
    width: 20000px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.news-box .news-main li {
    width: 200px;
    float: left;
    padding: 5px 10px;
}

.news-box .news-main li .news-item {
    border: 3px solid #f2f2f2;
    text-align: center;
    padding: 8px 5px 5px 5px;
    border-radius: 2px;
}

.news-box .news-main li .news-item:hover {
    background: #f6f6f6;
}

.news-box .news-main li p {
    line-height: 22px;
}

.news-box .news-main li img {
    margin-bottom: 10px;
}

.news-box .news-main .a-left {
    position: absolute;
    left: 10px;
    top: 100px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(arrows.png) 0 0 no-repeat;
}

.news-box .news-main .a-left:hover {
    background: url(arrows.png) 0 -35px no-repeat;
}

.news-box .news-main .a-right {
    position: absolute;
    right: 10px;
    top: 100px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background: url(arrows.png) -35px 0 no-repeat;
}

.news-box .news-main .a-right:hover {
    background: url(arrows.png) -35px -35px no-repeat;
}

.links-box {
    padding: 50px 0;
}

.links-box .ul-links {
    width: 800px;
}

.links-box .ul-links li {
    width: 170px;
    height: 60px;
    float: left;
    margin: 10px 0 0 10px;
}

.links-box .wx {
    margin-top: 10px;
    padding-right: 30px;
}

/*** news page ***/

.banner-news {
    height: 140px;
    background: url(banner_news.jpg) top center no-repeat;
}

.banner-title {
    width: 220px;
    text-align: right;
    height: 40px;
    display: inline-block;
    float: right;
    margin: 50px 20px 0 0;
    font-size: 36px;
    color: #fff;
}

.sidebar .sidebar-news-bg {
    height: 65px;
    margin-bottom: 15px;
    background: url(side_news_bg.png) 40px 5px no-repeat;
}

.sidebar .sidebar-about-bg {
    height: 65px;
    margin-bottom: 15px;
    background: url(side_about_bg.png) 40px 5px no-repeat;
}

.sidebar .sidebar-business-bg {
    height: 65px;
    margin-bottom: 15px;
    background: url(side_business_bg.png) 40px 5px no-repeat;
}

.sidebar .sidebar-hiring-bg {
    height: 65px;
    margin-bottom: 15px;
    background: url(side_hiring_bg.png) 40px 5px no-repeat;
}

.news-box .sidebar {
    width: 160px;
    float: left;
}

.news-box .sidebar dd {
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
}

.news-box .sidebar dd a {
    display: block;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
    color: #888;
    text-align: right;
    padding-right: 20px;
}

.news-box .sidebar dd a.cur {
    background: #fff;
    color: #d20001;
}

.news-box .content {
    width: 870px;
    padding: 30px 20px 100px 20px;
    min-height: 600px;
    float: left;
    background: #fff;
}

.news-box .content .bread {
    border-bottom: 2px solid #efefef;
    padding: 0 0 20px 0;
    font-size: 14px;
}

.news-box .content .bread .cur {
    color: #d20001;
}

.news-box .content .bread .bread-box {
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 20px;
    background: url(bread_bg.png) left center no-repeat;
}

.news-box .news-tl {
    border-bottom: 2px solid #efefef;
    padding: 40px 0;
    text-align: center;
    margin-bottom: 20px;
}

.news-box .news-tl h3 {
    font-size: 30px;
    color: #555;
    margin-bottom: 20px;
    font-weight: normal;
}

.news-box .news-content p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

.news-box .news-content img {
    max-width: 100%;
    max-height: 100%;
    margin-right: 6px;
}

.news-list {
    width: 870px;
    position: relative;
    margin-top: 20px;
}

.news-list li {
    width: 238px;
    position: absolute;
    left: 0px;
    top: 0;
    border: 1px solid #ebebeb;
    margin: 10px;
}

.news-list li:hover {
    border: 1px solid #d20001;
}

.news-list li .img-box {
    padding: 8px 5px 5px 5px;
    text-align: center;
}

.news-list li .news-list-cont {
    padding: 10px;
    text-align: left;
}

.news-list li .news-list-cont h4 {
    font-size: 14px;
    margin-bottom: 12px;
    margin-top: 2px;
    color: #555;
    font-weight: normal;
}

.news-list li .news-list-cont h4 a {
    color: #333;
}

.news-list li .news-list-cont p {
    font-size: 12px;
    line-height: 20px;
    color: #999;
}

.news-list li .news-list-foot {
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    background: #f6f6f6;
}

.no-data {
    margin: 100px 0 0 0;
    height: 92px;
    background: url(no_data.jpg) center center no-repeat;
}


.about-main {
    padding: 30px 0;
}

.about-main h3 {
    font-size: 24px;
    color: #d20001;
    margin-bottom: 20px;
    font-weight: normal;
}

.about-main p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 20px;
}

.culture-item {
    margin-bottom: 30px;
    margin-left: 20px;
    position: relative;
}

.culture-item .icon-box {
    width: 64px;
    height: 64px;
    position: absolute;
    left: 0;
    top: 0;
}

.culture-item .icon {
    width: 64px;
    height: 64px;
    display: inline-block;
    background: url(culture_icons.png) no-repeat;
}

.culture-item .icon1 {
    background-position: 0 0;
}

.culture-item .icon2 {
    background-position: 0 -64px;
}

.culture-item .icon3 {
    background-position: 0 -128px;
}

.culture-item .icon4 {
    background-position: 0 -192px;
}

.culture-item .icon5 {
    background-position: 0 -256px;
}

.culture-item .icon6 {
    background-position: 0 -320px;
}

.culture-item dl {
    margin-left: 80px;
}

.culture-item dl dt {
    font-size: 30px;
    margin-bottom: 20px;
}

.culture-item dl dd {
    font-size: 14px;
    line-height: 24px;
}

.about-main .parter h4 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 20px;
}

.about-main .parter .parter-box {
    border: 2px solid #eeeeee;
    padding: 10px 0;
    text-align: center;
}

.hiring-main {
    padding: 30px 0;
}

.hiring-main .hiring-item {
    padding: 20px;
    color: #999;
    background: #f7f7f7;
    font-size: 14px;
    border-bottom: 1px dashed #d8d1d1;
    margin-bottom: 20px;
}

.hiring-main .hiring-item .hd {
    margin-bottom: 20px;
}

.hiring-main .hiring-item .hd .name {
    font-size: 18px;
    color: #333;
    margin-right: 40px;
}

.hiring-main .hiring-item .hd .branch {
    margin-right: 40px;
}

.hiring-main .hiring-item .hd .time {
}

.hiring-main .hiring-item .hd .f-bk {
    color: #333;
}

.hiring-main .hiring-item .bd p {
    line-height: 24px;
}

.hiring-main .hiring-item .bd .item {
    margin-bottom: 30px;
}

.hiring-main .hiring-item .bd .item h4 {
    font-size: 16px;
    color: #333;
    font-weight: normal;
    margin-bottom: 10px;
}

/*帮助中心-资料下载*/
/****tab选项卡start*****/
.tab_list .tab_menu {
    margin: 30px 0;
    padding-left: 5px;
    height: 35px;
    border-bottom: 1px solid #d3d3d3;
}

.tab_menu li {
    min-width: 40px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    overflow: hidden;
    border: 1px solid transparent;
    border-top: 3px solid transparent;
    padding: 0 16px;
}

.tab_menu li.thistab {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 3px solid #b60404;
    border-bottom: 1px solid #fff;
    background-color: #fff;
    cursor: pointer;
}

/*全局链接样式*/
a {
    text-decoration: none;
    cursor: pointer;
    color: #277dc6;
}

a:hover {
    text-decoration: underline;
    color: #277dc6;
}

/* 单行文字溢出省略号 */
.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: keep-all;
    word-wrap: normal;
}

.sidebar-helps-bg {
    height: 65px;
    margin-bottom: 15px;
    background: url(help_01.png) 40px 5px no-repeat;
}

.ul_list li {
    width: 270px;
    height: 126px;
    border: 1px solid #ebebeb;
    float: left;
    margin: 0 8px 20px 8px;
}

.ul_list dl {
    padding: 0 10px;
    height: 74%
}

.ul_list dl > dt {
    font-size: 16px;
    color: #555;
    line-height: 36px;
}

.ul_list dl > dd {
    line-height: 22px;
    color: #888;
    border-collapse: collapse;
    word-wrap: break-word;
}

.ul_list li > p {
    background-color: #f5f5f5;
    height: 26%;
    line-height: 34px;
    padding: 0 10px;
}

.ul_list li > p a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 24px;
    background: url("../images/download1.png") 0 10px no-repeat;
}


/*帮助中心首页*/
.news-box .content_index {
    width: 970px;
    margin: 0 auto;
}

.helpIndex {
    padding: 10px 0;
    position: relative;
}

.helpIndex .left-items {
    width: 70%;
}

.helpIndex dl {
    float: left;
}

.helpIndex .index_item {
    padding: 10px;
    width: 300px;
    height: 170px;
    background-color: #f2f2f2;
    box-sizing: border-box;
    margin: 20px 20px 0 0;
}

.helpIndex .index_item dt {
    padding: 22px 10px;
    width: 32%;
    box-sizing: border-box;
}

.helpIndex .index_item dd {
    width: 68%;;
}

.helpIndex .index_item .icons {
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 16px;
}

.helpIndex .index_item .i_title {
    font-size: 16px;
    color: #666;
}

.icon-imgtxt01 {
    background: url(../images/jygz_01.png) 0 0 no-repeat;
}

.icon-imgtxt02 {
    background: url(../images/jygz_02.png) 0 0 no-repeat;
}

.icon-imgtxt03 {
    background: url(../images/jygz_03.jpg) 0 0 no-repeat;
}

.icon-imgtxt04 {
    background: url(../images/jygz_04.png) 0 0 no-repeat;
}

.helpIndex .index_item .item_content {
    background-color: #fff;
    height: 150px;
    padding: 15px 15px 15px 20px;
    box-sizing: border-box;
    overflow: hidden
}

.helpIndex .index_item .item_content li {
    max-width: 60%;
    float: left;
    line-height: 30px;
    margin-right: 22px;
    overflow: hidden;
    box-sizing: border-box;
}

.helpIndex .index_item .item_content a {
    text-decoration: none;
    cursor: pointer;
    color: #666;
}

.helpIndex .index_item .item_content a:hover {
    text-decoration: none;
    color: #277dc6;
}

.con-service {
    width: 320px;
    border: 1px solid #f1eeee;
    height: 360px;
    position: absolute;
    top: 30px;
    right: 0;
}

.con-service .con-body {
    padding: 0 5px;
}

.con-service h4 {
    background-color: #f1eeee;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
}

.con-service h5 {
    line-height: 40px;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 0 20px;
}

.q_service {
    border-bottom: 1px solid #f5f5f5;
}

.q_service p {
    color: #999;
    line-height: 40px;
    padding: 0 20px 20px;
}

.q_service p button {
    width: 77px;
    height: 22px;
    background: url(../images/QQ-1_03.png) 0 0 no-repeat;
    margin-left: 20px;
    vertical-align: middle;
    cursor: pointer;
}

.ser-email, .iphone {
    border-bottom: 1px solid #f5f5f5;
    line-height: 40px;
    font-size: 12px;
    color: #666;
    padding: 10px 0 10px 20px;
}

.idea {
    line-height: 40px;
    font-size: 12px;
    color: #666;
    padding: 10px 0 10px 20px;
}

.b-foot {
    background: url(../images/jygz_05.png) 5px 0 no-repeat;
    width: 978px;
    height: 130px;
    margin: 30px auto;
}

/**帮助中心图文指南*/
.o-mc .list-float {
    padding: 30px 20px;
    width: 960px;
    height: 200px;
    box-sizing: border-box;
}

.o-mc .list-float > li {
    text-align: center;
    float: left;
    width: 230px;
}

.o-mc .list-float > li em {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.o-mc .list-float > li em.fore1 {
    background: url(../images/help_img/login1_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li em.fore2 {
    background: url(../images/help_img/yatj1_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li em.fore3 {
    background: url(../images/help_img/shopping1_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li em.fore4 {
    background: url(../images/help_img/settle1_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li strong {
    font-size: 16px;
    color: #888;
}

.o-mc .list-float > li.current strong {
    color: #b60404;
}

.o-mc .list-float > li.current em.fore1 {
    background: url(../images/help_img/login2_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li.current em.fore2 {
    background: url(../images/help_img/yatj2_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li.current em.fore3 {
    background: url(../images/help_img/shopping2_03.png) 0 0 no-repeat;
}

.o-mc .list-float > li.current em.fore4 {
    background: url(../images/help_img/settle2_03.png) 0 0 no-repeat;
}

.tabcon .mb {
    margin-bottom: 20px;
}


/*新加banner下列表*/

.banner_bot_list {
    height: 250px;
    background-color: #f3f3f3;
    display: flex;
    color: #000;
    font-size: 12px;
}

.banner_bot_list_line {
    width: 1px;
    height: 150px;
    background-color: #c0c0c0;
    margin-top: 20px;
}

.banner_bot_list_left, .banner_bot_list_right {
    width: 49.9%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_bot_list .title {
    text-align: center;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    padding: 20px 0;
}

.banner_bot_list .title img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    padding: 0 5px;
}

/*.banner_bot_list_left .banner_list_content{*/
/*    padding-left: 150px;*/
/*}*/
/*.banner_bot_list_right .banner_list_content{*/
/*    padding-left: 100px;*/
/*}*/
.banner_bot_list .banner_list_content{
    width: 50%;
}
.banner_bot_list .banner_list_content p {
    padding: 10px 0;
}

.banner_bot_list .banner_list_content p a {
    color: #000;
}

.banner_bot_list .banner_list_content li {
    list-style-type: disc;
    color: #ff811b;
    padding: 10px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner_bot_list .banner_list_content li a {
    color: #000;
}

.banner_bot_list .banner_list_red_span {
    font-size: 9px;
    padding: 1px 2px;
    color: #e64545;
    border: 1px solid #e64545;
}

/*底部列表*/
.bot-list-box {
    padding: 0 0 20px 0;
    color: #000;
}
.bot-list{
    width: 90%;
    margin: 0 auto;
}
.bot-list > .title {
    /*font-weight: bold;*/
    padding: 30px 30px 25px 30px;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-indent: 10px;
}
.bot-list>.title img{
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 0 5px;
}
.bot-list .bot-list-item-box{
    display: flex;
    background-color: #fff;
    padding: 10px 5px;
    /*height: 240px;*/
}
.bot-list-item{
    padding: 10px 15px;
    margin: 5px;
    border-right: 1px solid #e5e5e5;
    flex: 1;
}
.bot-list-item:last-child{
    border-right: none;
}
.bot-list-item .item-describe{
    padding-top: 10px;
}
.bot-list .item-img{
    width: 100%;
    max-width: 200px;
}
.bot-list .item-img a{
    display: flex;
    justify-content: center;
    align-items: center;
    height:150px;
}
.bot-list .item-img img{
    width: 60%;
}
.bot-list .item-img img:hover{
    width: 70%;
}
.item-describe .item-name,.item-describe .item-spec{
    padding: 2px 0;
}
.item-describe .item-spec{
    color: #555;
    font-size: 11px;
    margin-bottom: 7px;
}
.item-describe span{
    color: #FF2D5C;
    font-size: 9px;
    border: 0.5px solid #FF2D5C;
    padding: 0 2px;
    margin-right: 3px;
}
.item-describe .item-num, .item-describe .item-manufactor{
    font-size: 10px;
    color: #888888;
    padding: 5px 0;
}



