﻿@charset "UTF-8";
.main-body{
    padding-top: 60px;
}
.bg-img img{
    width: 100%;
}
/****swiper****/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-wrapper{
    transition-timing-function: linear;
}
/*index-slide*/

.main-body .index-slide,.vertical_swiper .index-slide{
    position: relative;
    width: 100%; overflow: hidden; }
.main-body .index-slide .container,.vertical_swiper .index-slide .container{
    position: relative;
}
.main-body .index-slide .bd,.vertical_swiper .index-slide .bd{
    width: 100%;
}
.main-body .index-slide .hd,.vertical_swiper .index-slide .hd{
    position: absolute; bottom: 49px; left: 0; right: 0; text-align: center;
}
.main-body .index-slide .hd li,.vertical_swiper .index-slide .hd li{
    width: 55px; height: 30px; display: inline-block; margin: 0 8px; position: relative; cursor: pointer;
    overflow: hidden; text-indent: 140px;
}
.main-body .index-slide .hd li:before,
.main-body .index-slide .hd li:after{
    content: ""; position: absolute; left: 0; width: 100%; height: 4px; top: 50%; margin-top: -1px;
}
.vertical_swiper .index-slide .hd li:before,
.vertical_swiper .index-slide .hd li:after{
    content: ""; position: absolute; left: 0; width: 100%; height: 4px; top: 50%; margin-top: -1px;
}
.main-body .index-slide .hd li:before,.vertical_swiper .index-slide .hd li:before{
    z-index: 1; background: rgba(255,255,255,.5);
}
.main-body .index-slide .hd li:after,.vertical_swiper .index-slide .hd li:after{
    z-index: 2; background: #fff; width: 0;
}
.main-body .index-slide .hd li.on:after,.vertical_swiper .index-slide .hd li.on:after{
    width: 100%; transition: width 3s ease-in-out;
}



.img-content{
    width: 1180px;
    margin: 0 auto;
    transition: all 1s;
    position: relative;
}
.news_min_height{
    min-height: 600px
}
.img-one p:nth-child(1){
    margin-top: 170px;
}
.img-two p:nth-child(1){
    margin-top: 170px;
}
.img-one p:nth-child(1) img{
    animation: myfirst 2s;
    -moz-animation: myfirst 2s;	/* Firefox */
    -webkit-animation: myfirst 2s;	/* Safari 和 Chrome */
    -o-animation: myfirst 2s;	/* Opera */
}
.img-two p:nth-child(1) img{
    animation: myfirst 2s 5s;
    -moz-animation: myfirst 2s 5s;	/* Firefox */
    -webkit-animation: myfirst 2s 5s;	/* Safari 和 Chrome */
    -o-animation: myfirst 2s 5s;	/* Opera */
}
.img-one p:nth-child(2){
    border: 1px #ffffff solid;
    color: #ffffff;
    float: left;
    margin-top: 50px;
    padding: 15px 34px;
}
.img-two p:nth-child(2){
    border: 1px #ffffff solid;
    color: #ffffff;
    float: left;
    margin-top: 50px;
    padding: 15px 34px;
}
.img-content p a{
    color: #ffffff;
}
@keyframes myfirst {
    from{
        opacity: 0;
        transform: translateX(-200px);
    }
    to{
        opacity: 1;
        transform: translateX(0px);
    }
}
/**支持多个行业解决方案**/
.solute-title{
    padding: 10px 0 60px 0;
    width: 100%;
}
.solute-title p:nth-child(1){
    margin-top: 50px;
    color: black;
    font-size: 32px;
    text-align: center;
}
.solute-title p:nth-child(2){
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
    color: #818181;
}
.solute-left{
    float: left;
    margin-bottom: 50px;
}
.solute-left ul{
    list-style: none;
    border-right: 2px #F2F2F2 solid;
}
.solute-left ul .hclick{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 75px;
    font-size: 14px;
    cursor: pointer;
    margin-bottom: 20px;
    border-right: 5px solid transparent;
}
.solute-left ul .hclick>img{
    margin-right: 20px;
    height: 40px;
}
.solute-left ul li.li-active{
    border-right: 5px solid #0069FF;
    color: #0069FF;
}
.solute-left>ul>.hclick>img:nth-child(2){
    display: none;
}
.solute-left>ul>.li-active>img:nth-child(1){
    display: none;
}
.solute-left>ul>.li-active>img:nth-child(2){
    display: block;
}
.solute-right{
    text-align: left;
    transition: all 1s;
    float: left;
    width: 860px;
    padding-left: 80px;
    padding-top: 40px;
}
.solute-right .solute-titles,.solute-bewrite,.solute-button,.solute-son-title,.solute-case,.solute-case-list{
    width: 100%;
}
.solute-right .solute-titles{
    font-size: 24px;
    margin-top: 10px;
}
.solute-right .solute-bewrite{
    margin: 30px 0;
    font-size: 14px;
    line-height: 25px;
    color: #494949;
}
.solute-right .solute-button{
    margin: 20px 0;
}
.solute-right .solute-button a{
    border: 1px #0E71FF solid;
    padding: 8px 15px;
    font-size: 14px;
    color: #0069FF;
}
.solute-right .solute-button a:hover{
    border: 1px #0069FF solid;
    padding: 8px 15px;
    font-size: 14px;
    color: #FFF;
    transition: .2s;
    background: #0069FF;
}
.solute-right .solute-son-title,.solute-case{
    font-size: 18px;
    margin: 30px 0;
}
.solute-right .solute-list p{
    float: left;
    margin-right: 20px;
    padding: 8px 10px;
    font-size: 14px;
    border: 1px #DCDCDC solid;
    line-height: 20px;
    color: #333;
    cursor: pointer;
}
.solute-list a>p:hover{
    color:#0069FF ;
    border:1px solid #0069FF ;
}
.solute-right .solute-case{
    margin: 30px 0 30px 0;
}
.solute-right .solute-case-list img{
    float: left;
    margin-right: 20px;
    height: 104px;
}
/***技术服务***/
.server{
    width: 100%;
    background: #F7F8F9;
    padding-bottom: 70px;
}
.server .server-content{
    background: #FFF;
    width: 100%;
    border-right: unset;
    box-shadow: rgba(0,0,0,0.1) 0 0 50px;
}
.server .server-content .server-singer{
    width: 235px;
    height: 320px;
    border-right: 1px #F0F0F0 solid;
    text-align: center;
    float: left;
    transition: all 1s;
}
.server-singer p img{
    height: 70px;
}
.server-singer .server-singer-img{
    text-align: center;
    padding: 40px 0 20px 0;
}
.server-singer .server-singer-title{
    font-size: 18px;
}
.server-singer .server-singer-bewrite{
    font-size: 14px;
    margin: 20px;
    line-height: 25px;
    color: #5F5F5F;
}
.server-singer .server-bg{
    height: 158px;
    overflow: hidden;
    transition: all 2s;
}
.server-singer .ser-bg1{
    background: url('../images/weixin.jpg') no-repeat;
    background-size: cover;
}
.server-singer .ser-bg2{
    background: url('../images/qiye.png') no-repeat;
    background-size: cover;
}
.server-singer .ser-bg3{
    background: url('../images/app.png') no-repeat;
    background-size: cover;
}
.server-singer .ser-bg4{
    background: url('../images/system.jpg') no-repeat;
    background-size: cover;
}
.server-singer .ser-bg5{
    background: url('../images/yjian.jpg') no-repeat;
    background-size: cover;
}
.server-singer .server-bg p:nth-child(1){
    padding-top: 50px;
    color: #FFF;
    font-size: 18px;
}
.server-singer .server-bg p:nth-child(2){
    padding: 32px 0;
}
.server-singer .server-bg p:nth-child(2) a{
    border: 1px #FFF solid;
    padding: 8px 30px;
    font-size: 14px;
    color: #FFF;
}
.server-singer:hover .server-orgion{
    display: none;
}
.server-singer:hover .server-bg{
    display: block!important;
    animation: newOpacity 1s;
    -moz-animation: newOpacity 1s;	/* Firefox */
    -webkit-animation: newOpacity 1s;	/* Safari 和 Chrome */
    -o-animation: newOpacity 1s;	/* Opera */
}
.server-orgion{
    height: 158px;
}
.newStyle{
    width: 100%;
    height: 430px;
    background: url("../images/1524553291313.jpg") no-repeat;
    background-position: center 50%;
    background-size:cover;
}
.newStyle_ul{
    width: 100%;
    display: flex;
    justify-content: center;
}
.newStyle_ul li{
    width: 20%;
    max-width:320px;
    height:380px;
    float: left;
    position: relative;
    padding-top: 180px;
    border-right:1px solid rgba(0, 0, 0, .06);
    transition: all 0.6s;
}
.newStyle_ul li:nth-child(5){
    border-right:unset;
}
.number_sort{
    width: 100%;
    text-align: center;
    position: absolute;
    top:175px;
    font-size: 66px;
    color: #dfdfdf;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-family: "Times New Roman";
}
.Whole{
    width: 80%;
    padding: 0 10%;
    transition: all 0.6s;
}
.En_title{
    width: 100%;
    text-align: center;
    font-size:60px;
    color:#D9D0C2;
    height: 80px;
    opacity: 0;
    transition: all 0.6s;
    overflow: hidden;
}
.En_title>img{
    height: 60px;
    transform: scale(1.2);
}
.Zh_title{
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    height: 40px;
    line-height: 40px;
    transition: all ease-out .2s;
    text-align: center;
}
.Whole>hr{
    width: 30px;
    height: 1px;
    border: unset;
    background: rgba(0,0,0,.06);
    margin: 0 auto;
    margin-bottom: 15px;
}
.En_content{
    line-height: 28px;
    color: #848484;
    font-size: 13px;
    height: 50px;
    overflow: hidden;
    width: 100%;
}
.iconBox{
    width: 80px;
    height: 40px;
    overflow: hidden;
    position: relative;
    margin: 30px auto;
}
.innerIcon{
    position: absolute;
    display: flex;
    justify-content: center;
    transform: translateX(-80px);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.innerIcon>p:nth-child(1){
    width: 80px;
    height: 40px;
    background: url("../images/icon.png") -4px 0 no-repeat;
    margin-right: 20px;
}
.innerIcon>p:nth-child(2){
    width: 80px;
    height: 40px;
    background: url("../images/icon.png") -92px 0 no-repeat;
}
.newStyle_ul li:hover{
    background: rgba(255,255,255,0.8);
}
.newStyle_ul li:hover .En_title{
    opacity: 1;
}
.newStyle_ul li:hover .number_sort{
    top:15px;
    font-size: 160px;
}
.Whole:hover{
    transform: translateY(30px);
}
.Whole:hover .iconBox .innerIcon{
    transform: translateX(0px);
}
.middle_Content{
    animation: backColor 0.5s forwards;
}
.middle_Content>a>.number_sort{
    animation: middle_sort 0.5s forwards;
}
.middle_Content>a>.Whole>.En_title{
    animation:newOpacity  0.5s 0.1s forwards;
}
.middle_Content>a>.Whole>.iconBox .innerIcon{
    animation: WidthMove 0.5s forwards;
}
@keyframes WidthMove {
    from{
        transform: translateX(-80px);
    }
    to{
        transform: translateX(0px);
    }
}
@keyframes backColor {
    from{
        background: transparent;
    }
    to{
        background: rgba(255,255,255,0.8);
    }
}
@keyframes middle_sort {
    from{
        font-size: 66px;
        top: 175px;
    }
    to{
        font-size: 160px;
        top: 15px;
    }
}
/***咨询服务***/
.consult{
    width: 100%;
    background: #fff;
    padding-bottom: 70px;
    position: relative;
}
.consult-list{
    width: 100%;
}
.consult-singer{
    float: left;
    width: 370px;
    position: relative;
    transition: all 3s;
}
.consult-show{
    position: absolute;
    width: 370px;
    height: 211px;
    z-index: 9;
    background: black;
    opacity: 0;
    top:0;
}
.consult-word{
    position: absolute;
    width: 370px;
    height: 211px;
    z-index: 10;
    color: #FFF;
    opacity: 0;
    top:0;
    text-align: center;
}
.show-title{
    font-size: 30px;
    margin-top: 50px;
}
.show-con{
    margin: 30px 20px 0 0;
}
.show-con a{
    border: 1px #FFF solid;
    padding: 10px 20px;
}
.consult-singer .consult-title{
    margin-top: 30px;
    font-size: 16px;
    color: #000;
}
.makeFull{
    margin-top: 15px;
    height: 1px;
    width:100%;
    overflow: hidden;
    background: rgba(0,0,0,0.06);
}
.goFull{
    width: 100%;
    height: 1px;
    display: flex;
    justify-content: flex-start;
    position: relative;
}
.goFull>hr:nth-child(1){
    border: unset;
    width: 30px;
    height: 1px;
    background: rgba(0,0,0,0.8);
}
.goFull>hr:nth-child(2){
    border: unset;
    width:340px;
    height:1px ;
    background: rgba(0,0,0,0.8);
    position:absolute ;
    right: 0;
    transform: translateX(-340px);
    transition: all 0.5s;
}
.consult-singer .consult-bewrite{
    margin: 20px 0;
    font-size: 14px;
    line-height: 25px;
    color: #5F5F5F;
}
.consult-active{
    margin: 0 35px;
}
.consult-singer:hover .goFull>hr:nth-child(2){
    transform: translateX(0);
}
/*****客户案例*****/
.case-list{

}
.case-left{
    float: left;
    width: 400px;
    padding-top: 140px;
}
.case-left p:nth-child(1){
    font-size: 30px;
    margin-bottom: 30px;
}
.case-left p:nth-child(2){
    font-size: 14px;
    margin-bottom: 40px;
    color: #616161;
}
.case-left p:nth-child(3){
    font-size: 14px;
    color: #616161;
    margin: 20px 0;
}
.case-left p a{
    color: #FFF;
    background: #1592FE;
    display: block;
    width: 148px;
    line-height: 45px;
    text-align: center;
}
.case-left p a:hover{
    box-shadow: rgba(0,0,0,0.1) 0px 0px 30px 5px inset;
    background: #0069FF;
}
.case-img{
    float: left;
    margin-left: 130px;
    width: 650px;
}
.case-list .swiper-pagination{
    text-align: left;
}
.case-list .swiper-pagination-bullet{
    background: #0069FF;
    width: 18px;
    height: 7px;
    /*border-radius: 8px;*/
}
.case-list .swiper-pagination-bullet-active{
    width: 20px;
}
/***选择了蓝色风暴***/
.link-list{
    width: 100%;
    list-style: none;
}
.link-list li{
    width: 157px;
    float: left;
    overflow: hidden;
}
.link-list li:nth-child(5n+2){
    margin: 0 97px;
}
.link-list li:nth-child(5n+4){
    margin: 0 97px;
}
.link-list li img{
    width: 100%;
    transform: scale(1.3);
}
/****我们的足迹***/

/****行业资讯***/
.new-list{

}
.new-left{
    float: left;
    width: 300px;
}
.new-left li{
    list-style: none;
    margin: 60px 0;
}
.new-left li p:nth-child(1){
    float: left;
    width: 80px;
    border-right:1px #F6F6F6 solid;
    font-size: 14px;
    color: #58595B;
    margin-top: 20px;
    padding: 10px 0;
}
.new-left li p:nth-child(1) span{
    font-size: 24px;
    font-weight: bold;
    color: #999999;
}
.new-left li p:nth-child(2){
    float: left;
    width: 179px;
    font-size: 16px;
    margin-left: 40px;
}
.new-left li p:nth-child(3){
    float: left;
    width: 179px;
    margin: 20px 0 0 40px;
}
.new-left li p:nth-child(3) img{
    height: 16px;
}
.new_center{
    width: 400px;
    float: left;
    margin-left: 50px;
}
.news_border{
    width: 320px;
    float: left;
    margin-bottom: 20px;
    padding: 31px;
    border: 1px #ffffff solid;
    text-align: center;
}
.news_active:hover{
    border: 1px #E4E4E4 solid;
    box-shadow: rgba(0,0,0,0.3) 0 0 10px;
}
.news_border .news_titles{
    font-size: 16px;
    margin-bottom: 20px;
}
.news_border .news_bewrite{
    font-size: 14px;
    color: #666666;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px #F6F6F6 solid;
}
.news_border .news_time{
    font-size: 14px;
    color: #58595B;
    float: left;
}
.news_border .news_time span{
    font-size: 24px;
    font-weight: bold;
    color: #999999;
}
.news_border .news_singer{
    float: right;
}
.news_border .news_singer img{
    height: 20px;
    margin-top: 20px;
}
.new_right{
    float: right;
    width: 400px;
    height: 480px;
    overflow: hidden;
    position: relative;
}
.new_right .news_img img{
    width: 100%;
}
.news_bg{
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 480px;
    background: #000000;
    opacity: 0.5;
}
.new_right .news_op{
    position: absolute;
    z-index: 9;
    color: #FFF;
    width: 320px;
    margin-left: 40px;
    bottom: 20px;
}
.news_op .news_titles{
    margin-bottom: 30px;
    font-size: 18px;
}
.news_op .news_bewrite{
    margin-bottom: 20px;
    font-size: 14px;
    padding-bottom: 20px;
    border-bottom: 1px #FFF solid;
}
.news_op .news_time{
    font-size: 14px;
    float: left;
}
.news_op .news_time span{
    font-size: 24px;
    font-weight: bold;
}
.news_op .news_singer{
    float: right;
    margin-top: 10px;
}
.news_more{
    text-align: center;
    width: 100%;
    margin-top: 30px;
}
.news_more a{
    color: #0069FF;
    border: 1px #0069FF solid;
    padding: 10px 30px;
}
/****免费解决方案获取***/
.solut{
    width: 100%;
    height: 324px;
    text-align: center;
}
.solut_title{
    font-size: 30px;
    color: #FFF;
    float: left;
    text-align: center;
    width: 100%;
    margin: 60px 0 30px 0;
}
.solut_bewrite{
    width: 450px;
    color: #FFF;
    line-height: 30px;
    margin: 0 auto;
}
.solut_button{
    width:148px;
    font-size: 16px;
    border:1px solid #FFF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
    color: #FFF;
    margin-top: 30px;
}
/***********公司介绍***********/
.top-menu{
    padding-top: 98px;
}
.top-menu li{
    list-style: none;
    float: left;
    margin-right: 40px;
    padding: 14.5px 30px;
    color: #FFF;
}
.top-menu li:hover{
    background: #0069FF;
}
.contact-li-active{
    background: #0069FF;
}
.contact-titles,.contact-title{
    list-style: none;
    width: 100%;
}
.contact-titles li{
    float: left;
    text-align: center;
    width: 256px;
    border-right: 1px #EEF0F2 solid;
}
.contact-title li{
    float: left;
    text-align: center;
    width: 256px;
}
.contact-titles li:nth-child(2),.contact-titles li:nth-child(4),.contact-title li:nth-child(2),.contact-title li:nth-child(4){
    margin: 0 50px;
}
.contact-titles li:nth-child(4),.contact-title li:nth-child(4){
    margin-right: 0;
    border-right:0px;
}
.contact-titles li .titles{
    font-family: 'Arial';
    font-weight: bold;
    font-size: 54px;
    padding-bottom: 20px;
}
.contact-title li .bewrites{
    font-size: 14px;
    color: #4A4A4A;

}
.contact-bewrite{
    color: #5C5C5C;
    margin-top: 50px;
}
.contact-vision{
    width: 100%;
    margin-top: 40px;
}
.vision-left{
    float: left;
    width: 500px;
    height: 440px;
    overflow: hidden;
    position: relative;
}
.vileft-bg{
    width: 500px;
    height: 440px;
    opacity: 0.6;
    position: absolute;
    z-index: 8;
    background: #000000;
}
.vision-left .vileft-content{
    position: absolute;
    z-index: 9;
    color: #FFF;
    bottom: 40px;
    margin: 0 50px;
    line-height: 25px;
}
.vision-left .vileft-content .vileft-yj{
    font-size: 30px;
    margin-bottom: 30px;
}
.vision-left .vileft-content .vileft-bew{
    font-size: 14px;
}
.vision-top,.vision-bottom{
    height: 220px;
    float: left;
    width: 680px;
}
.vision-top li,.vision-bottom li{
    width: 220px;
    float: left;
    list-style: none;
    height: 220px;
    background: #F1F1F1;
    position: relative;
}
.vision-top li img,.vision-bottom li img{
    height: 220px;
}
.vision-top li .yj{
    font-size: 24px;
    text-align: center;
    color: #333;
    margin: 70px 0 15px 0;
}
.vision-top li hr{
    width: 30px;
    margin: 0 auto;
    color: #333;
}
.vision-top li .bewrit{
    color: #333;
    font-size: 14px;
    text-align: center;
    margin: 15px 20px 0 20px;
}
.vision-san1{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid #0069FF;
    border-bottom: 15px solid transparent;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: -14px;
    display: none;
}
.vision-san2{
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-top: 15px solid #0069FF;
    border-left: 15px solid transparent;
    position: absolute;
    z-index: 9;
    bottom: -15px;
    right: 90px;
    display: none;
}
.vision-san3{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-right: 15px solid #0069FF;
    border-bottom: 15px solid transparent;
    position: absolute;
    z-index: 9;
    bottom: 90px;
    left: -15px;
    display: none;
}
.blueBack{
    background:#0069FF!important;
}
.blueBack>p,.blueBack>hr{
    color: #fff!important;
}
.vision-bottom li:nth-child(2){
    background: #F1F1F1;
}
.vision-bottom li:nth-child(2) .yj{
    font-size: 24px;
    text-align: center;
    color: #333333;
    margin: 70px 0 15px 0;
}
.vision-bottom li:nth-child(2) hr{
    width: 30px;
    margin: 0 auto;
    color: #333333;
}
.vision-bottom li:nth-child(2) .bewrit{
    color: #333333;
    font-size: 14px;
    text-align: center;
    margin: 15px 20px 0 20px;
}
.tserver{
    list-style: none;
}
.tserver li{
    width: 234px;
    float: left;
    height: 300px;
    background-size: cover;
    border-radius: 4px;
}
.tserver li:nth-child(1):hover{
    background: url("../images/6044.png") no-repeat;
}
.tserver li:nth-child(2):hover{
    background: url("../images/6047.png") no-repeat;
}
.tserver li:nth-child(3):hover{
    background: url("../images/6043.png") no-repeat;
}
.tserver li:nth-child(4):hover{
    background: url("../images/6046.png") no-repeat;
}
.tserver li:nth-child(5):hover{
    background: url("../images/6045.png") no-repeat;
}
.tserver li .ts-img{
    text-align: center;
    margin-top: 30px;
    height: 55px;
}
.tserver li .ts-img img:nth-child(2){
    display: none;
    margin: 0 auto;
}
.tserver li:hover{
    box-shadow: rgba(0,0,0,0.1) 0 0 10px;
    color: #FFF;
    animation: opacity 0.5s;
}
.tserver li:hover .ts-bewrite{
    color: #FFF;
}
.tserver li:hover .ts-img img:nth-child(1){
    display: none;
}
.tserver li:hover .ts-img img:nth-child(2){
    display: block;
}
.tserver li .ts-title{
    font-size: 18px;
    margin: 20px 20px;
    font-weight: 600;
    text-align: center;
}
.tserver li .ts-bewrite{
    font-size: 14px;
    margin: 0 20px 30px 20px;
    color: #6A6A6A;
    text-align: center;
}
a.checkMore p{
    width:148px;
    font-size: 16px;
    color: #0069FF;
    border:1px solid #0069FF;
    text-align: center;
    line-height: 45px;
    margin: 0 auto;
}
a.checkMore p:hover{
    color: #FFF;
    border:1px solid #0069FF;
    background: #0069FF;
}
.footprint
@keyframes opacity {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
@keyframes newOpacity {
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

/*banner图的文字信息*/
.bgcontent{
    color: #FFF;
    padding-top: 60px;
    animation: myfirst .5s;
}
.wordIntro{
    padding-top:130px;
}
.bgcontent p{
    padding-bottom: 10px;
}
.bgcontent p:nth-child(1){
    font-size: 30px;
    color: #fff;
    padding-bottom: 20px;
}

/*公司介绍 蓝色风暴*/
.should_change1:hover{
    background:#0069FF!important; ;
}
.should_change2:hover{
    background:#0069FF!important; ;
}
.should_change3:hover{
    background:#0069FF !important;
}
.should_change1:hover p{
    color: #fff!important;
}
.should_change2:hover p{
    color: #fff!important;
}
.should_change3:hover p{
    color: #fff!important;
}

/*公司介绍 蓝色风暴*/
/*行业资讯*/
.display_flex{
    display: flex;
    justify-content: space-between;
}
.newsBanner{
    width: 340px;
}
.img_title{
    width: 100%;
    height: 225px;
    overflow: hidden;
    position: relative;
}
.img_title img{
    transition: all 0.5s;
}
.news_tit{
    width: 97%;
    height: 53px;
    padding-top: 40px;
    position: absolute;
    bottom: 0;
    background: rgba(0,0,0,.5);
    font-size: 18px;
    color: #fff;
    line-height: 53px;
    padding-left: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_swiper a>p:nth-child(2){
    font-size: 12px;
    color: #666;
    margin: 25px 0;
}
.news_swiper a p:nth-child(3){
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: #BBB9B9;
}
.news_banner .swiper-pagination{
    text-align: right;
    bottom: 26px!important;
}
.news_banner .swiper-pagination .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    background: #0069FF;
    opacity: 0.3;
    border-radius: 4px;
}
.news_banner .swiper-pagination .swiper-pagination-bullet-active{
    /*width: 22px;*/
    background: #0069FF;
    opacity: 1;
}
.news_banner .swiper-slide:hover .img_title img{
    transform: scale(1.2);
}
.news_banner .swiper-slide:hover  a p:nth-child(3){
    color: #0069FF;
}
.two_team{
    width: 336px;
}
.member{
    width: 100%;
    overflow: hidden;
}
.two_team .member:nth-child(1){
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
    margin-bottom:45px;
}
.member>a>p:nth-child(1){
    font-size: 18px;
    color: #333;
}
.member a>p:nth-child(2){
    font-size: 12px;
    color: #666;
    margin-top: 25px;
}
#case_contents{
    font-family: 'Bahnschrift';
    font-size: 20px;
    color: #bbb9b9 !important;
}
#case_content{
    position: relative;
    height: 60px;
    line-height: 60px;
}
#case_content>a:nth-child(2)>p {
    position: absolute;
    top: 10px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: url("../images/jt01.png")no-repeat center;
    transition: all 0.6s ease 0s;
    opacity: 0;
}
.member:hover #case_content>a:nth-child(2)>p{
    opacity: 1;
    right: 0;
}
.member:hover #case_contents{
    color:#0069FF!important; ;
}
.addVal{
    width: 100%;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: -200px;
    position: relative;
}
.addVal>div{
    width: 39%;
    padding: 30px 5%;
    height: 94px;
    float: left;
}
.addVal div>p:nth-child(1){
    font-size:22px ;
    color: #000;
    margin-bottom: 15px;
}
.addVal>div>p:nth-child(2){
    font-size:14px ;
    color:  #666;
    line-height: 25px;
}
.left_Info{
    text-align: right;
    border-right: 1px dashed #e6e6e6;
}
.left_Info:nth-child(1),.right_Info:nth-child(2){
    border-bottom: 1px dashed #e6e6e6;
}
.right_Info{
    text-align: left;
}
.blue_ra{
    width: 40px!important;
    height: 40px!important;
    padding: 0!important;
    background: #fff;
    position: absolute;
    top: 133px;
    left: 47.3%;
}
.blue_ra>p{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background: #0069FF;
    margin: 10px;
}






