.list-icons {
    padding-left: 0px;
}

.m-t-10 {
    margin-top: 10px !important;
}

.list-group {
    margin-bottom: 0px;
}


.subcolumn_nav_met_16_1 {
    background-color: #ffffff;
    border-color: #f0f2f5;
    padding: 10px 0;
}

.subcolumn_nav_met_16_1 .product-search .form-group {
    max-width: 500px;
    margin: 0 auto 10px;
}

.subcolumn_nav_met_16_1 .subcolumn_nav_met_16_1-ul>li a:hover,
.subcolumn_nav_met_16_1 .subcolumn_nav_met_16_1-ul>li a.active {
    color: #00a8ff;
}

.subcolumn_nav_met_16_1.container {
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 37, 55, 0.05);
    margin: 10px auto;
}

.subcolumn_nav_met_16_1-ul {
    font-size: 0;
}

@media (max-width:767px) {
    .subcolumn_nav_met_16_1-ul {
        white-space: nowrap;
    }

    .subcolumn_nav_met_16_1.container {
        margin: 10px .9375rem;
    }
}

.subcolumn_nav_met_16_1-ul li {
    display: inline-block;
    vertical-align: top;
}

.subcolumn_nav_met_16_1-ul li>a {
    display: block;
    padding: 5px 10px;
    font-size: 16px;
}

.subcolumn_nav_met_16_1-ul li a {
    color: #555555;
}

.subcolumn_nav_met_16_1-ul li .dropdown-menu {
    top: 40px;
    background-color: #ffffff;
    border-color: #ffffff;
}

.subcolumn_nav_met_16_1-ul li .dropdown-menu a {
    color: #555555;
}

.subcolumn_nav_met_16_1-ul li .dropdown-menu a:hover,
.subcolumn_nav_met_16_1-ul li .dropdown-menu a:active {
    color: #0abbb9;
}

.subcolumn_nav_met_16_1 .dropdown-item:hover,
.subcolumn_nav_met_16_1 .dropdown-item.active {
    background-color: transparent !important;
}

.subcolumn_nav_met_16_1 .product-search .form-control:focus {
    border-color: #00a8ff;
}

.subcolumn_nav_met_16_1 .swiper-container {
    z-index: 990;
}

/* 产品列表 */
.product_list {
    width: 100%;
    height: auto;
    display: table;
    padding: 20px 0;
}

.product_list .product-body {
    padding: 0 10px;
}

.product_list .product-body .box_li {
    padding: 0 0 15px 0;
}


.product_list .product-body .box_li ul {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: space-evenly;
}

.product_list .product-body .box_li ul li {
    background: #fff;
    margin: 0 16px 10px;
}

.product_list .product-body .box_li ul li .card-title {
    line-height: 20px;
    text-align: center;
}

.product_list .product-body .box_li .pages_bar {
    padding-left: 10px;
    padding-top: 20px;
}

@media only screen and (max-width:767px)  {
    .product_list .product-body .box_li ul {
        display: block;
    }
    .product_list .product-body .box_li ul li {
        margin: 0;
    }
}

.product_list .row h3 {
    padding: 10px 10px 30px;
    font-size: 22px;
    color: #333333;
}

.product_list .row h3 span {
    font-size: 18px;
    color: #999999;
}

.product_list .row .describe {
    padding: 35px;
}

.product_list .row .describe h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 25px;
}

.product_list .row img {
    width: 100%;
}

.product_list .row .describe p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-indent: 2rem;
}

/* 案例列表 */
.case-body {
    padding: 0;
}

.case-body .tabs {
    width: 100%;
    height: 70px;
    padding-top: 10px;
    text-align: center;
}

.case-body .tabs li {
    display: inline-block;
    margin-right: 1px;
    padding: 0px;
    border: 0px;
}

.case-body .tabs li a {
    width: 132px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background: #cfcfcf;
    font-size: 14px;
}

.case-body .tabs li.active a {
    background: #44a4ef;
}

.case-body .tabs li a:hover {
    background: #ffa800;
}

.case-body .pages_bar {
    padding-top: 8px;
    padding-bottom: 10px;
}

.content_case_list {
    width: 1200px;
    height: auto;
    display: table;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 5px;
    margin-bottom: 15px;
}

.content_case_list ul li {
    width: 399px;
    height: 299px;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    float: left;
}

.content_case_list ul li:nth-child(3n) {
    border-right: 0px;
}

.content_case_list ul li a {
    padding: 22px 22px 0 22px;
    display: block;
}

.content_case_list ul li a span {
    width: 354px;
    height: 218px;
    display: block;
    overflow: hidden;
}

.content_case_list ul li a span img {
    width: 354px;
    height: 218px;
    transition: all 0.6s;
}

.content_case_list ul li a:hover span img {
    transform: scale(1.1);
}

.content_case_list ul li a p {
    width: 100%;
    height: 35px;
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.content_case_list ul li:nth-last-child(3),
.content_case_list ul li:nth-last-child(2),
.content_case_list ul li:nth-last-child(1) {
    border-bottom: 0px;
}

/* 视频列表 */
.content_video_list {
    width: 1200px;
    height: auto;
    display: table;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 5px;
    margin-bottom: 15px;
}

.content_video_list ul li {
    width: 399px;
    height: 329px;
    border-right: 1px solid #eaeaea;
    position: relative;
    border-bottom: 1px solid #eaeaea;
    float: left;
}

.content_video_list ul li:nth-child(3n) {
    border-right: 0px;
}

.content_video_list ul li a {
    padding: 22px 22px 0 22px;
    display: block;
}

.content_video_list ul li a span {
    width: 354px;
    height: 248px;
    display: block;
    overflow: hidden;
}

.content_video_list ul li a span img {
    width: 354px;
    height: 248px;
    transition: all 0.6s;
}

.content_video_list ul li a:hover span img {
    transform: scale(1.1);
}

.content_video_list ul li a i {
    display: none;
}

.content_video_list ul li a:hover i {
    width: 354px;
    height: 248px;
    line-height: 248px;
    font-size: 70px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 22px;
    top: 22px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
}

.content_video_list ul li a p {
    width: 100%;
    height: 35px;
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.content_video_list ul li:nth-last-child(3),
.content_video_list ul li:nth-last-child(2),
.content_video_list ul li:nth-last-child(1) {
    border-bottom: 0px;
}

/* 荣誉证书 */
.content_honor_list {
    width: 100%;
    height: auto;
    display: table;
    border: 1px solid #eaeaea;
    margin-top: 25px;
    margin-bottom: 15px;
}

.content_honor_list ul li {
    width: 416px;
    height: 420px;
    border-bottom: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    float: left;
}

.content_honor_list ul li:nth-child(2n) {
    border-right: 0px;
}

.content_honor_list ul li a {
    padding: 68px 77px 0 77px;
    display: block;
}

.content_honor_list ul li a p {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.content_honor_list ul li:nth-last-child(1) {
    border-bottom: 0px;
}

/* 关于我们 */
.about_box {
    width: 100%;
    height: 609px;
    position: relative;
    margin: 50px auto;
}

.about_box .about_text_bg {
    width: 50%;
    height: 609px;
    background: url(../images/about_bg.jpg) no-repeat right top;
    float: left;
}

.about_box .about_text_box {
    width: 50%;
    height: 500px;
    background: #fff;
    margin-top: 53px;
    float: right;
}

.about_box .about_box_hz {
    width: 1200px;
    height: 500px;
    position: absolute;
    top: 53px;
    left: 50%;
    margin-left: -600px;
}

.about_box .about_box_hz .nl_box {
    width: 800px;
    height: 500px;
    float: right;
    background: #fff;
    padding: 42px;
    padding-right: 0px;
}

.about_box .about_box_hz .nl_box .title {
    width: 100%;
    height: 34px;
    line-height: 30px;
}

.about_box .about_box_hz .nl_box .title b {
    font-size: 32px;
}

.about_box .about_box_hz .nl_box .title b.c1 {
    padding-right: 15px;
}

.about_box .about_box_hz .nl_box .title span {
    font-size: 12px;
    color: #999;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.about_box .about_box_hz .nl_box .text_p {
    width: 100%;
    height: 336px;
    padding-top: 35px;
}

.about_box .about_box_hz .nl_box .text_p p {
    width: 100%;
    height: auto;
    display: table;
    line-height: 30px;
    text-indent: 28px;
    padding-bottom: 24px;
    font-size: 14px;
    color: #999;
}

.about_box .about_box_hz .nl_box .text_p a {
    font-size: 14px;
    position: relative;
    padding-right: 30px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.about_box .about_box_hz .nl_box .text_p a:before {
    position: absolute;
    color: #dedede;
    right: -5px;
    top: 2px;
    font-weight: 100;
    font-family: "iconfont" !important;
    content: "\e621";
}

.about_box .about_box_hz .nl_box .text_p a i {
    width: 25px;
    height: 1.4px;
    background: #dedede;
    left: 60px;
    top: 11px;
    position: absolute;
    font-size: 0px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.about_box .about_box_hz .nl_box .text_p a:hover {
    padding-right: 50px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.about_box .about_box_hz .nl_box .text_p a:hover:before {
    color: #f00;
}

.about_box .about_box_hz .nl_box .text_p a:hover i {
    width: 46px;
    background: #f00;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}
@media (max-width:500px) {
    .about_box {
        margin: 0 auto;
    }
    .about_box .about_box_hz {
        width: 100%;
        position: absolute;
        top: 33px;
    }
    .about_box .about_box_hz .nl_box {
        width: 100%;
    }
    .about_box .about_box_hz {
        left: 0;
        margin-left: 0px;
    }
    .about_box .about_box_hz .nl_box .text_p p {
        line-height: 22px;
        padding-bottom: 8px;
        font-size: 12px;
    }
    .about_box .about_box_hz .nl_box {
        padding: 45px 25px 22px 25px;
        height: auto;
    }
    .about_box .about_text_box,
    .about_box .about_text_bg  {
        display: none;
    }
  
    .about_box .about_box_hz .nl_box .text_p {
        height: auto;
        
    }
    .partner_links_box .partner_title {
        width: 100%;
        height: auto;
    }
    .partner_links_box .partner_li ul li a img {
        width: 80%;
    }
    .partner_links_box .partner_li ul li {
        width: 30%;
        height: 50%;
    }
    .partner_links_box .partner_li ul li a {
        padding: 40px 0;
    }
    .partner_links_box .partner_title {
        width: 100%;
        height: auto;
    }
    .product_list .row {
        margin: 0 auto;
    }
    
  }

/*合作伙伴*/
.partner_links_box {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    padding: 30px 0 25px 0;
}

.partner_links_box .partner_title {
    width: 1200px;
    height: auto;
    display: table;
    text-align: center;
    padding-bottom: 15px;
}

.partner_links_box .partner_title h2 {
    width: 100%;
    height: 32px;
    font-size: 26px;
    display: block;
    color: #000;
}

.partner_links_box .partner_title p {
    width: 100%;
    height: 22px;
    line-height: 22px;
    display: block;
    color: #999;
}

.partner_links_box .partner_li {
    width: 100%;
    height: 225px;
    margin: 20px 0;
}

.partner_links_box .partner_li ul {
    display: flex;
    justify-content: space-evenly;
}

.partner_links_box .partner_li ul li {
    width: 20%;
    height: 223px;
    border: 1px solid #ededed;
}

.partner_links_box .partner_li ul li a {
    padding: 100px 50px;
    display: block;
}

.partner_links_box .partner_li ul li a p {
    width: 100%;
    height: 43px;
    line-height: 43px;
    font-size: 14px;
    text-align: center;
    display: block;
}

.partner_links_box .links_title {
    width: 100%;
    height: auto;
    display: table;
    padding: 12px 0;
}

.partner_links_box .links_title b {
    font-size: 18px;
}

.partner_links_box .links_content {
    width: 100%;
    height: auto;
    display: table;
}

.partner_links_box .links_content a {
    padding: 0 15px 5px 0;
    font-size: 14px;
    color: #999;
}

.partner_links_box .links_content a:hover {
    color: #f00;
}

@media (max-width:500px) {
    .partner_links_box .partner_title {
        width: 100%;
        height: auto;
    }
    .partner_links_box .partner_li {
        margin: 10px 0;
        height: 140px;
    }
    .partner_links_box .partner_li ul li {
        width: 30%;
        height: 50%;
        
    }
    .partner_links_box .partner_li ul li a {
        padding: 40px 0;
        text-align: center;
    }
  }
/* 位置导航 */
.location_met_16_1.met-crumbs {
    background: #ffffff;
}

.location_met_16_1 .breadcrumb {
    margin-bottom: 0px;
    padding: 14px 18px;
}

.location_met_16_1 .breadcrumb-item a {
    color: #999;
    font-size: 14px;
}

.location_met_16_1 .breadcrumb-item .iconfont:before {
    padding-right: 5px;
}

.location_met_16_1 .breadcrumb-item a:hover {
    text-decoration: underline;
}

.location_met_16_1 .breadcrumb-item+.breadcrumb-item::before {
    color: #999;
}

/* 分页 */
.pages_bar {
    width: 100%;
    text-align: left;
    color: #333;
    padding: 40px 0px 0px 0;
}

.pages_bar a,
.pages_bar span {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0px 12px;
    border: 1px solid #eaeaea;
    text-align: center;
    color: #333;
    margin-right: 4px;
    font-size: 14px;
    background: #fff;
}

.pages_bar a.current_page {
    color: #FFF !important;
    border: 1px solid #2d59f0;
    background: rgb(0, 101, 239);
}

.pages_bar a:hover {
    text-decoration: none;
    border: 1px solid #2d59f0;
    color: #333;
}

.pages_bar span {
    color: #333;
}

/* 加入我们 */
.join_list_page {
    width: 100%;
    height: auto;
    display: table;
    padding: 20px 0;
}

.join_list_page .join-body {
    padding-right: 0px;
    padding-left: 0px;
}

.join_list_page .container h3 {
    padding: 10px 10px 30px;
    font-size: 22px;
    color: #333333;
    font-weight: bold;
}

.join_list_page .container h3 span {
    font-size: 18px;
    color: #999999;
}

.join_list_page .container p {
    padding: 0 10px;
    font-size: 18px;
    color: #333333;
}

.join_list_page .container p span {
    font-size: 16px;
    color: #999999;
}

.join_list_page .row .describe {
    padding: 35px;
}

.join_list_page .row .describe h4 {
    font-size: 18px;
    font-weight: bold;
    color: #023CC4;
    margin-bottom: 25px;
}

.join_list_page .row .describe p {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    text-indent: 2rem;
}

.join_list_page .row .describe h5 {
    font-size: 16px;
    color: #023CC4;
    margin: 19px 0;
}


/* 联系我们 */
.job_list_page_met_16_1 {
    background: #f5f5f5;
    padding: 30px 0 0 0;
}

.job_list_page_met_16_1 .met-job-list .card {
    padding: 30px;
    background: #fff;
    box-shadow: none;
}

.job_list_page_met_16_1 .met-job-list .card h4 {
    font-size: 26px;
    padding-bottom: 6px;
}

.job_list_page_met_16_1 .met-job-list .card-metas {
    color: #a3afb7 !important;
}

.job_list_page_met_16_1 .met-job-list .card-metas .m-r-10 {
    margin-right: 10px;
}

.job_list_page_met_16_1 .met-job-list .card-metas span i {
    font-size: 13px;
    padding-right: 5px;
}

.job_list_page_met_16_1 .met-job-list .card .met-editor {
    padding: 15px 0 0 0;
    line-height: 26px;
    font-size: 14px !important;
    color: #999;
}

.job_list_page_met_16_1 .met-job-list .card .met-editor strong {
    font-size: 16px;
    color: #000;
    font-weight: 500;
}