/* 主页banner */
.swiper-container {
    width: 100%;
    height: 606px;
    z-index: 1;
}

.swiper-container .swiper-slide {
    width: 100%;
}

.swiper-container .swiper-slide a {
    width: 100%;
    height: 606px;
    display: block;
    text-align: center;
}

.swiper-pagination {
    width: 1200px !important;
    left: 50% !important;
    text-align: center;
    margin-left: -600px;
    margin-bottom: 5px;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 6px;
    margin: 0 0 0 4px !important;
    opacity: 1;
    background: #fff;
    border-radius: 4px;
    font-size: 0px;
}

.swiper-pagination .swiper-pagination-bullet-active {
    width: 15px;
    background: coral;
}

@media (max-width:500px) {
    .swiper-container {
        width: 100%;
        height: 300px;
        z-index: 1;
    }

    .swiper-container .swiper-slide a img {
        width: 100%;
        margin-top: 90px;
        content: url(../../pic/phone/banner1.png);
    }
    .swiper-container .swiper-slide a img.eng {
        content: url(../../pic/phone/banner1_en.png);
    }
}

.slogan_box {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
}

.slogan_box ul {
    border-left: 1px solid #f5f5f5;
}

.slogan_box ul li {
    text-align: center;
    border-right: 1px solid #f5f5f5;
    padding: 20px 0;
}

.slogan_box ul li i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 38px;
    color: #44a4ef;
    border-radius: 80px;
    display: block;
    clear: both;
    margin: 0 auto;
    margin-bottom: 10px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.slogan_box ul li:hover i {
    background: #44a4ef;
    color: #fff;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.slogan_box ul li:nth-child(3) i {
    font-size: 42px;
}

.slogan_box ul li b {
    width: 100%;
    line-height: 22px;
    font-size: 19px;
}

.slogan_box ul li p {
    width: 100%;
    height: auto;
    display: block;
    padding: 5px 22%;
    color: #999;
    font-size: 14px;
}



/* 产品、案例 */
.product_list_met_16_1.met-index-body {
    width: 100%;
    height: auto;
    display: table;
    padding: 40px 0;
}

.product_list_met_16_1.met-index-body h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
}

.product_list_met_16_1.met-index-body p.desc {
    padding: 0 10%;
    font-size: 12px;
    color: #999;
    letter-spacing: 12px;
    text-transform: uppercase;
}

.product_list_met_16_1 .nav-tabs {
    border-bottom: none;
    margin: 30px auto;
}

.product_list_met_16_1 .nav-tabs li {
    height: 30px;
    line-height: 30px;
}

.product_list_met_16_1 .nav-tabs li.active {
    color: #fff;
    border-radius: 15px;
}

.product_list_met_16_1 .nav-tabs li.active>a {
    height: 30px;
    line-height: 30px;
    border: 0px !important;
    margin-right: 0px !important;
    padding: 0px 20px !important;
    background: #0054d0 !important;
    border-radius: 15px;
}

.product_list_met_16_1 .nav-tabs li>a,
.product_list_met_16_1 .nav-tabs li>a:hover,
.product_list_met_16_1 .nav-tabs li>a:focus {
    height: 30px;
    border: 0px !important;
    border-radius: 15px;
    margin: 0 1px !important;
}

.product_list_met_16_1 .nav-tabs li.active h3 {
    color: #fff;
}

.product_list_met_16_1 .nav-tabs li h3 {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
    text-shadow: none;
    color: inherit;
    white-space: nowrap;
    color: #969696;
}

.product_list_met_16_1 .index-product-list h4 a {
    color: #555555;
}

.product_list_met_16_1 .index-product-list li:hover a {
    color: #0054d0;
}

.product_list_met_16_1 .swiper-navtab .swiper-scrollbar {
    bottom: 15px;
}

.product_list_met_16_1 .index-product-list {
    margin-right: -10px !important;
}

.product_list_met_16_1 #myTabContent ul li .card {
    height: 260px;
    background: #fff;
}

.product_list_met_16_1 #myTabContent ul li .card .card-title {
    line-height: 16px;
}

.product_list_met_16_1 .btn-more {
    padding: 5px 15px;
    border: 1px solid #ccc;
    color: #999;
    width: 110px;
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
    margin: 0px auto;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.product_list_met_16_1 .container .tab-content ul {
    display: flex;
    justify-content: space-around;
    margin: 40px 0 20px 0;
}


/* 关于我们 */
.about_box {
    width: 100%;
    height: 609px;
    position: relative;
}

.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%;
    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;
}


/* 视频中心 */
.video_box {
    width: 100%;
    height: auto;
    display: table;
    background: #fff;
    padding: 35px 0;
}

.video_box h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center;
}

.video_box p.desc {
    padding: 0 10%;
    font-size: 12px;
    color: #999;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-align: center;
}

.video_box .content {
    display: flex;
    flex-direction: column;
    width: 1200px;
    height: 700px;
    padding: 52px 39px;
    box-shadow: 0px 0px 15px #f3f2f2;
    margin-top: 25px;
    margin-bottom: 15px;
}

.video_box .content ul li {
    width: 350px;
    height: auto;
    display: table;
    float: left;
    margin: 0 12px;
    position: relative;
}

.video_box .content ul li img {
    width: 350px;
    height: 245px;
}

.video_box .content ul li i {
    display: none;
}

.video_box .content ul li p {
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    text-align: center;
    display: block;
}

.video_box .content ul li a:hover i {
    width: 350px;
    height: 245px;
    line-height: 245px;
    font-size: 70px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    background: rgba(0, 0, 0, 0.7);
}

.video_box .content .btn-more {
    padding: 5px 15px;
    border: 1px solid #ccc;
    color: #999;
    width: 110px;
    font-size: 14px;
    border-radius: 100px;
    text-align: center;
    margin: 10px auto;
    -webkit-transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms;
    transition: all .6s cubic-bezier(.165, .84, .44, 1) 0ms
}

.content_honor {
    width: 1200px;
    height: 420px;
    border: 1px solid #eaeaea;
    margin-top: 25px;
    margin-bottom: 15px;
}

.content_honor ul li {
    width: 399px;
    height: 420px;
    border-right: 1px solid #eaeaea;
    float: left;
}

.content_honor ul li:nth-last-child(1) {
    border-right: 0px;
}

.content_honor ul li a {
    padding: 68px 68px 0 68px;
    display: block;
}

.content_honor ul li a p {
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 14px;
    display: block;
}

/* 客户案例 */
.case_box {
    width: 100%;
    height: auto;
    display: table;
    padding: 35px 0 30px 0;
}

.case_box h2 {
    font-size: 26px;
    color: #000;
    font-weight: bold;
    padding-bottom: 3px;
    text-align: center;
}

.case_box p.desc {
    padding: 0 10%;
    font-size: 12px;
    color: #999;
    letter-spacing: 12px;
    text-transform: uppercase;
    text-align: center;
}

.content_case {
    width: 1200px;
    height: 299px;
    background: #fff;
    border: 1px solid #eaeaea;
    margin-top: 25px;
    margin-bottom: 15px;
}

.content_case ul li {
    width: 399px;
    height: 299px;
    border-right: 1px solid #eaeaea;
    float: left;
}

.content_case ul li:nth-last-child(1) {
    border-right: 0px;
}

.content_case ul li a {
    padding: 22px 22px 0 22px;
    display: block;
}

.content_case ul li a span {
    width: 354px;
    height: 218px;
    display: block;
    overflow: hidden;
}

.content_case ul li a span img {
    width: 354px;
    height: 218px;
    transition: all 0.6s;
}

.content_case ul li a:hover span img {
    transform: scale(1.1);
}

.content_case ul li a p {
    width: 100%;
    height: 35px;
    line-height: 20px;
    padding-top: 15px;
    text-align: center;
    font-size: 14px;
    display: block;
}

/* 主页新闻 */
.news_list {
    width: 100%;
    height: auto;
    display: table;
    padding: 30px 0;
}

.news_list .title-box {
    width: 100%;
    height: auto;
    display: table;
    text-align: center;
    padding-bottom: 30px;
}

.news_list .title-box h2.title {
    width: 100%;
    height: 38px;
    font-size: 32px;
    display: block;
    color: #000;
}

.news_list .tabs {
    width: 100%;
    height: 50px;
    padding-top: 10px;
    text-align: center;
}

.news_list .tabs li {
    display: inline-block;
    margin-right: 1px;
    padding: 0px;
    border: 0px;
}

.news_list .tabs li a {
    width: 132px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    color: #fff;
    background: #cfcfcf;
    font-size: 14px;
}

.news_list .tabs li.active a {
    background: #44a4ef;
}

.news_list .tabs li a:hover {
    background: #ffa800;
}

.news_list .news_box {
    width: 1200px;
    height: 450px;
    background: #fff;
    overflow: hidden;
}

.news_list .news_box .tj_news {
    width: 430px;
    height: 450px;
    float: left;
    border-right: 1px solid #f5f5f5;
    padding: 37px;
}

.news_list .news_box .tj_news h3 {
    width: 100%;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    font-size: 20px;
    display: block;
}

.news_list .news_box .tj_news h3 a {
    font-weight: bold;
    color: #000;
}

.news_list .news_box .tj_news h3 a:hover {
    color: #f00;
}

.news_list .news_box .tj_news .desc {
    width: 100%;
    height: 80px;
    overflow: hidden;
    display: block;
    line-height: 20px;
    padding: 10px 0;
    font-size: 12px;
    color: #ccc;
}

.news_list .news_box .tj_news time {
    width: 100%;
    height: 30px;
    display: block;
    color: #999;
    position: relative;
    padding-left: 10px;
}

.news_list .news_box .tj_news time:before {
    width: 2px;
    height: 12px;
    background: #e37100;
    top: 4px;
    left: 0px;
    content: "";
    position: absolute;
}

.news_list .news_box .tj_news .tj_pic {
    width: 354px;
    height: 218px;
    overflow: hidden;
}

.news_list .news_box .tj_news .tj_pic img {
    width: 354px;
    height: 218px;
    transition: all 0.6s;
}

.news_list .news_box .tj_news .tj_pic a:hover img {
    transform: scale(1.2);
}

.news_list .news_box .news_right_list {
    width: 770px;
    height: 450px;
    float: left;
    padding: 37px;
    padding-bottom: 0px;
}

.news_list .news_box .news_right_list ul li {
    width: 100%;
    height: 112px;
    position: relative;
    padding-left: 210px;
    margin-bottom: 20px;
}

.news_list .news_box .news_right_list ul li img {
    width: 193px;
    height: 112px;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.news_list .news_box .news_right_list ul li b {
    width: 100%;
    height: 30px;
    line-height: 20px;
    font-size: 18px;
    font-weight: 500;
    display: block;
    color: #000;
}

.news_list .news_box .news_right_list ul li p {
    width: 100%;
    height: 64px;
    line-height: 24px;
    color: #ccc;
    display: block;
}

.news_list .news_box .news_right_list ul li time {
    width: 100%;
    font-size: 14px;
    display: block;
    position: relative;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.news_list .news_box .news_right_list ul li time:before {
    position: absolute;
    color: #dedede;
    right: -5px;
    top: 2px;
    font-weight: 100;
    font-family: "iconfont" !important;
    content: "\e621";
}

.news_list .news_box .news_right_list ul li time i {
    width: 25px;
    height: 1.4px;
    background: #dedede;
    right: 0px;
    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;
}

.news_list .news_box .news_right_list ul li a:hover {
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

.news_list .news_box .news_right_list ul li a:hover time:before {
    color: #f00;
}

.news_list .news_box .news_right_list ul li a:hover i {
    width: 56px;
    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;
}

.news_list .news_box .news_right_list ul li a:hover b {
    color: #f00;
}

.news_list .news_box .news_right_list ul li a:hover img {
    left: -10px;
    transition: .2s ease-in-out;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
}

/* 合作伙伴、友情链接 */
.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: 50px;
}

.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;
}

.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 0;
    display: block;
    text-align: center;
}

.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;
}
.slogan_box ul li b span {
    display: block;
}
@media (min-width:676px) {
    .slogan_box ul li b span {
        display: none;
    }
}

@media (max-width:500px) {
    .slogan_box ul li b {
        font-size: 14px;
    }
    
    .slogan_box ul li i {
        width: 60px;
    }
    .slogan_box ul li p {
        padding: 5px 15%;
        font-size: 5px;
    }
    .blocks>li, [class*=blocks-]>li {
        padding-right: 10px;
        padding-left: 12px;
    }
    .product_list_met_16_1 #myTabContent ul li .card {
        height: 240px;
        background: #fff;
    }

    .about_box .about_box_hz {
        width: 100%;
        /* height: 500px; */
        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;
    }
    .video_box .content {
        width: 100%;
        height: 100%;
        padding: 20px 0px;
    }
    .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;
    }
    .video_box .content ul li {
        margin: 0 auto;
        float: none;
    }
    .video_box {
        padding: 30px 0 0;
    }
    .product_list_met_16_1 .container .tab-content ul {
        display: flex;
        justify-content: space-around;
        margin: 40px 0 20px 0;
        flex-wrap: wrap;
    }
    .blocks-xxl-5>.block, .blocks-xxl-5>li {
        width: 50%;
    }
    .slogan_box .container > ul {
        padding: 0 18px;
    }
}
