/*banner大图*/
.gb_banner{
    color: #fff;
    position: relative;
    background: url(../img/bg_1.jpg) no-repeat top center fixed;
    background-size: cover;
    z-index: 1;
    margin-top: -101px;
    position: relative;
}
.phone_img,.phone_mask{
    display: none;
}
.lunbo{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
}
.lunbo li{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.lunbo img{
    width: 100%;
}
@media (max-width: 768px){
    .gb_banner{
        /*height: 400px !important;*/
        background: none;
        background-size: 100% 100%;
        overflow: hidden;
        margin-top: 0px;
    }
    .phone_img{
        position: absolute;
        width: 130%;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
    }
    .phone_mask{
        position: absolute;
        left: 0;
        top: 0;
        width:100%;
        height: 100%;
        z-index: 1;
        background: url(../img/bg1_msk.png) rgba(0,0,25,0.5);
        display: block;
    }
    .banner_text{
        position: absolute;
        z-index: 1;
        top: 0;
        padding-top: 150px !important;
    }
    .banner_text h3{
        font-size: 28px;
    }
    .banner_text p{
        font-size: 18px;
    }
}
.gb_banner::before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: 100%;
    z-index: 1;
    background: url(../img/bg1_msk.png) rgba(0,0,25,0.5);
}
.banner_text{
    position: relative;
    /*transition: .5s;*/
    z-index: 1;
    padding: 300px 15px 100px;
    top:0;
}
.gb_slogan{
    font-weight: 800;
    font-size: 38px;
}
.gb_banner p{
    font-size: 18px;
    margin: 15px 0 10px;
}
.ani_tit{
    position: relative;
    webkit-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    -moz-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    -o-animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    animation: text-from-bottom-one-by-one 1.2s 1 cubic-bezier(0.165,0.840,0.440,1.000) 0s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
}
.real_start{
    width: 35px;
    height: 55px;
    z-index: 1000;
    min-width: 35px;
    max-width: 35px;
    white-space: nowrap;
    font-weight: 100;
    border: 1px solid rgba(255, 255, 255, 0.498039);
    border-radius: 23px;
    box-sizing: border-box;
    visibility: inherit;
    transition: none;
    font-style: normal;
    text-decoration: none;
    color: rgb(71, 180, 117);
    line-height: 24px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-size: 14px;
    min-height: 55px;
    max-height: 55px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;
}
.real_start span{
    position: absolute;
    display: block;
    top: 29%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    background: #fff;
    border-radius: 50%;
    -webkit-animation: rev-ani-mouse 2s linear infinite;
    animation: rev-ani-mouse 2s linear infinite;
}

/*返回*/

@keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}to{opacity:0;top:29%}}
@-webkit-keyframes rev-ani-mouse{0%{opacity:1;top:29%}15%{opacity:1;top:50%}50%{opacity:0;top:50%}to{opacity:0;top:29%}}

@keyframes text-from-bottom-one-by-one{0%{top:70px;opacity:0}50%{top:45px;opacity:0}100%{top:0;opacity:1}}
.delay_15{
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.delay_3{
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
/*2企业信息*/
.gb_info{
    padding: 100px 0;
}
.gb_logo{
    width: 50%;
    padding-top: 12%;
    margin-top: 4%;
    background: url(../img/logo.png) no-repeat center center;
    background-size: contain;
}
.gb_introduce h3{
    font-size: 34px;
    margin-bottom: 20px;
}
.gb_introduce p{
    color: #585858;
    text-indent: 2em;
    line-height: 28px;
}

/*3团队*/
.gb_team{
    padding: 100px 0;
    background: url(../img/bg_2.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
}
.gb_team .container{
    position: relative;
    z-index: 1;
    color: #fff;
}
.gb_team::before{
    content:'';
    position: absolute;
    background-color: rgb(0,0,17);
    opacity: 0.7;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gb_team .we_team{
    color: rgb(10,132,199);
    position: relative;
    padding-bottom: 70px;
}
.we_team::after{
    position: absolute;
    content: "";
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 50px;
    height: 4px;
    background-color: rgb(10,132,199);
}
.gb_team .team_info{
    line-height: 26px;
    text-indent: 2em;
}
.team_fun li div{
    width: 186px;
    height: 186px;
    margin: 80px auto 20px;
    line-height: 186px;
    text-align: center;
    background-color: rgb(10,132,199);
    border-radius: 50%;
    transition: .5s;
}
.team_fun li div:hover{
    transform: rotate(360deg)
}
.team_fun .fa{
    vertical-align: middle;
}
.team_fun li p{
    color: rgb(10,132,199);
    font-size: 20px;
}

/* 4产品介绍 */
.gb_product{
    padding-top: 50px;
    /*background: url(../img/_demo1.png) no-repeat bottom center;*/
    /*background-size: cover;*/
    /*background-size: contain;*/
    /*暂时*/
    /*height: 650px;*/
}
/* .gb_product::before {
    content: '';
    position: absolute;
    background-color: rgba(0,0,17,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
} */
.gb_product .we_team{
    position: relative;
    padding-bottom: 70px;
}
.the_product{
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 17px;
    padding-top: 20px;
    min-height: 164px;
}
.the_product h4{
    color: #3c3c3c;
    margin-top: 13px;
    margin-bottom: 9px;
    font-size: 20px;
}
.the_product p{
    color: #a0a0a0;
    font-size: 14px;
}
.hide_img{
    /* background: url(../img/product_bg.png) no-repeat top center / contain; */
    /* height: 500px; */
    margin-bottom: 150px;
}
.hide_img .img{
    /* background: url(../img/product_bg.png) no-repeat top center / contain; */
    background: url(../img/business.png) no-repeat top center / contain;
    height: 323px;
}

/* 5新闻公告 */
.gb_news{
    padding: 100px 0 30px;
    background: url(../img/bg_4.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
}
.gb_news .container{
    position: relative;
    z-index: 1;
    color: #fff;
}
.gb_news::before{
    content:'';
    position: absolute;
    background-color: rgba(0,0,17,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.gb_news .we_team{
    color: rgb(10,132,199);
    position: relative;
    padding-bottom: 70px;
}
.news_line{
    width: 100%;
    height: 1px;
    margin: 20px 0;
    background-color: #83838c;
}
@media (max-width: 1200px){
    .news_line_box,.news_line{
        display: none;
    }
}
.the_news .news_list{
    background-color: rgba(255,255,255,0.1);
    padding: 20px;
    margin: 20px 0;
    border: 1px solid rgba(255,255,255,0.1);
    color: #d9d9d9;
    font-size: 14px;
    transition: .3s;
    height: 170px;
}
.news_list h3{
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow:hidden;
}
.the_news .news_list:hover{
    border-color: rgba(102, 204, 255, 0.9);
    box-shadow: 0 0 10px rgba(102, 204, 255, 0.9);
}
.gb_news a{
    font-size: 18px;
    color: #fffefe;
}
.news_list p{
    margin: 15px 0 10px;
    height: 60px;
    overflow:hidden;
    -webkit-box-orient: vertical;
    text-overflow:ellipsis;
    -webkit-line-clamp: 3;
}

/*6合作伙伴*/
.gb_partnert{
    padding: 100px 0;
    position: relative;
}
.gb_partnert .we_team{
    position: relative;
    padding-bottom: 70px;
}
.gb_partnert_list{
    /*background-color: #ff9;*/
    height: 100px;
    font-size: 0;
    overflow: hidden;
}
.gb_partnert_list ul{
    position: relative;
    left: 0;
}
.gb_partnert_list li{
    float: left;
    width: 195px;
    /*width: 180px !important;*/
    height: 100px;
    /*background-color: #88f;*/
    /*margin: 0 220px 0 -180px !important;*/
}
.gb_partnert_list li img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.gb_partnert_list li img.gray{
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);
    filter:url(../img/gray.svg#grayscale);
    filter:gray;
}
.see_more{
    color: rgb(10,132,199);
    margin: 70px auto 0;
    border-color: rgb(10,132,199);
    font-size: 18px;
    line-height: 36px;
    height: 40px;
    padding: 0 12px;
    display: block;
    width: 100px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-width: 2px;
    text-decoration: none;
}
.see_more:hover{
    color: #ffffff;
    border-color: rgb(10,132,199);
    background: rgb(10,132,199);
}

/*7联系我们*/
.tl_pd_50{
    padding-top: 50px;
}
.gb_contact{
    background: url(../img/bg_5.jpg) no-repeat top center fixed;
    background-size: cover;
    position: relative;
}
.gb_contact::before{
    content:'';
    position: absolute;
    background-color: rgba(0,0,17,0.7);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.container{
    position: relative;
    z-index: 1;
}
.contact_box{
    padding-bottom: 50px;
}
.our_contact{
    /* color: rgb(10,132,199);*/
    color: #fff;
    position: relative;
    padding-bottom: 70px;
}
.our_contact dt{
    font-size: 24px;
    position: relative;
    font-weight: 500;
    padding-bottom: 50px;
}
.our_contact dt::after{
    position: absolute;
    content: "";
    top: 50px;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: rgb(10,132,199);
}
.our_contact dd{
    font-size: 18px;
    margin-bottom: 30px;
}
.our_contact dd p{
    margin: 10px 0;
    color: #fff4f2;
}
.our_contact .fa-envelope:before{
    margin-left: -6px;
}

.your_contact{
    color: #333;
}
.your_contact p{
    color: #fff;
    margin: 15px 0;
}
.your_contact span{
    color: #aaa;
}
.your_contact .gb_input{
    color: #eee;
    border-radius: 0;
    background-color: rgba(0,0,0,0.5);
    resize: none;
}
.your_contact .gb_send{
    margin-top: 20px;
    border-radius: 3px;
    color: rgb(10,132,199);
    background-color: transparent;
    border-color: rgb(10,132,199);
    width: 80px;
}

/* 底部 */
.gb_foot{
    padding: 50px 0;
}

/*附加动画样式*/
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

._fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

._fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}


@-webkit-keyframes scaleTo1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleTo1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

._scaleTo1 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale(.3);-ms-transform:scale(.3);transform:scale(.3)}50%{opacity:1}}.zooman{-webkit-animation-name:zoomIn;animation-name:zoomIn;animation-duration: 1s;}


@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

._fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  animation-duration: 1s;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

._fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.f70 {
    font-size: 70px;
}
