

/*
网站建设联系方式18516556639（微信同号）

*/

.banner_inside{
    width: 100%;
    max-height: 700px;
    overflow: hidden;
}
.banner_inside img{
    width: 100%;
}

.box_inside{
    padding: 50px 0;
}
/****/
.inside_title{
    padding:0 10px 20px;
}
.inside_title .inside_tit{
    font-weight: bold;
    line-height: 2em;
    font-size: 24px;
    margin: 0;
    color: #000;
}
.inside_title .inside_p{
    line-height: 2em;
    font-size: 12px;
    font-family: 'Arial';
}
.inside_title .inside_p_zh{
    line-height: 2em;
    font-size: 16px;
}
.inside_title .inside_p_en{
    line-height: 2em;
    font-size: 18px;
    color: #8c8c8c;
    font-family: 'Arial';
}
.inside_title .inside_p_en:after{
    content: " ";
    display: block;
    width: 80px;
    height: 2px;
    background: #8c8c8c;
}
.inside_title .inside_title_heng{
    width: 40px;
    height: 2px;
    background: #1679be;
}
/*导航标题*/
.inside_nav_list{
    margin-bottom: 0;
    padding: 15px 10px;
}
.inside_nav_list li{
    line-height: 1.5em;
    /*margin-left: 10px;*/
    margin-right: 20px;
    padding: 4px 0;
    float: left;
    border-bottom: 1px solid #FFFFFF;
}
.inside_nav_list li.inside_active,.inside_nav_list li:hover{
    border-bottom: 1px solid #1679be;
}
.inside_nav_list li.inside_active a,.inside_nav_list li:hover a{
    color: #1679be;
}
/************解决方案*************/
/*.solu_img{margin-top: 50px;}*/
.solu_title .solu_h{
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    line-height: 1.5em;
}
.solu_title .solu_p_en{
    font-size: 10px;
    margin-bottom: 20px;
}
.solu_title .solu_p_en span{
    font-weight: bold;
}
.solution_content{
    margin-top: 100px;
    padding-bottom: 50px;
}
.solu_list .thumbnail{
    border: none;
    padding: 0;
    position: relative;
}
.solu_list .thumbnail img{
    border-radius: 10px;
}
.solu_list .thumbnail .caption{
    width: 100%;
    height: 66px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    opacity: 0.7;
}
.solu_list .thumbnail .solu_text{
    width: 210px;
    padding-left: 10px;
}
.solu_list .thumbnail .solu_text h3{
    font-size: 20px;
    line-height: 1.2em;
    margin: 0;
}
.solu_list .thumbnail .solu_text .solu_p2{
    font-size: 10px;
    line-height: 1.2em;
    margin: 0;
}
.solu_list .thumbnail .caption .solu_more{
    height: 20px;
    line-height: 18px;
    padding: 0 8px;
    border-radius: 10px;
    margin-top: 20px;
    font-size: 10px;
    background: #595757;
    border-color: #595757
}
.solu_list .thumbnail .caption .solu_more:hover{
    background: #cc0012;
    border-color: #cc0012;
}

/*********企业优势*********/
.about_01,.about_02,.about_03{
    padding: 50px 0;
}
.about_01{margin-bottom: 50px}
.about_02{
    background: #f1f2f2;
}
.about_cs{
    width: 600px;
    margin: 50px auto;
}
.about_cs .in_abfr_txt{
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
}
.about_cs .in_abfr_txt p{
    line-height: 1.2em;
}
.about_cs .in_abfr_txt .in_abfr_txt_s{
    font-size: 28px;
    margin-top: 10px;
}
.about_cs .in_abfr_txt .in_abfr_txt_s > span{
    font-size: 6px;
    position: absolute;
    top: 33px;
}
.about_cs .in_abfr_txt .in_abfr_txt_t{
    font-size: 14px;
}
.about_03_text{margin-top: 50px;}
.about_03_text .about_text_item{
    border-left: 4px solid #cc0012;
    padding-right: 120px;
}
.about_03_text .about_text_item .about_p2{
    line-height: 2em;
}

.about_04{
    /*padding: 100px 0;*/
}
/*企业风采*/
.coreValues{
    margin-bottom: 80px;
}
.coreValues .main .title {
    font: 700 30px/50px "";
    text-align: center;
    padding-top: 100px;
}

.coreValues .main .line {
    border-bottom: 3px solid #000;
    width: 30px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.coreValues .main .detail {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    font: 16px/30px "";
    padding: 0 30px;
}

.coreValues .cardList {
    list-style: none;
    margin: 0;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.coreValues .cardList .card {
    height: 800px;
    overflow: hidden;
    padding: 0;
    background-size: 100% 100%;
    margin: 0 10px;
    background-position-y: center !important;
}

.coreValues .cardList .card .content {
    width: 100%;
    height: 210px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background 0.3s linear;
    color: #fff;
    padding: 100px 50px 0;
}

.coreValues .cardList .card .content .num {
    font: 700 40px/60px "";
}

.coreValues .cardList .card .content .title {
    font: 700 22px/40px "";
}

.coreValues .cardList .card1 {
    background: url("../img/culture_01.jpg") no-repeat center;
    background-size: 100% auto;
}

.coreValues .cardList .card2 {
    background: url("../img/culture_02.jpg") no-repeat center;
    background-size: 100% auto;
}

.coreValues .cardList .card3 {
    background: url("../img/culture_03.jpg") no-repeat center;
    background-size: 100% auto;
}

.coreValues .cardList .card4 {
    background: url("../img/culture_04.jpg") no-repeat center;
    background-size: 100% auto;
}

.carousel-control.left,.carousel-control.right{
    background-image: none;
    text-shadow: none;
}
.carousel-control.left span,.carousel-control.right span{
    font-size: 48px;
    color:#0068E4;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    margin-top: -16px;
}
.carousel-control.left span{
    position: absolute;
    left: 0;
}
.carousel-control.right span{
    position: absolute;
    right: 0;
}
.carousel-inner > .item > img{
    margin: 0 auto;
}
/*********荣誉资质*********/
.honour{}
.honour_p{
    font-size: 16px;
    line-height: 2em;
    color: #000;
}
.honour_img{

}
.honour_img > div{
    margin-top: 10px;
    margin-bottom: 10px;
    height: 438px;
    display: flex;
    justify-content: center;
    align-items: Center;
}
.honour_img .thumbnail,.honour_img .thumbnail:hover{
    border: 1px solid #fff;
}
.honour_img img{
    max-width: 80%;
    max-height: 90%;
}
/********发展历程**********/
.about2 {
    /*background: url(../img/a_02.png) no-repeat 50% /100% 100%;*/
    /*min-height: 1125px;*/
    overflow: hidden;
}
.w1 {
    width: 90%;
    margin: 0 auto;
    max-width: 1480px;
}
.con1{ display: flex; justify-content: space-between; align-items: flex-end;}
.conLeft1{ position:relative; z-index:11;}
.globalTitle {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #fff;
    opacity: 0.8;
    font-size: 18px;
    margin-top: 100px;
}
.globalTitle img {
    width: 30px;
}
.globalTitle span {
    margin-left: 5px;
}
.globalTitle2{ font-size: 46px; color:#ffffffe6;}
.imgs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.ab2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ab2 .abLeft2 {
    width: calc( 100% * 450 / 1480);
    position: relative;
    margin: 200px 0;
}
.ab2 .abLeft2::before {
    content: '';
    display: block;
    padding-top: 100%;
}
.ab2 .abLeft2 .abBg2 {
    width: calc( 100% * 500 / 450);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}
.ab2 .abLeft2 .abBg2 img {
    width: 100%;
}
.ab2 .abLeft2 .abImg2 {
    width: calc( 100% * 430 / 450);
    position: absolute;
    left: calc( 50% + 5px);
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
.ab2 .abLeft2 .abImg2::before{ content: ''; display: block; padding-top: 100%;}
.ab2 .abLeft2 .abImg2 li{ width: 100%; position: absolute; left: 0; top: 0; border: #0851a3 solid 5px; border-radius: 1000px; opacity: 0; transition: all ease-in-out 0.5s;}
.ab2 .abLeft2 .abImg2 li::before{ content: ''; display: block; padding-top: 100%;}
.ab2 .abLeft2 .abImg2 li.on3{ opacity: 1;}

.ab2 .abLeft2 .abYear2{ width: 100%; height: 100%; left: 0; top: 0; position: absolute; z-index: 3;}
.ab2 .abLeft2 .abYear2 li{ position: absolute; background: url(../img/a10.png) no-repeat 0 50%; padding-left: 50px; line-height: 60px; font-size: 20px; color: #1679be; transition: ease-in-out 0.75s; transform: translateY(-50%); opacity: 0; cursor: pointer; pointer-events: none; }
.ab2 .abLeft2 .abYear2 li.on0{ left: calc( 50% - 20px); top: calc( 100% * -26 / 450);}
.ab2 .abLeft2 .abYear2 li.on1{    left: calc( 100% * 321 / 450);top: calc( 100% * 11 / 450); opacity: 0.5;}
.ab2 .abLeft2 .abYear2 li.on2{left: calc( 100% * 409 / 450);top: calc( 100% * 104 / 450); opacity: 0.5; pointer-events: all;}
.ab2 .abLeft2 .abYear2 li.on3{ background: url(../img/a9.png) no-repeat 0 50%; font-size: 30px; font-weight: bolder; color: #1679be; left: calc( 100% * 439 / 450); top: 50%; opacity: 1; pointer-events: all;}
.ab2 .abLeft2 .abYear2 li.on4{ left: calc( 100% * 413 / 450);top: calc( 100% * 335 / 450); opacity: 0.5; pointer-events: all;}
.ab2 .abLeft2 .abYear2 li.on5{ left: calc( 100% * 346 / 450);top: calc( 100% * 417 / 450); opacity: 0.5;}
.ab2 .abLeft2 .abYear2 li.on6{ left: calc( 50% - 35px); top: calc( 100% * 473 / 450);}


.ab2 .abRight2{ width: calc( 100% * 735 / 1480); position: relative; height: 0px;}
.ab2 .abRight2 .abText2{ width: 100%; border-bottom: #1679be solid 1px; display: flex; align-items: baseline; position: absolute; opacity: 0; transition: all ease-in-out 0.5s; top: 50%; transform: translateY(-50%); cursor: pointer; pointer-events: none;}
.ab2 .abRight2 .abText2 .abTextYear2{ font-size: 70px; opacity: 0.5; color: #1679be; margin-right: 35px; transition: all ease-in-out 0.5s;}
.ab2 .abRight2 .abText2.on3 .abTextYear2{ font-size: 100px; opacity: 1;}
.ab2 .abRight2 .abText2 .abTextTitle2{ font-size: 16px; opacity: 0.5; color: #1679be; transition: all ease-in-out 0.5s;}
.ab2 .abRight2 .abText2.on3 .abTextTitle2{opacity: 1; margin-right: 40px;}

.ab2 .abRight2 .abText2.on1{ top: -325px;}
.ab2 .abRight2 .abText2.on2{ top: -173px; opacity: 1; pointer-events: all;}
.ab2 .abRight2 .abText2.on3{ opacity: 1; pointer-events: all;}
.ab2 .abRight2 .abText2.on4{ top: 178px; opacity: 1; pointer-events: all;}
.ab2 .abRight2 .abText2.on5{ top: 325px;}



@media screen and (max-width: 1100px){
    .ab2 .abLeft2{ display: none;}
    .ab2 .abRight2{ width: 100%;margin-top: 190px;}
    .ab2 .abRight2 .abText2{ flex-direction: column;}
    .ab2 .abRight2 .abText2 .abTextYear2 {
        font-size: 40px;
    }
    .ab2 .abRight2 .abText2.on3 .abTextYear2 {
        font-size: 45px;
        opacity: 1;
    }

    .about2{ min-height: auto; padding-bottom: 185px;background: url(../images/licheng.jpg) no-repeat 50% 0/100% auto;}
}

@media screen and (min-width:1920px){
    .w1{ max-width: 90%;}

    .tec6{ max-width: calc( 90% + 10px);}

    .join5{ max-width: calc( 90% + 10px);}

    .BannerText1{ font-size: 70px;}

}
/*********新闻资讯*********/
.news{
    padding: 20px 10px;
}
.news .news_time{
    width: 136px;
}
.news .news_time p{
    width: 136px;
    text-align: center;
}
.news .news_time p .news_time_y{
    font-size: 24px;
}

.news_title{
    font-size: 26px;
    color: #000;
    margin-bottom: 20px;
}
.news_txt{
    line-height: 2em;
    margin-bottom: 0;
    height: 128px;
    overflow: hidden;
}
.news > .media-body .media .media-right img{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.news_more{
    margin-top: 20px;
    line-height: 16px;
}
.news > .media-body .media .media-right{
    width: 310px;
    height: 224px;
    overflow: hidden;
}
.news:hover{
    background: #e5e5e5;
}
.news:hover .news_time p{
    color: #1679be;
}
.news:hover a.news_more{
    color: #1679be;
}
.news:hover > .media-body .media .media-right img{
    transform: scale(1.1,1.1);
}
/*************************联系我们**********************************/

.contact .list-group .list-group-item{
    border: none;
}
.contact_dt{
    height: 528px;
    margin-bottom: 30px;
}

.test_test{
    font-size: 18px;
    line-height: 2.5em;
}

.lyfk_table{
    margin-top: 30px;
    margin-bottom: 50px;
}
.lyfk_table > div{
    padding-left: 0;
}
.lyfk_item{
    width: 80%;
    background: #eee;
    color: #888;
    padding: 4px 10px;
    margin-bottom: 20px;
}
.lyfk_item >span,.lyfk_txt>span{
    line-height: 1.5em;
}

.lyfk_item > input{
    outline: none;
    border: none;
    background: #eee;
    width: 80%;
}
.lyfk_txt{
    width: 80%;
    padding-top: 4px;
    padding-bottom: 4px;
    background: #eee;
    margin-bottom: 20px;
}
.lyfk_txt>span{
    line-height: 1.5em;
    margin-bottom: 4px;
}
.tnr{
    width: 100%;
    height: 136px;
    border: none;
    background: #eee;
    outline: none;
    padding-left: 6px;
    padding-right: 6px;
}
.ntb{
    width: 80%;
    background: #434343;
    border: none;
    line-height: 2em;
    color: #fff;
}
.ntb:hover{
    background: #1679be;
}

/***********************产品中心**************************/
.product .pro_item{
    margin-bottom: 60px;
}
.pro_item .pro_item_fl{
    padding: 0;
    overflow: hidden;
}
.pro_item:nth-child(2n) .pro_item_fl{
    float: right;
}
.pro_item:nth-child(2n) .pro_item_fr{
    float: left;
}
.pro_item .pro_item_fl img{
    width: 100%;
}
.pro_item_fr{
    padding-left: 30px;
}
.pro_item_fr .product_h{
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 2em;
}
.pro_item_fr .product_p{
    color: #333;
    line-height: 2em;
}
.pro_list li{
    margin-top: 20px;
}
.pro_list li a{
    /*display: block;*/
    /*width: 96px;*/
    line-height: 46px;
    padding: 10px 15px;
    text-align: center;
    color: #666;
    border: 1px solid #dbdbdb;
}
.pro_list li a:hover{
    color: #fff;
    background: #00a0e9;
    border: 1px solid #00a0e9;
}
.pro_nav{
    padding: 50px 10px;
}
.pro_nav a.btn-default{
    margin-right: 10px;
    padding-left: 25px;
    padding-right: 25px;
}
.pro_nav a.btn-default:hover{
    background: #1679be;
    color: #ffffff;
}
.product{
    background: url("../img/pro_bj.jpg") no-repeat;
    background-size: 100% 100%;
}
.pro_content{
    padding-bottom: 50px;

}
.pro_content > div{
    /*width: calc(20% - 20px);*/
    /*height: 140px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
    overflow: hidden;
    float: left;

    /*background-color: #e3e3e3;*/
    padding: 10px;
    /*margin-right: 25px;*/
    margin-top: 25px;
}

.pro_content > div .thumbnail{
    width: 80%;
    height: 252px;
    margin-bottom: 0;
    padding: 10px 4px;
    background: #1679be;
    border-radius: 15px;
    opacity: 0.7;
    border: none;
    overflow: hidden;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    transition: all .6s linear;
}
.pro_content > div:hover .thumbnail{
    background: #1679be;
    opacity: 1;
}
.pro_content > div .thumbnail .prolist_name{
    margin-top: 10px;
}
.pro_content > div .thumbnail .prolist_name p{
    color: #FFFFFF!important;
    margin: 0;
}
.pro_content > div:hover a,.pro_content > div a:hover{
    color: #fff;
}
.solu_en{
    font-size: 24px;
    font-weight: bold;
    color: #bec7da;
    margin-bottom: -20px;
    margin-top: 10px;
}
/**********************子公司*******************************/
.zgs_tit{
    font-size: 24px;
    color: #000;
    line-height: 60px;
    text-align: center;
    margin-top: 50px;
}
.zgs_content{
    padding: 60px 0;
    /*box-shadow: 0 0 20px #999;*/
    margin-bottom: 50px;
}
.zgs_content > div{
    width: 23%;
    height: 294px;
    margin: 50px 1%;
    padding: 0;
    border: 1px solid #fff;
    background: #fff;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
/*.zgs_content > div:nth-child(4n){*/
/*    border-right: 1px solid #fff;*/
/*}*/

/*.zgs_content > div:nth-child(6){*/
/*    border-right: 1px solid #fff;*/
/*}*/
.zgs_content > div .zgs_img01{
    width: 100%;
    height: 216px;
    overflow: hidden;
}
.zgs_content > div .zgs_img01 img{
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    transition: all .5s linear;
}
.zgs_content > div .thumbnail{
    border: none;
    background: none;
    padding: 0;
}
.zgs_content > div .thumbnail .caption p{
    font-size: 16px;
    color: #8c8c8c;
    text-align: center;
}
.zgs_content > div .thumbnail .caption h3{
    font-size: 18px;
    text-align: center;
    color: #000;
    margin: 0;
    line-height: 60px;
}
.zgs_content > div:hover{
    border: 1px solid #a0a0a0;
}
.zgs_content > div:hover .zgs_img01 img{
    transform: scale(1.1,1.1);
}
.zgs_content > div:hover .caption{
    background: #1679be;
    color: #FFFFFF;
}
.zgs_content > div:hover .caption p{
    color:#fff;
}
.zgs_content > div:hover .caption h3{
    color:#fff;
}
/*.zgs_content > div:hover .thumbnail .caption h3{*/
/*    color: #163180;*/
/*}*/
.zgs_about{
    padding: 20px 0;
}
.zgs_about_tit{
    font-size: 18px;
    line-height: 2em;
    color: #000;
}
.zgs_about_tit:after{
    content: " ";
    display: block;
    width: 80px;
    height: 2px;
    background: #1679be;
}
.zgs_about_tit2{
    font-size: 18px;
    line-height: 2em;
    color: #000;
}
.zgs_about_tit2:after{
    content: " ";
    display: block;
    width: 80px;
    height: 2px;
    background: #1679be;
    margin: 0 auto;
}
.zgs_fl{
    padding-left: 0;
    padding-right: 30px;
}
.zgs_fl p{
    line-height: 2em;
}
.pro_01{
    padding: 50px 0;
}
.zgs_img{
    width: 80%;
    /*background: #1679be;*/
    font-size: 48px;
    line-height: 200px;
    color: #FFFFFF;

    text-align: center;
}
.zgs_product{
    padding: 50px 0;
}
.zgs_name{
    padding-top: 30px;
}
.zgs_name p{
    color: #000;
    line-height: 2em;
}
.zgs_txt .zgs_txt_title{
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #AAAAAA;
}
.zgs_txt .zgs_txt_title h2{
    font-size: 18px;
    color: #666666;
    border-left: 5px solid #1679be;
    padding-left: 15px;
    margin: 0;
}

@media (max-width: 1600px) {
    .ab2 .abRight2 .abText2.on3 .abTextYear2 {
        font-size: 55px;
        opacity: 1;
    }
    .ab2 .abRight2 .abText2 .abTextYear2 {
        font-size: 40px;}
    .ab2 .abRight2 .abText2.on1 {
        top: -165px;
    }
    .ab2 .abRight2 .abText2.on2 {
        top: -95px;}
    .ab2 .abRight2 .abText2.on4 {
        top: 95px;
    }
    .ab2 .abRight2 .abText2.on5 {
        top: 165px;
    }
}
@media (max-width: 768px) {
    .tx_text{
        padding-left: 10px;
        padding-right: 10px;
    }
    .tx_text img{
        width: 100%!important;
        height: auto!important;
    }
    .box_inside {
        padding: 50px 10px;
    }

    .about_cs{
        width: 100%!important;
    }
    .about_01 .tx_text{
        padding: 0!important;
    }
    .about_03_text .about_text_item{
        padding-right: 0;
        margin-top: 30px;
    }
    .coreValues .cardList{
        display: block;
    }
    .coreValues .cardList .card{
        height: 480px;
        padding: 0 4px;
        background-size: 98% auto!important;
    }
    .coreValues .cardList .card{
        margin: 0;
    }
    .honour_img > div {
        height: 160px;
    }
    .product{
        padding: 0 10px;
    }
    .pro_nav a.btn-default{
        margin-bottom: 10px;
    }
    .pro_content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .pro_content > div {
        /*width: calc(20% - 20px);*/
        height: auto;
    }
    .pro_content > div .thumbnail{
        height: auto;
    }
    .pro_content > div .thumbnail p{
        font-size: 14px!important;
    }
    .news_list li{
        margin-top: 30px;
    }
    .news_list .news_fl > img {
         width: 100%;
    }
    .news_list .news_fr .news_t {
         margin:0;
    }
    .news .news_time {
        width: 0 !important;
        overflow: hidden;
        padding: 0;
    }
    .news .news_time p {
        width: 0;
        text-align: center;
    }
    .news > .media-body .media .media-right img{width: 60px;}
    .news_txt{display: none}
    .join_text_content > li {
        position: unset;
    }
    .adviceContent .condition {
        /* margin: 24px 30px; */
         padding-left: 15px;
    }
    .adviceContent .send{
        margin-left: 15px;
    }

    .zgs_fl{
        padding-left: 10px;
        padding-right: 10px;
    }
    .zgs_img img{
        width: 100%;
    }
    .zgs_content > div{
        width: 100%;
    }
}







