/*global*/
@font-face {
    font-family: "MiSans-Normal";
    src: url('../font/MiSans-Normal.ttf') format('truetype'),
        url('../font/MiSans-Normal.woff') format('woff'),
        url('../font/MiSans-Normal.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

body {
    font-size: 16px;
    padding: 0px;
    margin: 0px;
    font-family: 'MiSans-Normal' !important;
    /*cursor: url('../img/linkLogo/cursor.png'), auto !important;*/
}

/* *:hover {
    cursor: url('../img/linkLogo/cursor.png'), auto !important;
} */

ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none
}

.cl-container {
    min-height: 80vh;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*header*/
.shadow-smTwo {
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8));
}

.shadow-smTwo .navbar-light .navbar-nav .nav-link {
    color: #3e3a39 !important;
}

.shadow-smTwo .navbar-light .navbar-nav .active>.nav-link {
    color: #3e3a39 !important;
}

.shadow-sm .navbar-light .navbar-nav .active>.nav-link {
    color: #3e3a39 !important;
}

.shadow-sm .navbar-light .navbar-nav .nav-link {
    color: #3e3a39 !important;
}

.shadow-sm .navbar-light .navbar-nav .nav-link:hover {
    color: #3e3a39 !important;
}

.shadow-sm .dropdown .btn-default {
    color: #3e3a39 !important;
}

.shadow-sm .jpress-menu .nav-item:hover::after {
    background: #006ca5 !important;
}

.shadow-smTwo .jpress-menu .nav-item:hover::after {
    background: #006ca5 !important;
}

.shadow-sm .navbar-light .navbar-nav .active>.nav-link {
    color: #3e3a39;
}

.shadow-sm {
    background: #fff !important;
}

.shadow-sm .header-nav-wrapper li::after {
    background: #006ca5 !important;
}

.shadow-sm .header-nav-wrapper .bot_line::after {
    background: #006ca5 !important;
}

.shadow-sm .header-content .navbar-brand .log_img {
    background-image: url('../img/logo/logo-05.png');
}

.man_box .container-fluid .header-content .english_text {
    text-decoration: none;
    display: block;
    margin: 0rem 1.475rem;
    display: block;
}

.man_box .shadow-sm .header-content .english_text span {
    font-size: 1.09rem;
    color: #606060;
}

.man_box .shadow-smTwo .header-content .english_text span {
    font-size: 1.09rem;
    font-weight: 600;
    color: #606060;
}


.shadow-sm .search_box .input_dome {
    /* color: #fff !important;
    border: 1px solid #ffff !important;
    background: url("../img/search06.png") no-repeat 6rem center #d5d2d2; */
    width: 1.2rem;
    height: 1.2rem;
    background-image: url('../img/search06.svg');
    background-size: 100% 100%;
}

.jpress-menu .nav-item {
    letter-spacing: 1px;
    position: relative;
    margin: 0rem 1.475rem;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.shadow-smTwo .navbar-light .navbar-nav .nav-link:focus,
.shadow-smTwo .navbar-light .navbar-nav .nav-link:hover {
    color: #3e3a39;
}

.jpress-menu .nav-item::after {
    content: "";
    position: absolute;
    bottom: -0.1rem;
    width: 0px;
    left: 0px;
    height: 0.15rem;
    background: #f5f5f6;
    border-radius: 0.25rem;
    transition: all 0.6s ease;
}

.jpress-menu .nav-item:hover::after {
    width: 100%;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fff;
}

.man_box .fixed-top .header-content .header-icon {
    display: none;
}


.header-content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.4rem 0rem;
}

.search_box {
    display: flex;
    align-items: center;
    margin-left: 1.475rem;
}


.search_box .input_dome {
    /* width: 7.25rem;
    height: 1.25rem;
    color: #fff;
    font-size: 0.7rem;
    border-radius: 0.625rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: url("../img/search.png") no-repeat 6rem center rgba(0, 0, 0, 0.2); */
    background: url("../img/search.svg");
    background-size: 100% 100%;
    width: 1.2rem;
    height: 1.2rem;
}

.dropdown .btn-default {
    background-color: transparent;
    border-color: transparent;
    color: inherit;
    font-size: 1rem;
    color: #fff;
}

.shadow-smTwo .dropdown .btn-default {
    color: #606060;
}

.shadow-smTwo .search_box .input_dome {
    background-image: url('../img/search06.svg');
    background-size: 100% 100%;
}

.dropdown .btn {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.dropdown .dropdown-menu {
    min-width: 0px !important;
    width: 100% !important;
}

.dropdown .dropdown-menu a {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    font-size: 1rem;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}



@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.navbar-toggler:not(:disabled):not(.disabled):focus {
    outline: none;
}

.navbar {
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
}

.nav .nav-item a.active {
    color: #FF9400;
    font-weight: bold;
}

.navbar-brand {
    margin-right: 6.6rem;
    padding: 0px;
}

.header-content .navbar-brand .log_img {
    max-width: 100%;
    max-height: 100%;
    height: 2.35rem;
    width: 10.4rem;
    background-image: url('../img/logo/logo.png');
    background-size: 100% 100%;
}

.shadow-smTwo .header-content .navbar-brand .log_img {
    background-image: url('../img/logo/logo-05.png');
}


.recommend-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
}



/*left*/
.cl-left {
    margin: 20px 0;
    padding: 0;
}

.recommend-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.recommend-item {
    width: 49%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.recommend-item-bottom {
    position: absolute;
    top: 130px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    overflow: hidden;
    left: 0;
    width: 100%;

    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(97%, rgba(0, 0, 0, .65)));
    background-image: linear-gradient(-180deg, transparent, rgba(0, 0, 0, .65) 97%);
}

.cl-article-content,
.recommend-panel {
    background-color: #fff;
    padding: 0 20px 20px 20px;
}

/*card*/
.cl-card {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cl-card .cl-card-image {
    border: 1px solid #eaeaea;
    overflow: hidden;
    height: 150px;
    padding: 0;
}

.cl-card .cl-card-image img {
    width: 100%;
    max-width: 100%;
    min-height: 150px;
}

.cl-card .cl-card-more {
    margin: 0;
}

.cl-card .cl-card-more {
    font-size: 1rem;
    font-weight: 300;
    opacity: 0.8;
}

.cl-card-main-title {
    height: 1.6rem;
    overflow: hidden;
    font-size: 1.2rem;
    width: fit-content;
    padding-bottom: 25px;
}

.card-link .row {
    padding: 0;
    margin: 0;
}

a.card-link {
    display: inline-block;
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;

}

a.card-link:hover {
    color: #333;
    box-shadow: 0px 2px 10px -3px rgba(204, 204, 204, .8) !important;
}

a.card-link:hover .cl-card-main-title {
    padding-bottom: 23px;
    border-bottom: 2px solid #ccc;
}


.cl-card-main-info {
    font-size: 0.9rem;
    opacity: 0.8;
    height: 3rem;
    margin: 0.5rem 0 2rem 0;
    font-weight: 300;
}

/*page*/
.pagination {
    margin: 20px 0 0 0;
}

.pagination li.disabled .page-link {
    background-color: #eee;
    color: #999;
}

.pagination li.disabled {
    cursor: not-allowed;
}

/*right*/
.cl-right {
    margin: 20px 0;
    padding-right: 0;
}

.right-card-main {
    background-color: #fff;
    margin: 0 0 20px 0;
}

.cl-code {
    width: 80%;
    margin: 10px auto;
    padding: 0 0 10px 0;
}

.right-card-title {
    font-size: 1rem;
    color: #333;
    font-weight: 400;
    padding: 10px 0 5px 10px;
}

.cl-code p {
    color: #999;
    line-height: 1.2rem;
    margin-top: 10px;
    text-align: center;
}

/*right-recommended*/
.right-recommended {
    padding: 10px;
    height: 120px;
    overflow: hidden;
}

.right-recommended-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.right-recommended-list i {
    color: #999;
    margin-right: 4px;
}

.right-recommended-list li {
    width: 100%;
    border-bottom: 1px dashed #eaeaea;
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-weight: 300;
}

/*label*/
.label {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;

}

.label li a {
    display: block;
    border: 1px solid #dbdbdb;
    padding: 2px 10px;
    margin: 0 8px 8px 0;
    color: #666;
    font-weight: 300;
}

.label li a:hover {
    background-color: #FF9400;
    border-color: #FF9400;
    color: #fff;
}


/*footer*/
.cl-footer {
    position: relative;
    display: none;
}

.cl_footer_app {
    position: relative;
    display: none;
}

.cl-footer .header_top {
    padding: 3.5rem 9.7rem 3rem 9.7rem;
}

.cl-footer .header_top .card_lst {
    display: flex;
    padding-bottom: 1.5rem;
    border-bottom: 0.05rem solid rgba(251, 251, 251, 0.5);
}

.cl-footer .header_top .card_lst h1 {
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: #fff;
    padding: 0.5rem 1.1rem 0.5rem 0rem;
    cursor: pointer;
}

.cl-footer .header_top .card_lst ul {
    display: flex;
    width: 100%;
    justify-content: space-between !important;
}

.cl-footer .header_top .card_lst ul li {
    font-size: 1.075rem;
    letter-spacing: 0.1rem;
    cursor: pointer;
}

.cl-footer .header_top .card_lst ul li a {
    font-size: 1.075rem;
    color: #ffffff;
}

.cl-footer .red_bg .card_lst ul li {
    padding: 0.5rem;
    background-image: url('../img/text2.jpg');
    background-size: 100% 100%;
    width: 23%;
    color: #fff;
    text-align: center;
}

.cl-footer .blue_bg .card_lst ul li {
    padding: 0.5rem;
    background-image: url('../img/text.jpg');
    background-size: 100% 100%;
    width: 23%;
    color: #fff;
    text-align: center;
}

.cl-footer .header_top .card_lst ul li:nth-child(4):hover a {
    color: #fff;
}

.cl-footer .header_top .flex_box {
    display: flex;
    justify-content: space-between;
    padding: 2.1rem 0rem 0rem 0rem;
}

.cl-footer .header_top .flex_box .left_box .nav_list {
    display: flex;
    padding-bottom: 1.6rem;
}

.cl-footer .header_top .flex_box .left_box .nav_list li {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 590;
    padding-right: 1rem;
    letter-spacing: 0.05rem;
}

.cl-footer .header_top .flex_box .left_box h1 {
    color: #fff;
    font-size: 0.875rem;
    letter-spacing: 0.05rem;
    padding-bottom: 0.4rem;
}

.cl-footer .header_top .flex_box .left_box p {
    color: #fff;
    font-size: 0.875rem;
    padding-bottom: 0.4rem;
    font-weight: 590;
    letter-spacing: 0.05rem;
}

.cl-footer .header_top .flex_box .right_box {
    display: flex;
    justify-content: flex-end;
}

.cl-footer .header_top .flex_box .right_box .qr_box {
    width: 7.15rem;
    height: 8rem;
    margin-left: 1.85rem;
}

.cl-footer .header_top .flex_box .right_box .qr_box img {
    width: 100%;
    height: 100%;
}

.cl-footer .blue_bg {
    background-color: #006da5;
    opacity: 0.98;
}

.cl-footer .red_bg {
    background-color: RGBA(133, 33, 37, 1);
}

.cl-footer .header_bot {
    padding: 0rem 11.5rem;
    height: 3rem;
    font-size: 0.707rem;
    letter-spacing: 0.05rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cl-footer .header_bot .bot_text {
    opacity: 0.7;
    color: #fff;
    display: inline-block;
}

.cl-footer .header_bot .pad10 {
    padding-right: 0.5rem;
}

.cl-footer .blue2_bg {
    background-color: #122953;
}

.cl-footer .red2_bg {
    background-color: RGBA(70, 41, 31, 1);
}

.cl-footer .frameInfo {
    position: absolute;
    left: 7%;
    bottom: 30vh;
    width: 89%;
    z-index: 9999;
    border-radius: 1rem;
    box-sizing: border-box;
    display: flex;
    background: #ffffff;
    box-shadow: 0rem 0.4rem 0.8rem -0.4rem rgba(13, 31, 40, 0.5);
    border-radius: 0.6rem;
    display: none;
}

.cl-footer .frameInfo .card_list {
    padding: 1rem 1.4rem;
}

.cl-footer .frameInfo .card_list h1 {
    font-weight: 600;
    font-size: 1.2rem;
    color: #0066ff;
    border-bottom: 0.05rem solid #e9efff;
    padding-bottom: 0.35rem;
    position: relative;
}

.cl-footer .frameInfo .card_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5rem;
}

.cl-footer .frameInfo .card_list ul li {
    width: 12.75rem;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0.25rem 0.5rem 0.25rem 0rem;
    color: #1b293e;
}

.cl-footer .frameInfo .card_list ul li a {
    font-size: 0.8rem;
}

.cl-footer .frameInfo .card_list ul li span {
    font-size: 0.8rem;
    color: #0066ff;
    cursor: pointer;
}

.cl-footer .frameInfo .card_list ul li .blueCorlor {
    color: #0066ff;
}

/*comment panel*/

.triangle-icon {
    position: absolute;
    left: 50px;
    top: -30px;
    color: #f4f4f4;
    font-size: 60px;

}

.text-primary {
    text-align: right;
}

.text-primary a {
    font-size: 14px;
    color: #666;
}
p video {
    width: 100%;
}

@media (min-width: 576px) {
    .ll-panel {
        max-width: 30%;
    }
}


/*recommend aritical*/
.recommend-panel {
    margin: 20px 0;
}

.recommend-panel a.recommend-panel-link {
    display: block;
}

.recommend-panel-bottom {
    padding: 0.5rem;
    font-size: 14px;
}

.ll-title {
    margin: 3rem 0 1rem 0;
    color: #333;
}

.recommend-panel-top {
    overflow: hidden;
    height: 12rem;
}

.recommend-panel-top img,
.recommend-item img,
.cl-card-image img {
    width: 100%;
    max-width: 100%;
    transition: 0.4s ease-out;
    -webkit-transition: 0.4s ease-out;
    -moz-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
}

.recommend-panel-top img:hover,
.recommend-item img:hover,
.cl-card-image img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
}

@media (max-width: 576px) {
    .cl-card-main {
        padding-left: 0;
        padding-right: 0;
        margin-top: 1rem;
    }

    .cl-card .cl-card-image {
        height: 200px;
    }

    .recommend-item {
        height: 120px;
    }

    .recommend-item image {
        min-height: 120px;
    }

    .recommend-item-bottom {
        top: 80px;
    }

}

.product-top {
    padding: 20px;
    margin: 20px 0 0 0;
    width: 100%;
    background-color: #fff;
}

.product-list-btn {
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.list-price {
    color: #E5511D;
    font-size: 1.4rem;
    margin-right: 1rem;
    font-weight: 500;
    margin-bottom: 0;

}

.list-more {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0;

}

.list-number {
    font-size: 0.8rem;
    color: #999;
    margin-bottom: 0;
}

.price-box {
    display: flex;
    align-items: center;
}

.product-recommended-list {
    list-style: none;
    padding: 0 10px 20px 10px;
    box-sizing: border-box;
}

.product-recommended-list li {
    width: 100%;
    border-bottom: 1px dashed #eaeaea;
    color: #666;
    font-weight: 300;
    margin-top: 1rem;
}

.product-recommended-list li img {
    width: 100%;
}


.recommended-title {
    font-size: 12px;
    line-height: 1rem;
    margin-top: 0.5rem;
}

.comment-default-block {
    background: #fff;
    margin-top: 20px;
    padding: 20px;
}

/*job*/
.job-desc-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0;
    color: #222831;
    font-size: 16px;
}

.job-desc-title-divider {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 12px;
    height: 1px;
    background-color: #f4f4f5;
}

.job-apply-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 2rem auto;
}

.job-apply-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.job-apply-detail .form-group {
    width: 45%;
}


.job-verification-code {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.5rem;
    justify-content: space-between;
}

.job-verification-code .btn {
    padding: 0;
}

.job-verification-code .btn {
    border: 1px solid #ced4da;
}

.job-group-mobile1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.joblist-card {
    border-bottom: 1px solid #eee;
}

.joblist-card-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px 20px;
}

.joblist-card-link:hover {
    background-color: #fafafa;
}

.cl-card-tag {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.cl-job-title {
    padding: 20px 0 0 0;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.4em;
}

.job-title-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.job-title-group span {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    background-color: #ff6b6b;
    margin-right: 5px;
}

.job-title-group .cl-article-title {
    padding: 0;
    margin: 0;
}

.job-right-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.job-right-title-group {
    border-bottom: 1px dashed #eee;
    padding: 10px 0;
}

.job-right-title-group span {
    padding: 1px 3px;
    color: #fff;
    background-color: #ff6b6b;
    margin-right: 2px;
    font-size: 12px;
}

.job-right-title-group a {
    font-size: 14px;
}

.banner_box {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
}



/* 开屏动画 */
.man_box {
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video_box {
    width: 100%;
    height: 100vh;
    display: block;
    overflow: hidden;
    position: relative;
}

.video_box .kvVideo {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}

.video_box .home_title {
    position: absolute;
    top: 70%;
    right: 47%;
    font-size: 1.6rem;
    z-index: 100;
    cursor: pointer;
    background-size: 100% 100%;
    width: 6.25rem;
    height: 2rem;
    background-image: url('../img/home_btn.png');
}

.video_box .home_title:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, .24);
}


/* 轮播图 */
.fullPageContainer .carousel-control-next-icon,
.fullPageContainer .carousel-control-prev-icon {
    width: 3rem;
    height: 4rem;
}

.fullPageContainer .carousel-control-next,
.fullPageContainer .carousel-control-prev {
    width: 7%;
}

.pagination .total_box {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
}

.blueBack {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 4.2rem;
    height: 4.2rem;
    background-image: url('../img/back.png');
    background-size: 100% 100%;
    z-index: 100;
}

.redBack {
    position: fixed;
    bottom: 2%;
    right: 2%;
    width: 4.2rem;
    height: 4.2rem;
    background-image: url('../img/back_red.png');
    background-size: 100% 100%;
    z-index: 100;
}

/* 移动端 */
/* 小于 768px 宽度的设备 */
@media (max-width: 767px) {
    .man_box .container-fluid .header-content .english_text {
        display: flex;
        align-items: center;
        margin: 0rem 0rem 0rem 0.7rem;
        font-size: 0.8rem;
        color: #606060;
    }

    .navbar-brand {
        margin-right: 4.5rem;
    }

    .search_box {
        display: flex;
        align-items: center;
        margin-left: 0rem;
    }

    .navbar_box .page-item .page-link {
        font-size: 0.9rem;
        display: block;
        padding: 2px 7px;
    }
}
.navbar_box .active>.page-link {
    background-color: #006da6;
    color: #fff;
    border-color: #006da6;
}