@font-face {
    font-family: "BCfont";
    src: url("../css/fonts/BarlowCondensed-Bold.woff2.woff2") format("woff2"), url("../css/fonts/BarlowCondensed-Bold.woff2.woff") format("woff"), url("../css/fonts/BarlowCondensed-Bold.woff2.ttf") format("truetype"), url("../css/fonts/BarlowCondensed-Bold.woff2.eot") format("embedded-opentype"), url("../css/fonts/BarlowCondensed-Bold.woff2.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.mercadolibre-banner {
    background: url(../img/pr/pr_1.jpg) no-repeat top center;
    height: 667px;

}

.mercadolibre-banner.b2w-banner {
    background: url(../img/pic_20.jpg) no-repeat top center;
}

.mercadolibre-banner.activity-banner {
    background: url(../img/pic_22.jpg) no-repeat top center;
}

.mercadolibre-banner.learning-banner {
    background: url(../img/pic_23.jpg) no-repeat top center;
}

.mercadolibre-banner.news-banner {
    background: url(../img/pic_24.jpg) no-repeat top center;
}

.mercadolibre-banner.about-banner {
    background: url(../img/pic_25.jpg) no-repeat top center;
}

.mercadolibre-banner.about-banner1 {
    background: url(../img/pic_21.jpg) no-repeat top center;
}

.mercadolibre-banner.learning-banner1 {
    background: url(../img/video.jpg) no-repeat top center;
}


.header .navbar_nav li a {
    color: #333;
}

.header .navbar_nav li a:hover,
.header .navbar_nav li:hover a {
    color: #c82318;
}

.header .left .img1 {
    display: none;
}

.header .left .img2 {
    display: block;
}

.mercadolibre-banner .container {
    padding-top: 166px;
    position: relative;
    color: #fff;
}

.mercadolibre-banner .container b {
    font-size: 47px;
    padding-bottom: 30px;
    padding-top: 10px;
    letter-spacing: 3px;
    display: block;
}

.mercadolibre-banner .container span {
    font-size: 20px;
    color: #000;
}

.mercadolibre-banner .container span em {
    color: #fa933b;
}

.mercadolibre-banner .container i {
    color: #f80032;
    padding: 13px 60px;
    font-size: 20px;
    background: #fff;
    border-radius: 40px;
    cursor: pointer;
    line-height: 23px;
    position: absolute;
    right: 0px;
    bottom: 0px
}

.mercadolibre-banner .container i:hover {
    background: #f80032;
    color: #fff;
}

.mercadolibre-banner .container i:hover small {
    visibility: visible;
    opacity: 1;
    top: -95px;
}

.mercadolibre-banner .container i small {
    width: 80px;
    height: 80px;
    position: absolute;
    margin-left: -82px;
    top: 0;
    padding: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    visibility: hidden;
    opacity: 0;
    background: #fff;
    z-index: 0;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.mercadolibre-banner .container i small img {
    width: 100%;
}

.pr_demand {
    padding-bottom: 70px;
}

.pr_operation .tab {
    border-bottom: 3px solid #e7eaf9;
}

.pr_operation .tab li {
    width: 25%;
    cursor: pointer;
    float: left;
    text-align: center;
}

.pr_operation .tab li span {
    display: block;
    font-size: 23px;
    padding-top: 5px;
}

.pr_operation .tabCon {
    background: #fff;
    width: 100%;
    height: 420px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    position: relative;
    margin-top: 50px;

}

.pr_operation .tabCon .hidde {
    padding: 40px 30px;
}

.pr_operation .tabCon b i {
    position: absolute;
    margin-top: -5px;
    margin-left: 10px;
}

.pr_operation .tabCon .on::after,
.pr_operation .tabCon .on2::after,
.pr_operation .tabCon .on3::after,
.pr_operation .tabCon .on4::after {
    position: absolute;
    top: -30px;
    left: 145px;
    content: '';
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid #fff;
    transform: rotate(360deg);
    filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .1));
}

.pr_operation .tabCon b {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 30px;
    display: block;
    color: #fa933b;
}

.pr_selection ul {
    margin: 0px -12px;
}

.pr_selection li {
    float: left;
    width: 33.3333%;
    position: relative;

}

.pr_selection li div {
    padding: 0px 12px;
}

.pr_selection li a {
    background: #fff;
    display: block;
    border-radius: 8px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    position: relative;
    margin-top: -10px;
    padding: 30px 15px;
}

.pr_selection li b {
    font-size: 23px;
    display: block;
    margin-bottom: 5px;
}

.pr_selection li i {
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}

.pr_selection li h2 {
    text-align: right;
    color: #fa933b;
    display: block;
    font-size: 12px;
    font-weight: 400;

}


.pr_selection li p {
    color: #727272;
    padding: 5px 0px;
    font-size: 13px;
    line-height: 24px;
    padding-left: 15px;
    position: relative;

}

.pr_selection li span {
    height: 85px;
    display: block;
}

.pr_selection li p strong {
    background: #727272;
    height: 7px;
    display: inline-block;
    margin-right: 10px;
    width: 7px;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 0px
}

.pr_selection li img {
    max-width: 100%;
}

.pr_selection li em {
    background: #fa933b;
    color: #fff;
    padding: 5px 10px;
    position: absolute;
    left: 12px;
    top: 0px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.pr_operation .tabCon li span {
    font-size: 21px;
    margin-bottom: 10px;
    display: block;
}

.pr_operation .tabCon li p {
    color: #666;
}

.pr_operation .tabCon li em img {
    width: 20px;
}

.pr_operation .tabCon li {
    width: 25%;
    float: left;
    padding: 20px;
    line-height: 24px;
}

.pr_operation .tabCon ul {
    margin: 0px -20px;
}

.pr_operation .tabCon .on2::after {
    left: 35%;
}

.pr_operation .tabCon .on3::after {
    left: 60%;
}

.pr_operation .tabCon .on4::after {
    left: 86%;
}

.pr_operation .tab li em {
    width: 160px;
    height: 5px;
    background: transparent;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    bottom: -7px;
}

.pr_operation .tab li.active em {
    background: #fa933b;
}

.mkd_tab,
.pr_operation {
    background: #f8f9ff;
    padding-bottom: 70px;
}

.mkd_tab .tab li em {
    height: 34px;
    width: 34px;
    display: inline-block;
    position: relative;
    top: 7px;
}

.mkd_tab .tab li em.pr_ico_1 {
    background: url(../img/pr/ico_62.png) no-repeat;
}

.mkd_tab .tab li.active em.pr_ico_1 {
    background: url(../img/pr/ico_63.png) no-repeat;
}

.mkd_tab .tab li em.pr_ico_2 {
    background: url(../img/pr/ico_64.png) no-repeat -3px 0px;
}

.mkd_tab .tab li.active em.pr_ico_2 {
    background: url(../img/pr/ico_65.png) no-repeat -3px 0px;
}

.mkd_tab .tab li em.pr_ico_3 {
    background: url(../img/pr/ico_66.png) no-repeat 4px 0px;
}

.mkd_tab .tab li.active em.pr_ico_3 {
    background: url(../img/pr/ico_67.png) no-repeat 4px 0px;
}

.mkd_tab .tab li em.pr_ico_4 {
    background: url(../img/pr/ico_68.png) no-repeat -2px 0px;
}

.mkd_tab .tab li.active em.pr_ico_4 {
    background: url(../img/pr/ico_69.png) no-repeat -2px 0px;
}

.mkd_tab .tab li em.pr_ico_5 {
    background: url(../img/pr/ico_70.png) no-repeat -2px 0px;
}

.mkd_tab .tab li.active em.pr_ico_5 {
    background: url(../img/pr/ico_71.png) no-repeat -2px 0px;
}

.mkd_tab .tab li em.pr_ico_6 {
    background: url(../img/pr/ico_72.png) no-repeat -2px 0px;
}

.mkd_tab .tab li.active em.pr_ico_6 {
    background: url(../img/pr/ico_73.png) no-repeat -2px 0px;
}

.mkd_tab .tab li em.pr_ico_7 {
    background: url(../img/pr/ico_74.png) no-repeat -2px 0px;
}

.mkd_tab .tab li.active em.pr_ico_7 {
    background: url(../img/pr/ico_75.png) no-repeat -2px 0px;
}

.mkd_tab .tab {
    width: 19%;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    border-radius: 12px;
    float: left;
}

.mkd_tab_1 {
    background: url(../img/pr/ico_12.png) no-repeat;
    height: 166px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 40px;
}

.mkd_tab_2 {
    background: url(../img/pr/ico_27.png) no-repeat;
}

.mkd_tab_3 {
    background: url(../img/pr/ico_28.png) no-repeat;
}

.mkd_tab_4 {
    background: url(../img/pr/ico_29.png) no-repeat;
}

.mkd_tab_5 {
    background: url(../img/pr/ico_34.png) no-repeat;
}

.mkd_tab_6 {
    background: url(../img/pr/ico_38.png) no-repeat;
}

.mkd_tab_7 {
    background: url(../img/pr/ico_44.png) no-repeat;
}

.pr_demand_1 {
    background: url(../img/pr/ico_46.png) no-repeat;
    height: 870px;
    position: relative;
}

.pr_demand_2 {
    background: url(../img/pr/ico_47.png) no-repeat;
}

.pr_demand_3 {
    background: url(../img/pr/ico_48.png) no-repeat;
}

.pr_demand_4 {
    background: url(../img/pr/ico_49.png) no-repeat;
}

.mkd_tab .tabCon {
    width: 79%;
    float: right;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    border-radius: 12px;
    height: 700px;
}

.pr_demand .pr_demand_left {
    position: absolute;
    left: 0px;
    top: 131px;
}

.pr_demand .pr_demand_right {
    position: absolute;
    right: 0px;
    top: 131px;
}

.pr_demand_1 a {
    height: 40px;
    font-size: 18px;
    display: block;
    padding: 0px;
    margin-top: 70px;
}

.pr_demand_1 a:hover {
    color: #fff;
    background: #fa933b;
}

.pr_demand li {
    width: 25%;
    float: left;
}

.pr_demand ul {
    margin: 0px -18px;
}

.pr_demand .pr_demand_1 {
    margin: 0px 18px;
    padding: 0px 20px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    border-radius: 12px;
}

.pr_demand_1 b {
    font-size: 24px;
    display: block;
    padding-top: 35px;
    margin-bottom: 15px;
}

.pr_demand_1 span {
    font-size: 15px;
    line-height: 25px;
    height: 80px;
    display: block;
    border-bottom: 1px solid #ffe2c0;
    margin-bottom: 40px;
}

.pr_demand_2 span {
    border-color: #ffea7f;
}

.pr_demand_3 span {
    border-color: #d6e5ff;
}

.pr_demand_4 span {
    border-color: #ccf5ff;
}

.pr_demand_1 p {
    padding: 20px 0px 20px 20px;
    line-height: 28px;
    position: relative;
}

.pr_demand_1 p i {
    width: 10px;
    height: 10px;
    left: 0px;
    border-radius: 50%;
    background: #ffe3c3;
    display: inline-block;
    position: absolute;
    top: 27px;
}

.pr_demand_2 p i {
    background: #ffe569;
}

.pr_demand_3 p i {
    background: #d3e3ff;
}

.pr_demand_4 p i {
    background: #c3f3ff;
}

.pr_demand_1 p em {
    display: block;
    min-height: 56px;
    color: #666;
}

.pr_demand_1 p strong {
    font-size: 18px;
    display: block;
}

.mkd_title {
    font-size: 24px;
    border-left: 6px solid #f5222d;
    padding-left: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 40px;
    display: inline-block;
}

.mkd_tab .tab li {
    font-size: 26px;
    text-align: center;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}



.mkd_tab_1 a {
    font-size: 16px;
    padding: 0px 20px;
    font-weight: bold;
    margin-left: 30px;
}

.mkd_tab_main li {
    width: 33.3333%;
    float: left;
}

.mkd_tab_main li span {
    color: #666;
    line-height: 24px;
    font-size: 14px;
    height: 100px;
    display: block;
}

.mkd_tab_main li b {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400;
}

.mkd_tab_main li div {
    padding: 0px 36px;
}

.mkd_tab_1 b {
    font-size: 30px;
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: 400;
    display: block;
    padding-left: 30px;

}


.mkd_dl {
    margin-bottom: 30px;
}

.mkd_dl dd {
    width: 25%;
    line-height: 23px;
    margin: 20px 0px;
    float: left;
}

.mkd_dl dd img {
    float: left;
    margin-right: 10px;
}

.mkd_dl dd span b {
    font-size: 18px;
    display: block;
}

.activity_content li {
    display: flex;
    padding: 25px 30px;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 30px;
    border: 1px solid #fff;
    box-shadow: 0 4px 11px 0 #e0e0e0;
}

.activity_content li:hover {

    transition: all .3s;
    box-shadow: 0 4px 22px 0 #c4d6f5;
}

.activity_content {
    background: #f6f9fe;
    padding-top: 50px;
}

.learning_content {
    background: #f6f9fe;
    padding-bottom: 100px;
}

.activity_content .date {
    padding: 0 30px;
    text-align: center;
    transition: all .3s ease-in-out;
}

.activity_content .date big {
    display: block;
    font-size: 3rem;
    font-weight: bold;
    padding-top: 9px;
    color: #DA251D;
}

.activity_content .date small {
    color: #9c9c9c;
    font-size: 1.15rem;
}

.activity_content .card-body {
    flex: 1;
    width: 81%;
    padding: 0 30px;
    position: relative;
}

.activity_content .card-body a {
    font-size: 1.35rem;
    font-weight: bold;
    line-height: 2.5em;
    display: block;
}

.activity_content .card-body .summary {
    color: #666;
    height: 46px;
    line-height: 24px;
    font-size: 16px;
    overflow: hidden;
}

.card-img {
    flex: 0 0 16%;
}

.card-img .thumb {
    overflow: hidden;
    position: relative;
    margin: auto;
    padding-bottom: 60%;
    text-align: center;
}

.card-img .thumb img {
    width: 100%;
    max-width: 100%;
    max-height: none;
    transition: all 1s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.activity_content li:hover .card-img .thumb img {
    transform: translate(-50%, -50%) scale(1.1);
}

.time {
    color: #999;
    font-size: 14px;
    padding-top: 22px;
}

#pageGro {
    margin: 0 auto;
    padding: 70px 0px;
    text-align: center;
}

#pageGro .pageUp a,
#pageGro .pageDown a,
#pageGro .pagestart a,
#pageGro .pageend a {
    display: block;
    padding: 10px 15px;
    color: #000;
    border: 1px solid #ddd;
    cursor: pointer;
    background: #fff;
}

#pageGro .pageUp,
#pageGro .pageDown,
#pageGro .pagestart,
#pageGro .pageend {
    display: inline-block;
    margin-right: 4px;
}

#pageGro .pageList {
    display: inline-block;
}

.pageList dd {
    margin: 0px 3px;
    display: inline-block;
}

.pageList dd a {
    border: 1px solid #ddd;
    padding: 10px 15px;
    color: #000;
    background: #fff;
}

#pageGro a:hover,
#pageGro dd.on a {
    color: #fff;
    background: #107ded;
    border-color: #107ded;
}

.course_title {
    padding: 30px 0px;
    padding-top: 50px;
}

.course_title b {
    font-size: 30px;
}

.course_title a {
    color: #999;
    font-size: 16px;
    float: right;
    padding-top: 11px;
}

.course_title a i {
    font-size: 13px;
    color: #999;
}

.course_selected ul {
    margin: 0px -20px;
}

.course_selected li {
    width: 25%;
    float: left;
    padding: 0px 20px;
    font-size: 22px;
    margin-bottom: 40px;
}

.course_selected li div {
    padding-bottom: 10px;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    position: relative;
    box-shadow: 0 4px 11px 0 #e0e0e0;
}

.course_selected li img {
    width: 100%;
    height: 260px;
}

.course_selected li span {
    display: block;
    padding: 20px 20px 10px 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.course_selected li div strong {
    float: left;
    padding-left: 20px;
    font-size: 18px;
    color: #fb561c;
}

.course_selected li div strong label {
    font-size: 14px;
}

.course_selected li div b {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    float: right;
    padding-right: 20px;
    padding-top: 5px;
}

.course_selected li:hover div {
    margin: -5px -5px 5px -5px;
    transition: all .3s;
    display: block;
    box-shadow: 0 4px 22px 0 #c4d6f5;
}

.course_selected li div strong b {
    font-size: 18px;
    color: #009905;
    padding-top: 0px;
}

.course_selected li div h5 {
    position: absolute;
    top: 10px;
    right: -22px;
    height: 22px;
    line-height: 22px;
    padding: 0 6px;
    background-image: linear-gradient(129deg, #ffe339 0, #FFEB3B 89%);
    text-align: center;
    color: #f86f4d;
    font-size: 12px;
    padding: 0px 24px 0px 32px;
    transform: rotate(39deg);
    -ms-transform: rotate(39deg);
    -moz-transform: rotate(39deg);
    -webkit-transform: rotate(39deg);
    -o-transform: rotate(39deg);
    box-shadow: 0 0 15px 4px rgb(103 107 123 / 10%);
}

.course_list {
    transform: translateZ(0);
    transition: all .3s;
    position: absolute;
    top: -64px;
    width: 100%;

}

.filter {
    margin: 25px 0px;
    background: #fff;
}

.filter .box {
    padding: 24px;
    box-shadow: 0 4px 11px 0 #ebebeb;
}

.filter dl {
    margin: 0px;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
}

.filter dl dd a {
    cursor: pointer;
    border: 1px solid #ddd;
    border-radius: 35px;
    background-color: #fff;
    color: #000;
    margin: 0px 8px;
    padding: 8px 25px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
}

.filter dl dd a.on,
.filter dl dd a:hover {
    background-color: #e91607;
    color: #fff;
    border-color: #e91607;
}

.course_list input.search {
    border: 1px solid #ddd;
    border-radius: 25px;
    height: 38px;
    text-indent: 15px;
    font-size: 14px;
    position: absolute;
    top: 0px;
    right: 16px;
}

.learning_content .container {
    position: relative;
}

.learning_list {
    padding-top: 80px;
}

.learning_list .course_selected li {
    min-height: 279px;
    text-align: center;
}

.learning_list .course_selected li img {
    height: 375px;
}

.activity_content.news_det {
    padding-top: 81px;
}

.news_det_main {
    min-height: 500px;
    background: #fff;
    margin-top: 18px;
    padding: 50px 40px;
}

.news_det_mbx a,
.news_det_mbx i {
    color: #999;
    font-size: 14px;

}

.news_det_mbx i {
    font-size: 12px;
    padding: 0px 5px;
}

.news_det_main .title {
    text-align: center;
    font-size: 26px;
}

.news_det_main .time {
    text-align: center;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.news_det_content p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
}

.news_det_content img {
    max-width: 100%;

}

.about_ywbk li img {
    width: 100%;
}

.about_title {
    text-align: center;
    position: relative;
    margin: 80px 0px;
}

.about_title b {
    font-size: 44px;
    position: relative;
    display: block;

}

.about_title em {
    font-size: 100px;
    line-height: 1;
    font-family: 'BCfont';
    text-transform: uppercase;
    color: rgba(18, 38, 170, 0.06);
    position: absolute;
    display: block;
    top: -24px;
    width: 600px;
    left: 50%;
    margin-left: -300px;
}

.about_title i {
    width: 60px;
    height: 5px;
    background: #c82318;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    border-radius: 3px;
    margin-top: 15px;
}

.about_gsjj .fl {
    width: 50%;
    float: left;

}

.about_gsjj .fl b {
    font-size: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: block;
}

.about_gsjj .fl p {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 15px;
}

.about_gsjj .fr {
    width: 40%;
    float: right;
}

.about_gsjj .fr img {
    width: 100%;
    border-radius: 5px;
}

.about_gsjj li {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 20px;
}

.about_gsjj ul {
    padding-top: 40px;
    padding-bottom: 60px;
}

.about_gsjj strong {
    font-family: 'BCfont';
    font-size: 80px;
    color: #f2190a;
    letter-spacing: 2px;
    display: block;
}

.about_gsjj strong i {
    font-size: 20px;

}

.about_sm {
    background: #f6f9fe;
    display: flow-root;
    padding-bottom: 60px;
}

.about_sm li {
    float: left;
    width: 33.3333%;

}

.about_sm li div {
    padding: 0px 70px;
    text-align: center;
}

.about_sm li b {
    font-size: 30px;
    display: block;
}

.about_sm li em {
    display: block;
    color: #666;
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 18px;
}

.about_sm li p {
    font-size: 16px;
    line-height: 28px;
}

.about_sm li span img {
    width: 90px;
    padding-bottom: 15px;
}

.about_sm ul {
    margin: 0px -70px;
}

.about_ywbk li {
    width: 25%;
    float: left;

}

.about_ywbk ul {
    margin: 0px -30px;
    margin-bottom: 60px;
}

.about_ywbk li div {
    margin: 0px 30px;
    background: #fff;
    box-shadow: 0 0.13333rem 0.26667rem 0 rgb(0 0 0 / 20%);

}

.about_ywbk li span {
    display: block;
    padding: 20px 25px;
}

.about_ywbk li b {
    font-size: 22px;
}

.about_ywbk li i {
    width: 60px;
    height: 4px;
    background-color: #c82318;
    display: block;
    margin-top: 10px;

}

.about_ywbk li p {
    margin-top: 20px;
    line-height: 28px;
    color: rgba(51, 51, 51, 0.8);
    font-size: 16px;
    min-height: 130px;
}

.about_ywbk li div:hover {
    box-shadow: 0 0.13333rem 0.26667rem 0 rgb(25 139 255 / 60%);
}

.list_map {
    height: 600px;
}

/* 智赢跨境培训中心 */
.training-banner {
    background: url(../img/px/banner.jpg);
    height: 578px;
}

.training_header {
    background: #fff;
    z-index: 999999;
}

.training-banner .container b {
    color: #fff;
    font-size: 47px;
    display: block;
    margin-bottom: 40px;
}

.training-banner .banner-text {
    width: 1124px;
    text-align: center;
    left: 50%;
    margin-left: -562px;
    line-height: 30px;
}

.training-banner .container em {
    font-size: 18px;
    color: #fff;
}

.training_js b {
    font-size: 27px;
    padding-top: 61px;
    display: inline-block;


}

.training_js b em {
    margin-top: 8px;
    display: inline-block;
    color: #986140;
    font-size: 16px;
    background: #fff1e4;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 400;
}

.rvc .rvc-wrapper ul li a .img-wrapper img {
    float: left;
    margin-right: 10px;
}

.training_js_p {
    padding: 10px 30px;
    min-height: 200px;
}

.rvc .rvc-wrapper ul li a p em {
    width: 9px;
    height: 9px;
    background: #986140;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: -16px;
    top: 8px;
}

.training_js {
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    border-radius: 10px;
    border: 1px solid #eee;
    padding-top: 10px;
    background: #fff;
}

.training_js_p p i {
    color: #986140;
}

.jpjs_main {
    background: #f8f9fe;
    margin-bottom: -80px;
    padding-top: 60px;
}

.training_center {
    background: #f8f9fe;
    padding: 70px 0px;
}

.training_center_1 {
    border-radius: 8px;
    background: #fff;
    display: block;
    padding: 20px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);

}

.training_center_1 b {
    font-size: 24px;
    float: left;
}

.training_center_1 em,
.training_course_2 b em i {
    width: 90px;
    height: 3px;
    border-radius: 20px;
    margin-top: 5px;
    display: block;
    background: #f76436;
}

.training_center_1 span {
    float: right;
    width: 66%;
    display: block;
    font-size: 16px;
    line-height: 30px;
}

.training_center_2 li {
    width: 33.333%;
    float: left;
    margin: 30px 0px;
}

.training_center_2 li div {
    padding: 20px;
    padding-top: 15px;
    margin: 0px 25px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    background: #fff;
    border-radius: 8px;
}

.training_center_2 li div img {
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.training_center_2 li div p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.training_center_2 li div span {
    font-size: 21px;
}

.training_center_2 ul {
    margin: 0px -25px;
}

.training_course_1 {
    background: url(../img/px/bg.jpg);
    height: 1046px;
    background-size: contain;
    background-repeat: no-repeat;


}

.training_course_2 {
    padding-left: 50px;
    float: left;
    width: 45%;
    padding-top: 50px;

}

.training_course_2.training_course_3 {
    float: right;
    text-align: right;
    padding-left: 0px;
    padding-right: 50px;
}

.training_course_2 b {
    font-size: 24px;
    display: block;
}

.training_course_2 b em {
    position: relative;
    display: inline-block;
}

.training_course_2 b em i {
    position: absolute;
    width: 100%;
    background: #e99426;
}

.training_course_2.training_course_3 b em i {
    background: #1b79ed;
}

.training_course_2.training_course_3 strong {
    color: #1b79ed;
}

.training_course_2.training_course_4 strong {
    color: #e5bd02;
}

.training_course_2.training_course_4 b em i {
    background: #e5bd02
}

.training_course_2.training_course_3 p img {
    right: -3px;
    left: auto;
}

.training_course_2.training_course_3 p {
    padding-right: 31px;
    padding-left: auto;
}

.training_course_2 strong {
    font-size: 16px;
    color: #e99426;
    display: block;
    padding-top: 30px;
    margin-bottom: 15px;
}

.training_course_2 p i {
    display: block;
}

.training_course_2 p span {
    color: #000;
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}

.training_course_2 p img {
    position: absolute;
    left: -3px;
}

.training_course_2 p {
    font-size: 16px;
    position: relative;
    line-height: 24px;
    color: #666;
    padding-left: 31px;
    margin-bottom: 30px;
}

.training_course_5 {
    padding-top: 100px;
}

/*  智赢跨境培训中心*/

/* about */
.about_banner {
    height: 763px;
}

.about_incorporation {
    padding: 60px 0px;
}

.about_incorporation li {
    width: 25%;
    float: left;
    text-align: center;
}

.about_incorporation li b {
    font-size: 40px;
    display: block;
    line-height: 64px;
}

.about_zy {
    background: #f8f9fe;
    padding-bottom: 80px;

}

.about_main {
    background: url(../img/about/a_6.png) repeat-x #fff;
    border-radius: 8px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    padding-top: 15px;
    padding-bottom: 45px;
}

.about_main_left {
    float: left;
    text-align: center;
    width: 40%;
    padding-top: 130px;
}

.about_main_right {
    float: left;
    width: 57%;
}

.about_main_right b {
    color: #dd562c;
    line-height: 40px;
    font-size: 21px;
    display: block;
    margin-top: 40px;
}

.about_main_right p {
    line-height: 28px;
    text-indent: 24px;
}

.about_js strong {
    position: absolute;
    width: 100%;
    background: url(../img/about/a_7.png) repeat-x;
    bottom: 0px;
    z-index: 1;
    left: 0px;
    height: 343px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;

}

.about_js .img-wrapper {
    position: relative;
    height: 356px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.2);
}

.about_js em {
    display: block;
    height: 356px;
    border-radius: 10px;
    overflow: hidden;
}

.about_js em img {
    height: 100%;

}

.about_js span {
    position: absolute;
    bottom: 0px;
    color: #fff;
    left: 15px;
    right: 15px;
    z-index: 2;
    line-height: 22px;
    height: 130px;
}

.about_js span b {
    font-size: 30px;
    display: block;
    padding-bottom: 10px;
    letter-spacing: 3px;

}

.about_js span i {
    display: block;
}

.about_js,
.rvc-wrapper {
    position: relative;
}

.about_js p {
    position: absolute;
    bottom: -145px;
    left: 50%;
    margin-left: -40px;
}

.about_js p img {
    display: block;
    font-size: 14px
}

.about_js p i {
    border-radius: 5px;
    background: url(../img/about/a_11.png) repeat-x;
    width: 80px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px solid #d5dde8;
    margin-top: 20px;
    display: inline-block;
    color: #000;
    font-weight: bold;

}

.about_fz .rvc-prv {
    top: 99px;
    left: 47%;

}

.about_fz .rvc-next {
    top: 100px;
    right: 47%;
}

.about_fz .rvc .rvc-wrapper ul {
    padding-bottom: 154px;
}

.about_fz .rvc {
    margin-left: -70px;
}

.rvc_left {
    position: absolute;
    left: -20px;
    z-index: 11;
}

.rvc_left img,
.rvc_right img {
    height: 425px;
}

.rvc_right {
    position: absolute;
    right: -20px;
    z-index: 11;
}

.rvc_bottom {
    border-bottom: 1px solid #d3dbe7;
    width: 100%;
    bottom: 26px;
    position: absolute;
}

.about_fz .rvc-prv i,
.about_fz .rvc-next i {
    box-shadow: none;
    background: url(../img/about/a_9.png) no-repeat 2px;
    color: transparent;
}

.about_fz .rvc-prv:hover i,
.about_fz .rvc-next:hover i {
    background: url(../img/about/a_9.png) no-repeat 2px;
    opacity: 0.7;
    box-shadow: none
}

.poster-main {
    position: relative;
    margin: 0px auto;
    margin-top: -50px;

}

.poster-main a,
.poster-main img {
    display: block;
    width: 100%;
    height: 100%;
}

.poster-main img {}

.poster-main .poster-list {
    width: 1000px;
    height: 500px;
}

.poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.2);

    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.poster-main img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    cursor: pointer;
    filter: opacity(.5) brightness(1);
}

.poster-main .poster-btn:hover {
    filter: opacity(1) brightness(2);
}

.poster-main .poster-prev-btn {
    left: 0;
    /* background: url(left.png) no-repeat center center; */
}

.poster-main .poster-next-btn {
    right: 0;
    /* background: url(right.png) no-repeat center center; */
}

.poster-item-title {
    font-size: 22px;
    text-align: center;
    line-height: 104px;
    display: block;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #fff;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.2);
}

.about_honor {
    background: url(../img/about/a_8.jpg);
    height: 717px;
    margin-top: 70px;
}

/* 相册 */
.ProductIntroduction {
    position: relative;

    margin: 0px auto;
    overflow: hidden;
}

.ProductExhibition {
    position: relative;
    width: 100%;
    height: 0px;
    text-align: right;
}

.ProductExhibition .Exhibition_num .Exhibition_item {
    float: left;

}

.ProductExhibition .Exhibition_num .Exhibition_item img {
    width: 202px;
    height: 134px;
    border-radius: 6px;
    opacity: 0.3;
    vertical-align: top;
    box-sizing: border-box;
    margin: 5px;
    padding: 1px;
    border-radius: 5px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    cursor: pointer;
}

.Exhibition_num {
    width: 440px;
    float: right;
    height: 570px;
    overflow-y: hidden;
}

.ProductExhibition_box,
.ProductExhibition_box .Exhibition_Img,
.ProductExhibition_box .Exhibition_Img img {
    width: 100%;
    height: 570px;
}

.ProductExhibition_box .Exhibition_Img img {
    box-sizing: border-box;

    padding: 2px;
    border-radius: 10px;


}



.icon_LImg img,
.icon_RImg img {
    width: 5px;
    height: 9px;
}

.icon_LImg,
.icon_RImg {
    position: absolute;
    z-index: 30;
    width: 26px;
    height: 26px;
    border-radius: 2rem;
    background-color: black;
    text-align: center;
    line-height: 23px;
    opacity: .5;
}

.icon_LImg {
    top: -50px;
    transition: all .3s;
    right: 85px;
}

.icon_RImg {
    right: 85px;
    transition: all .3s;
    top: 640px;
}

.icon_LImg:hover,
.icon_LImg:focus,
.icon_RImg:hover,
.icon_RImg:focus {
    opacity: .8;
}

.ProductExhibition:hover .icon_LImg {
    top: -50px;
}

.ProductExhibition:hover .icon_RImg {
    top: 594px;
}

.icon_LImg img {
    transform: rotate(90deg);
}

.icon_RImg img {
    transform: rotate(-90deg);
}

.ProductExhibition .Exhibition_num .czt_active img {
    opacity: 1;
}

.ProductExhibition_wrap {
    position: relative;
    width: 990px;
    height: 570px;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.2);
    overflow: hidden;
}

.ProductExhibition_box {
    position: absolute;
    height: 120000px;
    transition: all .5s;
}

.ProductExhibition_box img {
    width: 646px;
    height: auto;
}

/* 相册 */
.about_fc {
    background: #f8f9fe;
    padding: 75px 0px;
}

.about_fc ul {
    margin: 0px -15px;
}

.about_fc li {
    width: 33.3333%;
    float: left;
}

.about_fc li .fc_list {
    background: url(../img/about/a_10.jpg) no-repeat #fff;
    margin: 0px 15px;
    border-radius: 8px;
    border-top: 7px solid #ffe7c5;
    text-align: center;
    box-shadow: 0 0 15px 4px rgba(103, 107, 123, 0.1);
    height: 300px;
    background-size: cover;
}

.about_fc li .fc_list b {
    font-size: 30px;
    display: block;
    padding-top: 50px;
    padding-bottom: 12px;
}

.about_fc li .fc_list .about_fc li span {
    color: #666;
    font-size: 16px;
    display: block;
}

.fc_bottom {
    width: 90%;
    margin: 0px auto;
    padding-top: 30px;
}

.about_fc li .fc_list a {
    color: #f66d16;
    font-size: 22px;
    font-weight: bold;
}

.about_fc li .fc_list a:hover {
    color: #dd5805;
}

.about_fc li .fc_list .fc_bottom p a {
    display: block;
    font-size: 18px;
}

.fc_bottom p {
    width: 40%;
    padding-left: 10%;
    text-align: left;
    margin-bottom: 15px;
    line-height: 24px;
    float: left;
    font-size: 18px;
    color: #f66d16;
}

.about_l_1 {
    width: 40%;
    float: left;
    margin-bottom: 40px;
}

.about_l_1 img {
    width: 100%;
}

.about_l_2 {
    float: right;
    position: relative;
    width: 56%;
    border-bottom: 2px solid #f0f3f7;
}

.about_l_2 b {
    color: #f66d16;
    font-size: 24px;
    background: url(../img/about/a_12.png) no-repeat;
    margin-top: 68px;
    padding-left: 38px;
    padding-bottom: 25px;
    display: block;
    line-height: 36px;
}

.about_l_2 p {
    height: 164px;
}

.about_l_2 p i {
    display: block;
    font-size: 18px;
    line-height: 36px;
    letter-spacing: 1px;
}

.about_l_2 span {
    position: absolute;
    right: 0px;
    bottom: 58px;
}