
/*.banner*/
.carousel-indicators {
    bottom: 16%;
}
.carousel-indicators li{
    width: 12px;
    height: 12px;
    /*margin: 0;*/
    background: #fff;
}

.carousel-indicators .active{
    /*width: 40px;*/
    /*height: 3px;*/
    background: #1679be;
    /*border: 1px solid #cc0012;*/
}
.carousel-control.left{
    background: none;
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 10%;
    width: 36px;
    height: 94px;
}
.carousel-control.right{
    background: none;
    position: absolute;
    top: 40%;
    bottom: 0;
    right: 10%;
    width: 36px;
    height: 94px;
}
.carousel-inner>.item>img{
    width: 100%;
}
.carousel-control .glyphicon-chevron-left{
    width: 36px;
    height: 94px;
    background: url(../img/jt_fl.png) no-repeat;
}
.carousel-control .glyphicon-chevron-right{
    width: 36px;
    height: 94px;
    background: url(../img/jt_fr.png) no-repeat;
}
.glyphicon-chevron-left:before {
    content: "";
}
.glyphicon-chevron-right:before {
    content: "";
}

/*banner 文字部分*/
.carousel-caption {
    top: 33%;
}
.carousel-caption > h3{
    text-align: left;
    font-size: 48px;
    font-weight: bold;
    line-height: 1.5em;
}
.carousel-caption > h3:after{
    display: block;
    content: " ";
    width: 210px;
    height: 2px;
    background: #fff;
}
.carousel-caption > p{
    font-size: 32px;
    font-weight: 500;
    margin-top: 40px;
}
.carousel-caption > p.ban_p01{
    text-align: left;
}
.in_title{
    padding: 10px 12px;
    /*background: url("../img/sj.png") no-repeat;*/
}
.in_title .in_tit{
    font-size: 24px;
    color: #271525;
    line-height: 1.5em;
    font-weight: bold;
    margin: 0;

}
.in_title .in_tits{
    font-size: 32px;
    line-height: 1.5em;
    font-weight: 900;
    font-family: "Arial";
    text-transform: uppercase;
    -webkit-text-stroke: 1px #000;
    color: transparent;
    word-spacing:20px;
    margin: 0;
}
@keyframes jiant {
    0%{transform: translateX(20px);}

    20%{transform: translateX(30px);}

    40%{transform: translateX(20px);}

    100%{transform: translateX(20px);}
}
@keyframes cx {
    0%{opacity: 0;}
    30%{opacity: 0;padding-top: 50px;}
    /* 40%{opacity: 0;padding-top: 50px;} */
    100%{opacity: 1;padding-top: 0px;}
}
@keyframes cx2 {
    0%{opacity: 0;}
    35%{opacity: 0;padding-top: 50px;}
    100%{opacity: 1;padding-top: 0px;}
}
@keyframes cx3 {
    0%{opacity: 0;}
    40%{opacity: 0;padding-top: 50px;}
    100%{opacity: 1;padding-top: 0px;}
}
@keyframes cx4 {
    0%{opacity: 0;}
    45%{opacity: 0;padding-top: 50px;}
    100%{opacity: 1;padding-top: 0px;}
}
@keyframes cx5 {
    0%{opacity: 0;}
    50%{opacity: 0;padding-top: 50px;}
    100%{opacity: 1;padding-top: 0px;}
}
@keyframes cx6 {
    0%{opacity: 0;}
    60%{opacity: 0;padding-top: 50px;}
    100%{opacity: 1;padding-top: 0px;}
}
@keyframes up0 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(1000px);
        -ms-transform: translateY(1000px);
        transform: translateY(1000px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes up1 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(500px);
        -ms-transform: translateY(500px);
        transform: translateY(500px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}


a.more{
    width: 200px;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    /*background: #1679be;*/
    border-radius: 12px;
    /*transition: all 1s;*/
    display: flex;
    align-items: center;
    padding: 0 20px;
    position: relative;
}
a.more.more2{
    color: #1679be;
}
a.more .gd_img{
    position: relative;
    transform: translateX(10px);
    animation: jiant 3s infinite linear alternate;
}
a.more .gd_img img{
    position: absolute;
    left: -10px;
    top: -4px;
    width: 48px;
}

a.more .gd_img img:last-child{
    opacity: 0;
}
a.more.more2 .gd_img img{
    opacity: 1!important;
}
a.more .gd{
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50px;
    position: absolute;
    left: 140px;
}
a.more.more2 .gd{
    border: 1px solid #1679be;
}
a.more:hover{
    //background: #fff;
    //border: 1px solid #1679be;
    color:#1679be;
}

a.more:hover .gd_img img:last-child{
    opacity: 1;
}
a.more:hover .gd_img img:first-child{
    opacity: 0;
}
a.more:hover .gd{
    border: 1px solid #1679be;
}


.in_product,.in_news,.in_qyys{
    padding: 100px 0;
}

/*关于我们*/
.inabout{
    background: url("../img/in_about_bj.jpg");
    background-size: 100% 100%;
}
.in_about_title{
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 20px;
}
.in_about_title:after{
    content: " ";
    display: block;
    width: 60px;
    height: 4px;
    background: #FFFFFF;
    margin-top: 20px;
}
.in_abfl{padding: 52px 20px 10px 10px}
.in_about_sj{
    margin-top: 50px;
}
.in_abfr{
    text-align: right;
}
.in_abfr > img{
    width: 80%;
}
.in_about_sj .in_abfr_txt{
    padding: 10px 0;
    margin-top: 10px;
    text-align: center;
}
.in_about_sj .in_abfr_txt p{
    line-height: 1.2em;
    color: #FFFFFF;
}
.in_about_sj .in_abfr_txt .in_abfr_txt_s{
    font-size: 24px;
    margin-top: 10px;
}
.in_about_sj .in_abfr_txt .in_abfr_txt_s > .in_num_dw{
    font-size: 14px;
}
.in_about_sj .in_abfr_txt .in_abfr_txt_t{
    font-size: 16px;
    line-height: 2em;
    margin-top: 10px;
}


/*jiejuefangan */
.in_solution{
    padding-top: 0;
    padding-bottom: 100px;
    background: #f8f8f8;
}
.pro_pics{ width:100%; height:284px;margin-top: 50px;}

.in_solution dl{
    width: 300px;
}
.in_solution dl dt{
    width: 300px;
}
.section.active .txm3{animation: up1 .8s linear alternate;}
.in_solution.active .txm1{animation: up1 .6s linear alternate;}
.in_solution.active .txm2{animation: up1 .7s linear alternate;}
.in_solution.active .txm3{animation: up1 .8s linear alternate;}
.in_solution.active .txm4{animation: up1 .9s linear alternate;}
.in_solu_item{
    width: 300px;
    float: left;
    padding: 10px 20px;
    text-align: center;
}
.in_solu_item > img{
    max-width: 90%;
}
.in_solu_item > img.in_solu_img2{
    display: none;
}
.in_solu_item .in_solu_p{
    font-size: 16px;
    color: #000;
    line-height: 4em;
}
.in_solu_item:hover .in_solu_p{
    color:#1679be;
}


@media (min-width: 1600px) {
    .in_solu_02{
        margin-top: 120px;
    }
}
/****************服务************************/
.in_fuwu{
    padding-top: 100px;
}
/****************新闻************************/
.in_news{
    background: #f9f9f9;
    padding-top: 100px;
}
.in_news .in_title{
    margin-top: -150px;
    margin-bottom: 30px;
    position: relative;
}
.in_news_nav{
    position: absolute;
    bottom: 0;
    right: 0;
}
.in_news_nav li{
    float: left;
    margin-left: 20px;
}
.in_news_nav > li > a:hover{
    font-weight: bold;
    color: #595757;
}
.in_news_txt .in_news_item{
    /*height: 420px;*/
    /*background: #FFFFFF;*/
    padding: 40px;
    /*border-right: 2px solid #f0f0f0;*/
    /*position: relative;*/
    z-index: 999;
    /*border-top: 2px solid #F0F0F0;*/
    margin-top: 6px;
    transition: all 0.5s;
}
/*
.in_news.active .txm{

    opacity: 1;
    animation: up0 1.0s linear alternate;
    -moz-animation: up0 1.0s linear alternate;
}
*/

.in_news.active .txm1{

    opacity: 1;
    animation: up0 0.8s linear alternate;
    -moz-animation: up0 0.8s linear alternate;
}
.in_news.active .txm3{

    opacity: 1;
    animation: up0 1.0s linear alternate;
}
.in_news.active .txm5{

    opacity: 1;
    animation: up0 1.2s linear alternate;
}
.in_news_txt .in_news_item:hover{
    box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.3);
    background: #1679be;
}
.in_news_txt .in_news_item .in_news_sz{
    font-size: 30px;
    color: #9b9b9b;
}
.in_news_txt .in_news_item .in_news_item_tit{
    height: 24px;
    overflow: hidden;
    margin-bottom: 10px;
}
.in_news_txt .in_news_item h3{
    font-size: 16px;
    font-weight: bold;
    color: #414141;
    line-height: 1.5em;
    margin: 0;
}
.in_news_txt .in_news_item .in_news_item_con{
    height: 144px;
    overflow: hidden;
    margin: 30px 0;
}
.in_news_txt .in_news_item .in_news_j{
    font-size: 14px;
    line-height: 1.5em;
    margin: 0;
}
.in_news_txt .in_news_item .in_news_xx{
    display: block;
    width: 20px;
    height:20px;
    margin-top: 20px;
    background: url("../img/jt_n.png");

}
.in_news_item.in_news_item_bj{
    height: 426px;
    margin-top: 0;
    background-size: 100% 100%;
}
.in_news_img{
    width: 320px;
    height: 224px;
    overflow: hidden;

}
.in_news_img img{
    transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    -webkit-transition: .5s;
}
.in_news_txt .in_news_item:hover h3{
    color: #FFFFFF;
}
.in_news_txt .in_news_item:hover p{
    color: #FFFFFF;
}
.in_news_txt .in_news_item:hover .in_news_img img{
    transform: scale(1.1,1.1);
}

.in_news .in_news_more{
    display: block;
    width: 60%;
    height: 32px;
    line-height: 32px;
    margin-top: 30px;
    border-radius: 16px;
    background: #595757;
}
@media (max-width: 1400px) {
    .in_news .in_title{
        margin: 0;
    }
    .in_news_01{
        margin-top: -100px;
    }
    .in_news_img{
        height: 200px;
    }
    .in_news_txt .in_news_item{
        padding: 20px 40px;
    }
    .in_news_txt .in_news_item .in_news_item_con{
        height: 84px;
        margin: 10px 0 0 0;
    }
}
/*四大领域*/
.in_02{
    padding: 50px 0;
    background: url("../img/in_02.jpg") no-repeat;
}
.in_02 .in_title .in_tit{
    color: #fff;
}
.in_02 .in_title .in_tits{
    font-size: 18px;
    -webkit-text-stroke: 1px #fff;
    word-spacing: 2px;
}


.in_buss{margin-top: 6%;}
.in_buss_fl{
    width: 360px;
    background: #1c7ec2;
}
.in_buss_list{
    margin-bottom: 0;
}
.in_buss_list li{
    height: 138px;
    padding: 30px 20px;
    position: relative;
}
.in_buss_list li > img{
    position: absolute;
    top:39px;
    right: 10px;
}
.in_buss_list li p{
    color:#fff;
    margin: 0;
}
.in_buss_list li .in_p1{
    font-size: 18px;
    font-weight: bold;
    line-height: 3em;
    letter-spacing: 1px;
}
.in_buss_list li .in_p2{
    font-size: 12px;
}
.in_buss_list li.in_active{
    background: #0a4999;
}
.in_buss_list li:hover{
    background: #0a4999;
}
.in_buss_fr{
    width:840px;
    height: 552px;
    position: relative;
}
.in_buss_01{
    width: inherit;
    height: inherit;
    display: none;
    position: absolute;
    top:0;
    left: 0;
}
.in_buss_01:first-child{
    display: block;
}
.in_buss_zz{
    width: 360px;
    height: inherit;
    background: #fff;
    padding: 30px;
}
.in_p3{
    font-size: 12px;
    color: #515050;
    line-height: 1.5em;
}
.in_p4{
    font-size: 18px;
    color: #000;
    font-weight: 900;
}
.in_p5{
    height: 160px;
    overflow: hidden;
    font-size: 14px;
    color: #271525;
    margin-top: 30px;
    line-height: 2em;
}
.in_buss_zz .more{
    margin: 40px auto;
}
.in_buss_img{
    width: 480px;
    overflow: hidden;
}
.in_buss_img img{
    /*width: 100%;*/
    height: 552px;
}
@media (max-width: 1400px){
    .in_buss{
        margin-top: 30px;
    }
    .in_buss_list li{
        height: 98px;
        padding: 10px 20px;
    }
    .in_buss_list li > img{
        width: 30px;
        position: absolute;
        top:30px;
        right: 10px;
    }
    .in_buss_fr{
        height: 392px;
    }
    .in_buss_img{
        height: 392px;
        overflow: hidden;
    }
}
@media (max-width: 768px) {
    .carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{
        display: none;
    }
    .carousel-inner > .item > img {
        width: auto;
        max-width: 1920px;
    }
    .carousel-caption {top: 20%;}
    .inabout, .in_news, .in_solution{
        padding: 20px 0;
    }
    .in_about_sj {
        margin-top: 10px;
    }
    .in_about_sj .in_abfr_txt .in_abfr_txt_t {font-size: 14px;}
    .in_abfr > img {width: 100%;}
    .in_title .in_tit{font-size: 24px}
    .in_title .in_tits{font-size: 20px}
    .in_abfl{
        padding: 20px 8px;
    }
    .in_solu_item{
        width: 120%;
    }
    .in_solution {
        /*background-repeat: repeat;*/
        background-size: 100% 100%;
    }
    .in_solu_fl {
        padding-top: 20px;
    }
    .in_solu_fr .in_solu_fr_item{
        height: 154px;
    }
    .in_news_img {
        height: 0;
    }
    .in_news_txt .in_news_item {
        margin-top: 0;
    }
    .in_news_txt .in_news_item .in_news_item_con {
        height: 42px;
        overflow: hidden;
    }
    .in_buss{
        height: 866px;
        margin: 0;
    }
    .in_buss_fl {
        width: 100%;
    }
    .in_buss_list li {
        width: 50%;
        height: 68px;
        padding: 10px 8px;
        position: relative;
        float: left;
    }
    .in_buss_list li .in_p1 {
        font-size: 12px;
        font-weight: bold;
        line-height: 1.5em;
    }
    .in_buss_list li .in_p2 {
        font-size: 10px;
    }
    .in_buss_list li > img {
        width: 30px;
        position: absolute;
        top: 10px;
        right: 2px;

    }

    .in_buss_fr{
        width: 100%;
        height: auto;
    }
    .in_buss_01{
        width: 100%;
        height: auto;
    }
    .in_buss_zz {
        width: 100%;
        height: auto;
    }
    .in_buss_img {
        display: none;
        width: 100%;
    }
    .in_buss_img img{
        width: 100%;
        height: auto;
    }
    .in_p5{margin-top: 20px}
    .in_buss_zz .more {
        margin: 20px auto;
    }
}