@charset "utf-8";
/* 首页共享标题 */

section {
    padding: 50px 0;
}

.more {
    margin: 30px auto 0;
    display: block;
    width: 160px;
    line-height: 45px;
    text-align: center;
    text-decoration: none !important;
    border-radius: 25px;
    background-color: transparent;
    transition: .3s;
}

.more:hover {
    color: #fff;
    background-color: #217dd0;
}

.more span {
    font-family: '宋体';
}

/* 搜索 */

.search {
    line-height: 60px;
    /* background-color: #f7f7f7; */
}

.search a {
    padding-right: 10px;
}

/* *****第一部分 产品展示***** */

/* .chanpin {
    background: #f7f7f7;
} */

.chanpin ul {
    margin-top: 20px;
}

.chanpin li {
    position: relative;
    float: left;
    margin: 1%;
    overflow: hidden;
}

.chanpin li h3 {
    font-size: 20px;
    font-weight: 700;
}

.chanpin li h3::after {
    content: '';
    margin-top: 10px;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ccc;
}

.chanpin li span {
    color: #999;
    text-transform: uppercase;
}

.chanpin li img {
    transition: 1s;
}

.chanpin li:hover img {
    transform: scale(1.1);
}

.chanpin ul li:nth-child(1) h3 {
    font-size: 30px;
}

.chanpin ul li:nth-child(1) span, .chanpin ul li:nth-child(3) span {
    color: #c4e3f8;
}

.chanpin ul li:nth-child(1) a, .chanpin ul li:nth-child(3) a {
    color: #fff;
}

.chanpin ul li:nth-child(1) {
    width: 67%;
}

.chanpin ul li:nth-child(2) {
    width: 29%;
    float: right;
}

.chanpin ul li:nth-child(3), .chanpin ul li:nth-child(4) {
    width: 32.5%;
}

.chanpin li a:hover {
    color: #333;
}

.chanpin li .text {
    position: absolute;
    top: 20px;
    left: 20px;
    transition: .5s;
}

.chanpin li:hover .text {
    transform: translateX(5px);
}

/* *****第二部分 客户合作案例***** */

.youshi {
    padding-top: 0;
}

.youshi ul {
    display: flex;
}

.youshi li {
    width: 50%;
    overflow: hidden;
}

.youshi .fl img {
    transition: 1s all;
    -webkit-transition: 1s all;
}

.youshi .fl:hover img {
    transform: scale(1.1);
}

.youshi .fr {
    color: #fff;
    padding: 8% 15% 0 5%;
    background: url(../img/al_fr_bg.jpg)no-repeat center;
}

.youshi .fr h3::after {
    bottom: -10px;
    right: -10px;
}

.youshi .fr a {
    margin-top: 50px;
    display: block;
    width: 260px;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    background: #217dd0;
    text-align: center;
}

.youshi .swiper-button-next, .youshi .swiper-button-prev {
    top: auto;
    bottom: 0;
    width: 74px;
    height: 74px;
}

.youshi .swiper-button-next {
    right: calc(50% - 74px);
    background-color: #217dd0;
}

.youshi .swiper-button-prev {
    left: calc(50% - 74px);
    background-color: #f8f8f8;
}

.youshi .swiper-button-next:after {
    color: #fff;
    font-size: 22px;
}

.youshi .swiper-button-prev:after {
    font-size: 22px;
}

/* 第二部分 案例展示 */

.anli {
    background: #f7f7f7;
}

.anli ul {
    display: flex;
    flex-wrap: wrap;
}

.anli ul li {
    position: relative;
    overflow: hidden;
    margin: 1%;
    width: 31.33%;
}

.anli ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    transition: 1s;
    font-size: 18px;
    text-align: center;
    width: 100%;
    line-height: 45px;
    background: rgba(0, 0, 0, .7);
}

/* .anli ul li:hover p {
    transform: translateY(-10px);
} */

.anli ul li img {
    width: 100%;
    height: 320px;
    transition: 1s;
    object-fit: cover;
}

.anli ul li:hover img {
    transform: scale(1.1);
}

/* .anli ul li:nth-child(2) {
    width: 64%;
} */

/* .anli ul li:nth-child(1), .anli ul li:nth-child(3), .anli ul li:nth-child(4), .anli ul li:nth-child(5) {
    width: 31.33%;
} */

/* 第四部分 关于我们 */

.guanyu {
    background: url(../img/guanyu.jpg);
}

.guanyu .text {
    padding: 4%;
    line-height: 27px;
}

.guanyu .text p {
    text-indent: 2em;
    margin-bottom: 10px;
}

.guanyu .text a {
    color: #fff;
    background: #217dd0;
}

.xiwnen .title {
    margin-top: 20px;
}

.xiwnen .title span {
    display: inline-block;
    padding: 0 30px;
    line-height: 35px;
    cursor: pointer;
    transition: .5s;
}

.xiwnen .title .on, .xiwnen .title span:hover {
    color: #fff;
    background: #217dd0;
}

.xiwnen .con {
    display: none;
    margin-top: 30px;
}

.xiwnen .con.on {
    display: block;
}

.xiwnen .con a {
    position: relative;
    display: block;
    overflow: hidden;
}

.xiwnen .left img {
    transition: .5s;
    width: 100%;
    height: 390px;
    object-fit: cover;
}

.xiwnen .left:hover img {
    transform: scale(1.1);
}

.xiwnen .left .tit {
    padding: 10px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, .5);
    color: #fff;
}

.xiwnen .left .tit p {
    font-weight: bold;
}

.xiwnen .left .time {
    padding: 15px 5px;
    position: absolute;
    top: 0;
    left: 5%;
    background-color: #217dd0;
    color: #fff;
    text-align: center;
}

.xiwnen .right li {
    margin-bottom: 10px;
    display: flex;
    background-color: #f5f5f5;
    align-items: center;
}

.xiwnen .right .fl {
    padding: 5px 0;
    width: 90px;
    color: #fff;
    background-color: #217dd0;
}

.xiwnen .right .fr {
    padding-left: 15px;
    width: 100%;
}

.xiwnen .right .fr a {
    line-height: 30px;
}

.xiwnen .right .fr p {
    font-size: 14px;
    color: #7e7e7e;
}

.xiwnen a:hover {
    text-decoration: none;
}

/* 第六部分 合作伙伴  */

.hezuo {
    background-color: #f7f7f7;
}

.hezuo img:hover {
    border-color: #217dd0 !important;
}

/* **********************内页开始********************** */

/* 关于我们 */

.datu {
    padding: 150px 0;
    background: url(../img/about_bg.jpg)no-repeat center/cover;
}

.datu span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
}

/* 面包屑 */

.crumbs {
    padding: 20px 0 0 0;
    font-size: 14px;
    color: #666;
}

.crumbs p {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.crumbs a {
    color: #666;
}

.crumbs img {
    vertical-align: -1px;
}

/* 关于我们 */

.about {
    padding-bottom: 50px;
}

.about .nav_list {
    display: flex;
    width: 70%;
    justify-content: center;
    margin: 10px auto;
}

.about .nav_list li {
    margin-left: -1px;
    width: 20%;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 50px;
}

.about .nav_list a {
    display: block;
}

.about .nav_list .on {
    color: #fff;
    background: #217dd0;
}

.about .nav_con {
    margin-top: 50px;
}

.about .nav_con p {
    line-height: 27px;
    margin-bottom: 10px;
}

.about .nav_con .zili span {
    font-size: 50px;
    font-weight: 700;
    color: #217dd0;
    font-family: Arial;
}

.about .nav_con .zili p {
    font-size: 14px;
    color: #999;
}

/* 文化 */

.wenhua {
    margin-top: 50px;
}

.wenhua .img {
    position: relative;
}

.wenhua .img p {
    position: absolute;
    bottom: 0;
    left: 20%;
    width: 60%;
    background: #217dd0;
    color: #fff;
    line-height: 45px;
    text-align: center;
}

.wenhua .con {
    min-height: 120px;
    padding: 20px 30px;
    background-color: #E9EBEE;
    text-align: center;
}

/* 资质荣誉 */

.honor .list {
    margin-top: 20px;
    width: 20%;
}

.honor .list a {
    position: relative;
    width: 100%;
    display: block;
    padding: 15px 15px 0;
    background-color: #f2f2f2;
    text-decoration: none;
    color: #666;
}

.honor .list a:hover {
    color: #217dd0;
    box-shadow: 0 0 10px #ddd;
}

.honor .list a:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    transition: .5s;
    background-color: #ddd;
}

.honor .list a:hover::after {
    width: 100%;
    background-color: #217dd0;
}

.honor .list p {
    line-height: 40px;
    font-size: 14px;
}

/* 工厂环境 */

.gc .list {
    margin-top: 30px;
}

.gc .list a p {
    font-size: 14px;
    position: relative;
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    transition: .3s;
}

.gc .list a p::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background-color: #217dd0;
    transition: .5s;
}

.gc .list a:hover p {
    border-color: transparent;
}

.gc .list a:hover p::after {
    width: 100%;
}

/* 产品中心 */

.pro .pro_nav {
    margin: 0 auto;
    width: 20%;
    float: left;
}

.pro .pro_nav .tit {
    position: relative;
    line-height: 60px;
    background-color: #217dd0;
    color: #fff;
    font-size: 22px;
    text-align: center;
}

.pro .pro_nav .tit::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: 5px;
}

.pro .pro_nav li {
    margin-bottom: -1px;
    width: 100%;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ccc;
}

.pro .pro_nav li a {
    padding-left: 20px;
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    text-decoration: none;
}

.pro .pro_nav li a:hover {
    color: #fff;
    background-color: #217dd0;
}

.pro .pro_nav .phone {
    background-color: #f7f7f7;
    border: 1px solid #ddd;
}

.pro .pro_nav .phone div {
    padding: 20px;
    font-size: 15px;
    line-height: 26px;
}

/* .pro .row {
    margin-top: 20px;
} */

.pro .por_list {
    margin-bottom: 20px;
}

.pro .por_list>a {
    position: relative;
    display: block;
    overflow: hidden;
    border: 4px solid #f7f7f7;
    /* transition: .3s; */
}

.pro .por_list:hover>a {
    color: #217dd0;
    border-color: #217dd0;
}

.pro .por_list p {
    font-size: 15px;
    line-height: 40px;
    text-align: center;
    background-color: #e9ecef;
}

.pro .por_list:hover p a {
    color: #fff;
    display: block;
    background-color: #217dd0;
}

.pro .por_list img {
    transition: all .5s;
    height: 200px;
    object-fit: cover;
}

.pro_con, .right_box {
    width: 79%;
    float: right;
}

.pro_con .top {
    align-items: center;
}

.pro_con .top .h4 {
    font-size: 28px;
    font-weight: 700;
    color: #245EB5;
}

.pro .pro_con .row {
    margin-top: 0;
}

.pro_con .top a {
    display: block;
    margin-top: 10px;
    width: 150px;
    line-height: 45px;
    background-color: #245EB5;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.pro_con .pro_article_p {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

.pro_con .pro_article_p span {
    display: inline-block;
    padding: 0 30px;
    line-height: 45px;
    cursor: pointer;
}

.pro_con .pro_article_p .on {
    background-color: #217dd0;
    color: #fff;
}

.pro_con .pro_con_box {
    display: none;
}

.pro_con .pro_con_box.on {
    display: block;
}

.pro_con .pro_article p, .news_con .news_article p {
    line-height: 27px;
    margin-bottom: 15px;
}

.pro_con .pro_article img, .news_con .news_article img {
    max-width: 100% !important;
    height: auto !important;
}

.pro_con .pro_article a, .news_con .news_article a {
    font-weight: bold;
    color: #217dd0;
    padding-bottom: 2px;
    border-bottom: 1px dashed #217dd0;
}

.pro_con .pro_con_box table {
    width: 100% !important;
}

.pro_con .pro_con_box tr {
    line-height: 35px;
    text-align: center;
}

.pro_con .pro_con_box tr td:first-child {
    font-weight: bold;
}

/* 新闻列表 */

.news_list {
    margin-bottom: 20px;
    align-items: center;
    border: 1px solid #ccc;
}

.news_list a {
    display: block;
    overflow: hidden;
}

.news_list a img {
    transition: .3s;
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.news_list:hover a img {
    transform: scale(1.1);
}

.news_list h3 {
    font-size: 22px;
}

.news_list:hover h3 a {
    color: #217dd0;
}

.news_list p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.news_list span {
    font-size: 14px;
    color: #999;
}

/* 新闻详情 */

.news_con .news_top p {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    color: #666;
    border-bottom: 1px solid #ccc;
}

/* 联系我们 */

.lxwm {
    margin-top: 50px;
}

.lxwm .box {
    padding: 30px;
}

.lxwm .box img {
    margin-right: 10px;
}

.lxwm .box p {
    line-height: 40px;
}

.lxwm_box {
    padding: 30px;
}

.lxwm_box li {
    padding-top: 50px;
    width: 50%;
    text-align: center;
    font-size: 14px;
}

.lxwm_box li img {
    margin-bottom: 15px;
}

.lxwm_ditu {
    margin-top: 50px;
}

/* 招聘 */

.join {
    margin-top: 50px;
}

.join_con {
    padding: 30px;
    border-bottom: 1px dashed #ccc;
    background-color: #eee;
}

.join_con div {
    padding: 30px;
    background-color: #fff;
}

.l-about {
    max-height: 180px;
    overflow: auto;
}

/* 服务与支持 */

.zhichi .key {
    text-align: center;
}

.zhichi .key span {
    display: inline-block;
    line-height: 40px;
    width: 150px;
    border: 1px solid #ddd;
    cursor: pointer;
}

.zhichi .key .on {
    color: #fff;
    background-color: #217dd0;
}

.zhichi .t_box {
    display: none;
    margin: 20px auto 0;
    max-width: 1000px;
}

.zhichi .t_box.on {
    display: block;
}

.zhichi .t_box td {
    padding: 10px;
    border: 1px solid #ddd;
}

.zhichi .t_box p {
    text-indent: 2em;
    margin-bottom: 10px;
    line-height: 28px;
}

.zhichi .t_box h1 {
    margin-top: 20px;
    font-size: 22px;
}

.zhichi .t_box h2 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
}

.zhichi .t_box h3 {
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold;
}

.zhichi .t_box b {
    display: inline-block;
    margin-bottom: 15px;
}

@media(max-width:992px) {
    .chanpin li {
        border: 1px solid #ddd;
        width: 100% !important;
        float: none !important;
    }
    .chanpin li h3 {
        color: #fff;
        font-size: 1rem !important;
    }
    .chanpin li span {
        font-size: 12px;
    }
    .chanpin li img {
        height: 130px;
        width: 100%;
        object-fit: cover;
    }
    section {
        padding: 20px 0;
    }
    .anli ul li {
        width: 48%;
    }
    .anli ul li img {
        height: 120px;
    }
    .anli ul li p {
        font-size: 14px;
        line-height: 17px;
    }
    .youshi ul {
        flex-wrap: wrap;
    }
    .youshi ul li {
        width: 100%;
    }
    .youshi .fr {
        padding: 3%;
        min-height: 270px;
    }
    .youshi .fr span.f14 {
        display: block;
        height: 80px;
        overflow: auto;
    }
    .mt-4, .my-4 {
        margin-top: 10px !important;
    }
    .youshi .fr a {
        margin-top: 20px;
        font-size: 14px;
    }
    .youshi .swiper-button-next, .youshi .swiper-button-prev {
        width: 44px;
        height: 44px;
    }
    .youshi .swiper-button-next {
        right: 0;
        bottom: 0;
    }
    .youshi .swiper-button-prev {
        left: 0;
        bottom: 0;
    }
    .mb-5, .my-5 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .guanyu .text p {
        font-size: 14px;
    }
    .more {
        margin-top: 20px;
        width: 140px;
        font-size: 14px;
        line-height: 40px;
    }
    .xiwnen .title span {
        padding: 0 13px;
    }
    .xiwnen .left img {
        height: 130px;
    }
    .xiwnen .h1 {
        font-size: 14px;
    }
    .xiwnen .left .time {
        padding: 5px;
        font-size: 12px;
    }
    .xiwnen .right li {
        margin-top: 10px;
    }
    .xiwnen .right .fr {
        width: 80%;
    }
    .datu {
        padding: 30px 0;
    }
    .datu .h2 {
        font-size: 22px;
    }
    .about .nav_list {
        width: 100%;
    }
    .about .nav_list li {
        width: auto;
    }
    .about .nav_list a {
        font-size: 14px;
    }
    .zili .col {
        width: 50%;
        flex-basis: auto;
    }
    .about .nav_con .zili span {
        font-size: 22px;
    }
    .about .nav_con .zili p {
        font-size: 12px;
    }
    .l-about {
        max-height: 100%;
    }
    .about .nav_con p {
        font-size: 14px;
    }
    .about .nav_con .h2 {
        font-size: 22px;
    }
    .about .nav_con {
        margin-top: 10px;
    }
    .youshi .fl img {
        height: 140px;
        width: 100%;
        object-fit: cover;
    }
    .honor .list{width: 50%;}
    .honor .list a{padding: 0;}
    .pro .pro_nav{width: 100%;}
    /* .pro .pro_nav li{float: left;width: 50%;} */
    .pro .pro_nav li a{padding-left: 0;font-size: 14px;width: 100%;text-align: center;}
    ul::after{content: '';display: block;clear: both;}
    .pro .pro_nav .phone{display: none;}
    .pro .por_list>a{border: none;}
    .pro .por_list img{height: 120px;}
    .pro_con, .right_box{width: 100%;}
}