*{
    font-family: SourceHanSansSC-Regular;
}
a:hover,a:visited, a:link, a:active{
    text-decoration: none;
}
html {
    overflow-y: scroll;
}
:root {
    overflow-y: auto;
    overflow-x: hidden;
}
body {
    width: 100vw;
    overflow: hidden;
    max-width: 2050px;
    margin-left: auto;
    margin-right: auto;
}
.nav-logo{
    margin-top: -30px;
}
@media screen and (min-width: 1920px){
    .nav-logo{
        margin-top: 0px;
        width: 100px;
    }
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    color: #1964EE !important;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > li > a {
    background-color: transparent !important;
    color: #333;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
}
.navbar-inverse .navbar-nav > .open > a:hover{
    color: #1964EE;
}
.navbar{
    height: 90px;
    padding-top: 24px;
    margin-bottom: 0;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border: none;
    -webkit-transition: 0.9s ease-in-out;
    -webkit-transition: all 0.9s ease-in-out;
    transition: all 0.9s ease-in-out;
    box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.3);
    -moz-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.3);
    -webkit-box-shadow: inset 0 1px #fff, 0 2px 5px rgba(34,25,25,0.3);
}
.navbar-index {
    height: 80px;
    padding-top: 20px;
    margin-bottom: 0;
    border: none;
    background: none;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}
@media screen and (min-width: 1920px){
    .navbar-index {
        height: 90px;
        padding-top: 0px;
        margin-bottom: 0;
    }

}
@media screen and (min-width: 1920px){
    .navbar {
        height: 90px;
        padding-top: 0px;
        margin-bottom: 0;
    }

}
.navbar .navbar-brand {
    background: -webkit-linear-gradient(#eee, #1964EE);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    font-weight: bold;
}
.carousel-indicators li {
    display: inline-block;
    width: 36px;
    height: 4px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    border: none;
    border-radius: 0px;
    background: #fff;
    opacity: .3;
}
.carousel-indicators .active {
    width: 36px;
    height: 4px;
    margin: 0;
    background-color: #fff;
    opacity: 1;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #101010;
    background: none;
}
/*导航栏激活*/
@media (min-width: 1920px){
    .container {
        width: 1400px;
    }
}
.nav-h{
    width: 600px;
}
@media screen and (min-width: 1920px){
    .nav-h{
        width: 800px;
    }

}
.register-right{
    color: #fff;
}
@media screen and (min-width: 1920px){
    .register-right{
        color: cornflowerblue;
    }
}
.nav-checked{
    border-bottom: 2px solid cornflowerblue;
}

.banner-size{
    width: 100%;
    height: auto;
}
.header-logo{
    position: relative;
    left: 26px;
    top: -27px;
}
@media screen and (max-width: 768px){
    .header-logo{
        position: relative;
        left: 0px;
        top: -27px;
        width: 60px;
    }

}
@media screen and (min-width: 1920px){
    .header-logo{
        position: relative;
        left: 84px;
        top: -16px;
        width: 132px;
        height: 89px;
    }
}



/*.navbar {
    position: absolute;
    min-height: 50px;
    z-index: 2;
    width: 100%;
    top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 24px;
    font-family: Microsoft YaHei;
}*/
.nav-special{
    /*box-shadow: 0px 4px 11px rgba(0,0,0,0.16);*/
    padding-top: 30px;
    height: 90px;
    position: relative;
    top: -20px;
}
@media screen and (min-width: 1920px){
    .nav-special{
        box-shadow: 0px 4px 11px rgba(0,0,0,0.16);
        padding-top: 30px;
        height: 130px;
        position: relative;
        top: -20px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: blueviolet;
    background-image: none;
    border: 1px solid #fff;
    border-radius: 4px;
    color: #fff;
}
@media screen and (max-width: 768px){
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -10px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: blueviolet;
        background-image: none;
        border: 1px solid #fff;
        border-radius: 4px;
        color: #fff;
    }

}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
    background: #fff;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    border-bottom: 2px solid cornflowerblue;
    color: #1964EE!important;
}
.safer-cn{
    position: absolute;
    left: 163px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #0C7CC1;
    opacity: 1;
    font-weight: bold;
    top: 5px;
}
@media screen and (min-width: 1920px){
    .safer-cn{
        position: absolute;
        left: 273px;
        font-size: 25px;
        font-weight: bold;
        line-height: 33px;
        color: cornflowerblue;
        opacity: 1;
        top: 18px;
    }
}
.safer-eu{
    position: absolute;
    left: 163px;
    top: 30px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    line-height: 20px;
    color: #0C7CC1;
    opacity: 1;
    font-weight: bold;
}
@media screen and (min-width: 1920px){
    .safer-eu{
        position: absolute;
        left: 273px;
        top: 57px;
        font-size: 21px;
        font-weight: bold;
        line-height: 27px;
        color: cornflowerblue;
        opacity: 1;
    }

}
.nav-font{
    width: 528px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 1920px){
    .nav-font{
        width: 680px;
        margin-left: auto;
        margin-right: auto;
    }
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #0C7CC1;
    opacity: 1;
}
@media screen and (min-width: 1920px){
    .navbar-nav>li>a {
        padding-top: 34px;
        padding-bottom: 10px;
        font-size: 25px;
        font-weight: bold;
        color: cornflowerblue;
        opacity: 1;
        padding-left: 18px;
    }
}
@media screen and (min-width: 1920px){
    #header-right{
        width: 350px;
    }
}
#register{
    opacity:1;
    border-radius:15px;
}
@media screen and (min-width: 1920px){
    #register{
       background: transparent;
    }
}
#register:hover{
    webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.hua-item-header{
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 79px;
    opacity: 1;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 50px;
    color: #03A9F4;
}
@media screen and (max-width: 768px){
    .hua-item-header{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 50px;
        color: rgba(102,102,102,1);
        opacity: 1;
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
    }
}
@media screen and (min-width: 1920px){
    .hua-item-header {
        font-size: 42px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 79px;
        color: #333333;
        opacity: 1;
        margin-top: 100px;
        margin-bottom: 50px;
        text-align: center;
    }
}
.hua-item-footer{
    text-align: center;
    margin-top: 60px;
}
.item-content{
    text-align: left;
    line-height: 40px;
    margin-top: 50px;
}
/************* ���ఴť ******************/

/**banner2**/



/**banner2End**/
.index-banner3-box{
    width:755px;
    height:306px;
    background:rgba(255,255,255,1);
    opacity:0.4;
    position: absolute;
    left: 110px;
    top: 216px
}
@media screen and (min-width: 1920px){
    .index-banner3-box{
        width:1061px;
        height:430px;
        background:rgba(255,255,255,1);
        opacity:0.4;
        position: absolute;
        left: 155px;
        top: 270px
    }
}
.index-banner3-boxBorder{
    width:755px;
    height:306px;
    position: absolute;
    left: 120px;
    top: 200px;
    border: 3px solid #fff
}
@media screen and (min-width: 1920px){
    .index-banner3-boxBorder{
        width:1061px;
        height:430px;
        position: absolute;
        left: 169px;
        top: 256px;
        border: 3px solid #fff
    }
}
.index-banner3-title1{
    font-size:3em;
    font-weight:bold;
    color:#fff;
    opacity:1;
    position: absolute;
    left: 133px;
    top: 50px;
    animation-duration: 2s;
}
@media screen and (min-width: 1920px){
    .index-banner3-title1{
        font-size:3em;
        font-weight:bold;
        color:#fff;
        opacity:1;
        position: absolute;
        left: 187px;
        top: 70px;
        animation-duration: 2s;
    }
}
.index-banner3-title2{
    font-size:2em;
    font-weight:400;
    color:#fff;
    opacity:1;
    position: absolute;
    left: 387px;
    top: 58px;
    animation-duration: 2s;
}
@media screen and (min-width: 1920px){
    .index-banner3-title2{
        font-size:2em;
        font-weight:400;
        color:#fff;
        opacity:1;
        position: absolute;
        left: 558px;
        top: 80px;
        animation-duration: 2s;
    }
}
.index-banner3-pic{
    margin-top: 170px;
    text-align: center;
}
.index-banner3-pic p{
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
    font-size:18px;
    color:#fff;
    opacity:1;
    animation-duration: 2s;
    animation-delay: 1s;
}
@media screen and (min-width: 1920px){
    .index-banner3-pic p{
        text-align: center;
        font-weight: bold;
        margin-top: 40px;
        font-size:25px;
        color:#fff;
        opacity:1;
        animation-duration: 2s;
        animation-delay: 1s;
    }
}
.index-banner3-pic img{
    animation-duration: 1.5s;
    animation-delay: 0.5s
}
@media screen and (min-width: 1920px){
    .index-banner3-pic img{
        animation-duration: 1.5s;
        animation-delay: 0.5s;
        width: 89px;
        height: 89px;
        margin-top: 20px;
    }
}

.index-banner3-101F{
        position: absolute;
        right: 0px;
        top: 170px;
        height: 470px;
        width: 400px;
}

@media screen and (min-width: 1366px){
    .index-banner3-101F {
        position: absolute;
        right: 60px;
        top: 123px;
        width: 451px;
        height: 470px;
    }
}
@media screen and (min-width: 1600px){
    .index-banner3-101F {
        position: absolute;
        right: 200px;
        top: 98px;
        width: 528px;
        height: 551px;
    }
}
@media screen and (min-width: 1920px){
    .index-banner3-101F {
        position: absolute;
        right: 39px;
        top: 130px;
        width: 634px;
        height: 661px;
    }
}
/**banner3End**/
.index-banner4-101{
        position: absolute;
        left: 121px;
        top: 159px;
        width: 384px;
        height: 380px;
    }
@media screen and (min-width: 1600px){
    @media screen and (min-width: 1600px){
        .index-banner4-101{
            position: absolute;
            left: 142px;
            top: 186px;
            width: 450px;
            height: 445px;
        }
    }
}
@media screen and (min-width: 1920px){
    .index-banner4-101{
        position: absolute;
        left: 170px;
        top: 223px;
        width: 540px;
        height: 534px;
    }
}
.index-banner4-title1{
    position: absolute;
    right: 541px;
    top: 189px;
    font-size:36px;
    color:#fff;
    animation-duration: 2s;
}
@media screen and (min-width: 1600px){
    .index-banner4-title1{
        position: absolute;
        right: 764px;
        top: 266px;
        font-size:3em;
        color:#fff;
        animation-duration: 2s;
        font-weight: bold;
    }
}
@media screen and (min-width: 1920px){
    .index-banner4-title1{
        position: absolute;
        right: 764px;
        top: 266px;
        font-size:3em;
        color:#fff;
        animation-duration: 2s;
        font-weight: bold;
    }
}
.index-banner4-title2{
    position: absolute;
    right: 300px;
    top: 200px;
    font-size:24px;
    color:#fff;
    animation-duration: 2s;
}
@media screen and (min-width: 1600px){
    .index-banner4-title2{
        position: absolute;
        right: 285px;
        top: 276px;
        font-size:32px;
        color:#fff;
        animation-duration: 2s;
    }
}
@media screen and (min-width: 1920px){
    .index-banner4-title2{
        position: absolute;
        right: 285px;
        top: 276px;
        font-size:32px;
        color:#fff;
        animation-duration: 2s;
    }
}
.index-banner4-picBox{
    position: absolute;
    right: 107px;
    top: 292px;
    animation-duration: 2s;
}
@media screen and (min-width: 1600px){
    .index-banner4-picBox{
        position: absolute;
        right: 151px;
        top: 410px;
        animation-duration: 2s;
        width: 850px;
    }
}
@media screen and (min-width: 1920px){
    .index-banner4-picBox{
        position: absolute;
        right: 151px;
        top: 410px;
        animation-duration: 2s;
        width: 850px;
    }
}
.index-banner4-picBox p{
    text-align: center;
    font-size:21px;
    font-weight:bold;
    color:#fff;
    opacity:1;
    margin-top: 30px;
}
@media screen and (min-width: 1920px){
    .index-banner4-picBox p{
        text-align: center;
        font-size:27px;
        font-weight:bold;
        color:#fff;
        opacity:1;
        margin-top: 35px;
    }
}
.index-banner4-picBox image{
    text-align: center;
}
@media screen and (min-width: 1920px){
    .index-banner4-picBox image{
        text-align: center;
        width: 119px;
        height: 138px;
    }
}
/**banner4End**/
.btn-more-1{
    display: inline-block;
    height: 49px;
    line-height: 49px;
    font-size: 22px;
    border-radius: 4px;
    border: solid 1px #5d5d5d;
    padding: 0 15px;
    color: #5d5d5d;
}
.btn-more{
    display: inline-block;
    height: 49px;
    line-height: 49px;
    background-color: #0C7CC1;
    border-radius: 4px;
    font-size: 22px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    padding: 0 5px;
    margin-bottom: 30px;
}
/************ ��ҳ ��ȫԴ�ھ�Ʒ  **************/
.trial-item span{
    height: 46px;
    font-size: 32px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 10px;
    color: #1f1f1f;
    text-align: center;
}
/************ ��ҳ������Ѷ����  **************/
.news-nav-tabs{
    margin-bottom: 50px;
}
.news-nav-tabs ul {
    border: none;
}
.news-nav-tabs li{
    display: inline-block;
    float: none;
    text-align: center;
}
.news-nav-tabs li a{
    display: block;
    width: 120px;
    height: 50px;
    color: #1fc6f6;
    font-size: 24px;
    line-height: 48px;
    padding: 0;
    border: solid 2px #1fc6f6;
    border-radius: 20px;
}
.news-nav-tabs li.active a{
    background-color: #1fc6f6;
    color: #ffffff;
}
.news-nav-tabs li.active a{
    color: #ffffff;
}
.news-nav-tabs>li>a:focus, .my-nav-tabs>li>a:hover {
    text-decoration: none;
    background-color: #1fc6f6;
    color: #ffffff;
}
/****************** ��ҳ��������  *************************************/
.hua-item .news{
    text-align: left;
    padding: 13px;
    width: 465px;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: #009BDB;
    margin-bottom: 20px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 750px){
    .hua-item .news{
        text-align: left;
        padding: 15px;
        width: 340px;
        height: 234px;
        overflow: hidden;
        text-overflow: ellipsis;
        background-color: #009BDB;
        margin-bottom: 20px;
        border-radius: 10px;
    }
}
.hua-item .news hr{
    background-color: #6b6b6b;
    margin-top: 0px;
    margin-bottom: 0px;
}
.hua-item .news:hover{
    /*background: #efefef;*/
    box-shadow: 0px 4px 20px rgba(0,0,0,.3);
    border-radius: 10px;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    /*border: none;*/
    border: 5px solid #ddd;
    /*border: 1px solid #ccc;*/
    /*background: #00a2d4;
    color:rgba(255,255,255,1);*/
    float: outside;
    border-radius: 10px;
}
.hua-item .news .news-day{
    font-family: SourceHanSansSC-Regular;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 4px;
    color: #fff;
}
.hua-item .news .news-month{
    font-size: 19px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #fff;
}
.hua-item .news .news-title{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #fff;
}
.hua-item .news .news-content{
    /*font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;  !*#a0a0a0*!
    height: 160px;
    overflow: hidden;*/
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    color: #fff;
    height: 36px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 15px;
}
/************* ��ҳ�ͻ����� ***********/
.hua-item .hua-case{
    background-color: #f3f3f3;
    border-radius: 6px;
}
/*************** �ײ� ***************/
.hua-footer{
    background-color: #262626;
    color: #7c7c7c;
    font-size: 16px;
    padding: 15px;
}
.hua-footer .content{
    height: 500px;
}
.hua-footer  .content .title{
    color: #ffffff;
    padding: 30px;
}
.hua-footer .item{
    padding-left: 30px;
    height: 450px;
    border-right: 1px solid #343434;
}
.hua-footer .item:last-child{
    border-right:none;
}
.hua-footer .item span{
    display: block;
}
.hua-footer .content .box-wrap{
    text-align: center;
}
.hua-footer .content .box-wrap a{
    display: block;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #7c7c7c;
    margin-bottom: 15px;
    border: solid 2px #7c7c7c;
}
.hua-copyright{
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    color: #7a7a7a;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-top: 1px solid #343434;
    background-color: #262626;
}
/********* �ͻ�����ͼƬ����� **************/
.hua-case-item{
    background-color: #ffffff;
    text-align: left;
    width: 348px;
    height: 246px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.hua-case-item img{
    transition: all 1.5s;
    width: 100%;
    height: 100%;
}
.cover{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0091ea;
    opacity: 0.8;
    display: none;
}
.cover:hover{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #0091ea;
    opacity: 0.8;
}
.hua-case-item .hua-case-title{
    height: 40px;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: rgba(102,102,102,1);
    line-height: 26px;
    margin-bottom: 50px;
    float: top;
}
/******** 企业文化 ************/


/** ���  ***/
.ad img{
    width: 100%;
    height: auto;
}
/** �ͻ�������������Ѷ���������� **/
.common-header{
    padding: 30px 0;
    border-bottom: 1px solid #cecece;
}
.common-header h1{
    color: #16adeb;
}
.common-wrap{
    margin-top: 30px;
}
/*.common-wrap .common-nav{
    border-left: 6px solid #15b1f1;
}*/
.common-wrap .common-nav span{
    display: block;
    padding: 15px 0;
}
.common-wrap .common-nav span.active a{
    color: #fff;
}
.common-wrap .common-nav span a{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #fff;
}
.common-wrap .common-item .common-img img{
    width: 100%;
    height: auto;
}
.common-wrap .common-item .common-title{
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}
.common-wrap .common-item .common-title a{
    color: rgba(0,155,219,1);
}
.common-wrap .common-item .common-title hr{
    width: 154px;
    border: 1px solid #0e94da;
    text-align: left;
    margin-left: 0px;
    margin-top: 0px;
}
.common-wrap .common-item .common-text{
    margin-top: 0px;
    font-size:14px;
    font-family:Microsoft YaHei;
    line-height:20px;
   /* color:rgba(0,155,219,1);*/
    color:black;
}
.common-wrap .common-item .common-more{
    text-align: right;
}
.common-item:hover{
    background:rgba(239,239,239,1);
    color: #fff;
}
.common-item{
    margin-bottom: 30px;
}
/*************  pager   *********/
.pager{
	padding-top: 15px;
    padding-bottom: 15px;
}
.pager .pager-num{
    display: inline-block;
    width: 26px;
    height: 26px;
    border: solid 1px #bfbfbf;
    text-align: center;
    line-height: 26px;
    font-size: 14px;
    color: #bfbfbf;
    cursor: pointer;
}
.pager .pager-num.active{
    color: #ffffff;
    background-color: #34bcf3;
}
.pager .pager-btn{
    display: inline-block;
    background-color: #34bcf3;
    color: #ffffff;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    font-size: 14px;
    cursor: pointer;
    border: solid 1px #bfbfbf;
}
/**********  �������顢��������  *******************/

.detail-header{
	text-align: center;
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
    margin-top: 90px;
}
.detail-title{
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 2px;
    color: #0a0a0a;
    padding: 15px;
}
.detail-time{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #747474;
}


.detail-news{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    color: rgba(102,102,102,1);
    letter-spacing: 3px;
    line-height: 30px;
    text-align: left;
    font-size: 14px;
    font-family: SourceHanSansSC-Regular;
}
@media screen and (max-width: 768px){
    .detail-news img{
        width: 100%!important;
    }
}

.detail-news img:before{
    text-align: center;
}
.clear{
	clear: both;
}
.dp{
     background: url("../images/fzbg.jpg");
}
.dp .title{
    margin: 0px auto;
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    padding: 20px 0;
}
.timeline {
    position: relative;
    width: 860px;
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
}
.timeline:before {
    position: absolute;
    left: 50%;
    top: 0;
    content: ' ';
    display: block;
    width: 6px;
    height: 100%;
    margin-left: -3px;
    background: #fff;
    z-index: 5;
}
.timeline li {
    padding: 1em 0;
}
.timeline li::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.direction-l {
    position: relative;
    width: 400px;
    float: left;
    text-align: right;
}
.direction-l .flag {
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.direction-l .flag:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-left-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none;
}
.direction-l .time-wrapper {
    float: left;
}
.direction-r {
    position: relative;
    width: 400px;
    float: right;
}
.direction-r .flag {
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.direction-r .flag:after {
    content: "";
    position: absolute;
    right: 100%;
    top: 50%;
    height: 0;
    width: 0;
    margin-top: -8px;
    border: solid transparent;
    border-right-color: #f8f8f8;
    border-width: 8px;
    pointer-events: none;
}
.direction-r .flag:before {
    left: -40px;
}
.direction-r .time-wrapper {
    float: right;
}
.flag-wrapper {
    position: relative;
    display: inline-block;
    text-align: center;
}
.flag-wrapper .flag {
    position: relative;
    display: inline;
    background: #f8f8f8;
    padding: 6px 10px;
    border-radius: 5px;
    font-weight: 600;
    text-align: left;
}
.direction-l .flag:before, .direction-r .flag:before {
    position: absolute;
    top: 50%;
    right: -40px;
    content: ' ';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border-radius: 10px;
    border: 4px solid #fff;
    z-index: 10;
}
.time-wrapper {
    display: inline;
    line-height: 1em;
    font-size: 0.66666em;
    color: #58B96B;
    vertical-align: middle;
}
.time-wrapper .time {
    display: inline-block;
    padding: 4px 6px;
    background: #f8f8f8;
}
.desc {
    margin: 1em 0.75em 0 0;
    color: #ffffff;
}
.contact-us .title{
	color: #16adeb;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	padding: 15px;
}
.contact-us .help{
	color: #16adeb;
	text-align: center;
	font-size: 18px;
	padding-bottom: 15px;
}
.p-header{
	text-align: center;
	color: #16adeb;
	font-size: 26px;
	padding: 50px 30px;
    width: 294px;
    height: 31px;
}
.P-App{
    text-align: center;
    color: #16adeb;
    font-size: 26px;
    padding: 50px 30px;
    width: 294px;
    height: 31px;
    margin-left: 5%;
}
/*
***********************************************/
.telephone{
    width:188px;
    height:24px;
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:24px;
    color:rgba(255,255,255,1);
    opacity:1;
    margin-top: 84px;
    margin-bottom: 142px;
    white-space:nowrap;
}
.lowest{
    width:100%;
    height:50px;
    background:rgba(1,56,112,1);
    opacity:1;
    display: flex;
    justify-content: center;
    align-items: center;
    color:rgba(255,255,255,1);
}
.qualification{
    text-align: center;
}
.qualification p{
    text-align: center;
    font-size:24px;
    font-weight:bold;
    margin: 30px;
}
.qualification img{
    text-align: center;
    width: 100%;
}






.news-xinwenzixun{
    width:110px;
    height:31px;
    font-size:24px;
    font-family:Microsoft YaHei;
    font-weight:bold;
    line-height:10px;
    color:rgba(0,155,219,1);
    opacity:1;
}
.news-button{
    width: 128px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;


}
.botton-checked{
    width: 128px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
    border: 3px solid #007bff!important;
    background-color: #007bff;
    color: #fff;
}
.news-button:hover{
    width: 128px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    float: left;
    color: #fff!important;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.2);
}

.summary{
    overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;color: rgba(102,102,102,1);line-height: 23px;
}
.newsType{
    width:92px;
    height:26px;
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:10px;
    color:rgba(0,155,219,1);
    opacity:1;
}
.news-pic{
    width: 100%;
    height: 100%;
    transition: all 1.4s;
}
.news-pic:hover{
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}
.news-preview1{
    width: 49.8%;
    float: left;
    position: relative;
    height: 478px;
    overflow: hidden;
}
.news-preview2{
    width: 49.8%;
    float: right;
    height: 478px;
    overflow: hidden;
}
.news-preview2 ul li{
    list-style: none;
    height: 49.8%;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.orCode{
    float: right;
    position: absolute;
    margin-left: 1000px;
    width: 160px;
    height: 160px;
}
.headPhoneNumberIntr{
    position:absolute;
    line-height: 35px;
    padding-left: 40px;
    padding-top: 20px;
    font-size: 16px;
    padding-top: 5px;
}
.header-forUs{
    width:252px;
    height:19px;
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:19px;
    color:rgba(3,81,149,1);
    opacity:1;
    position: absolute;
}
.qualification-pictureOne{
    width:300px;
    height:420px;
    border:2px solid rgba(0,155,219,1);
    opacity:1;
}
.header-title{
    font-size: 14px;
    color:rgba(3,81,149,1);
    width: 252px; height: 19px;
    margin-left: 160px;
    margin-bottom: 200px
}
.about-contant1{
    width: 540px;
    height: 61px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 22px;
    color: rgba(102,102,102,1);
    opacity: 1;
    padding-top: 15px;
}



.service-icon{
    text-align: center;
}
.service-icon:hover{
    text-align: center;
    background: #0091ea;
    
}
.service-icon p{
    text-align: center;
    margin-top: 30px;
    font-size: 30px;
    color:rgba(51,51,51,1);
}
.service-icon2{
    padding-top: 30px;
}
.serviceCenter-question{
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    color: rgba(102,102,102,1);
    letter-spacing: 3px;
    line-height: 30px;
    margin-top: 74px;
}
.service-promise p{
    color:rgba(51,51,51,1);
    font-size:14px;
    font-weight:400;
}
.service-promise{
    line-height: 25px;
    margin-top: 50px;
    margin-bottom: 50px;
}
.serviceCenter-click{
    width: 100px;
    height: 200px;
    position: absolute;
    margin-left: 12%;
    margin-top: 6%;
}
.company-message{
    margin: 30px auto;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    line-height: 35px;
    margin: 26px auto;
}
.service-contact{
    color: #16adeb;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    padding: 15px;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.message-left{
    width: 100%;background: #003b81;color: #fff;padding: 30px;line-height: 30px;font-size: 16px;opacity: 0.8;

}

.serviceCenter-font{
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    color:rgba(153,153,153,1);
    background-color: #fff;
    line-height: 50px;
    width: 159px;
    height: 98px;
}
.serviceCenter-font-active{
    color: rgba(0,155,219,1);
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    background-color: #fff;
    line-height: 50px;
    width: 159px;
    height: 98px;
}
.serviceCenter-detail1{
    height: auto;
    font-size: 18px;
}
.service-questions p{
    font-size: 14px;
    color:rgba(51,51,51,1);;

}


.mapSize{
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 901px;
    height: 401px;
    border: 2px solid #1d75b3;
}
@media screen and (max-width: 750px) {
    .mapSize{
        margin-top: 50px;
        width: 390px;
        height: 204px;
        border: 2px solid #1d75b3;
        margin-left: 40px;
    }
}
/*页脚*******************************************/
.footer{
    background:rgba(2,71,142,1);
}
.footer-box{
    margin-top: 30px;
    text-align: center;
    margin-bottom: 30px;
}
.footer-one{
    height: auto;
    font-size:16px;
    font-family:Microsoft YaHei;
    color:rgba(255,255,255,1);
    line-height: 30px;
    text-align: left;
    padding-left: 100px;
}
.footer-two{
    height: auto;
    font-size:16px;
    font-family:Microsoft YaHei;
    color:rgba(255,255,255,1);
    line-height: 32px;
    text-align: left;
    padding-left: 100px;
}
.footer-three{
    height: auto;
    font-size:16px;
    font-family:Microsoft YaHei;
    color:rgba(255,255,255,1);
    line-height: 21px;
}
/*页脚*************************************************/
/**
巡检定制***********************
 */
.line{
    width:50px;
    height:0px;
    border:2px solid rgba(0,155,219,1);
}
.customized img{
    width: 285px;
    height: 213px;
    text-align: center;
    margin-left: 30px;
}
.customized p{
    text-align: center;
    font-size: 23px;
    color:rgba(51,51,51,1);
    font-weight: bold;
    margin: 50px auto;
}
.pic{
    margin: 50px auto;
}
.pic-buttom{
    margin-top: -110px;
    margin-bottom: 50px;
}
/**产品详情手机端优化****/
.product-k2{
    text-align: center;
}
@media screen and (max-width: 750px) {
    .product-k2{
        text-align: center;
        width: 380px;
    }
}
.product-all{
    text-align: center;
}
@media screen and (max-width: 768px){
    .product-all img{
        width: 100%!important;
    }
}

/*案例标题排序*/
.case-all-font{
    display: flex;
    justify-content: space-between;
    line-height: 32px;
}

.common-wrap .common-nav span:hover{
 background: #0083c7;
}

.visit{
    width: 100%;
    height: 250px;
    margin-bottom: 20px;
}
.visit-font{
    text-align: center;
    font-size:23px;
    font-weight:bold;
    color:#0e99f1;
    margin-top: 30px;
    margin-bottom: 50px;
    font-weight: bold;
}

/**==================**/
.index-item4-color{
    background: #f7f7f7;
    height: auto;
}

.container-fluid{
    padding-right: 0px;
    padding-left: 0px;
}
.row{
    margin-right: 0px;
    margin-left: 0px;
}


.index-item4{
    width:100%;
    height:569px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    opacity:1;
    position: relative;
}
@media screen and (min-width: 1920px){
    .index-item4{
        width:100%;
        height:800px;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
        opacity:1;
        position: relative;
    }
}

.index-case-font{
    color: #fff;
    text-align: center;
    font-size:60px;
    padding-top: 20px;
}

/**首页展示3**/
.whyChooseUs1{
    position: absolute;
    left: 105px;
    top: 299px;
    width: 144px;
    height: 144px;
}
@media screen and (min-width: 1920px){
    .whyChooseUs1{
        position: absolute;
        left: 148px;
        top: 419px;
        width: 202px;
        height: 206px;
    }
}
.whyChooseUs2{
    position: absolute;
    left: 232px;
    top: 95px;
    width: 170px;
    height: 170px;
}
@media screen and (min-width: 1920px){
    .whyChooseUs2{
        position: absolute;
        left: 326px;
        top: 157px;
        width: 200px;
        height: 208px;
    }
}
.whyChooseUs3{
    position: absolute;
    left: 430px;
    top: 55px;
    width: 144px;
    height: 144px;
}
@media screen and (min-width: 1920px){
    .whyChooseUs3{
        position: absolute;
        left: 605px;
        top: 77px;
        width: 198px;
        height: 200px;
    }
}
.whyChooseUs4{
    position: absolute;
    left: 628px;
    top: 92px;
    width: 144px;
    height: 144px;
}
@media screen and (min-width: 1920px){
    .whyChooseUs4{
        position: absolute;
        left: 883px;
        top: 129px;
        width: 202px;
        height: 202px;
    }
}
.whyChooseUs5{
    position: absolute;
    left: 271px;
    top: 225px;
    width: 498px;
    height: 295px;
}
@media screen and (min-width: 1920px){
    .whyChooseUs5{
        position: absolute;
        left: 381px;
        top: 315px;
        width: 700px;
        height: 415px;
    }
}
    .whyChooseUs-font-title{
        right: 212px;
        position: absolute;
        top: 160px;
        font-size:25px;
        font-family:Microsoft YaHei;
        font-weight:bold;
        color:#333333;
        opacity:1;
        animation-delay: 1s;
    }
@media screen and (min-width: 1600px){
    .whyChooseUs-font-title{
        right: 226px;
        position: absolute;
        top: 127px;
        font-size: 35px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        opacity: 1;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1920px){
    .whyChooseUs-font-title{
        right: 261px;
        position: absolute;
        top: 166px;
        font-size: 40px;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #333333;
        opacity: 1;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1280px){
    .whyChooseUs-font1{
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 27px;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 137px;
        top: 232px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1366px){
    .whyChooseUs-font1{
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 27px;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 155px;
        top: 232px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1600px){
    .whyChooseUs-font1{
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 27px;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 155px;
        top: 232px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1920px){
    .whyChooseUs-font1{
        font-size: 35px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        line-height: 27px;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 157px;
        top: 302px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1280px){
    .whyChooseUs-font2{
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 114px;
        top: 305px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1366px){
    .whyChooseUs-font2{
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 134px;
        top: 305px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1600px){
    .whyChooseUs-font2{
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 125px;
        top: 310px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1920px){
    .whyChooseUs-font2{
        font-size: 35px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 121px;
        top: 411px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1280px){
    .whyChooseUs-font3{
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 90px;
        top: 373px;
        animation-delay: 1s;
    }

}
@media screen and (min-width: 1366px){
    .whyChooseUs-font3{
        font-size: 21px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 110px;
        top: 373px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1600px){
    .whyChooseUs-font3{
        font-size: 30px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 93px;
        top: 389px;
        animation-delay: 1s;
    }
}
@media screen and (min-width: 1920px){
    .whyChooseUs-font3{
        font-size: 35px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        opacity: 1;
        position: absolute;
        right: 84px;
        top: 523px;
        animation-delay: 1s;
    }
}
.whyChooseUs-btn{
    position: absolute;
    right: 256px;
    top: 456px;
    width: 128px;
    height: 36px;
    background: rgba(252,125,248,1);
    opacity: 1;
    border-radius: 10px;
    font-size: 20px;
    color: rgba(255,255,255,1);
    text-align: center;
    animation-delay: 1s;
    line-height: 36px;
}
@media screen and (min-width: 1600px){
    .whyChooseUs-btn{
        position: absolute;
        right: 324px;
        top: 471px;
        width: 128px;
        height: 36px;
        background: rgba(252,125,248,1);
        opacity: 1;
        border-radius: 10px;
        font-size: 30px;
        color: rgba(255,255,255,1);
        text-align: center;
        animation-delay: 1s;
        line-height: 36px;
    }
}
@media screen and (min-width: 1920px){
    .whyChooseUs-btn{
        right: 360px;
        top: 642px;
        background: rgba(252,125,248,1);
        position: absolute;
        font-size: 35px;
        font-weight: 400;
        line-height: 49px;
        opacity: 1;
        border-radius: 10px;
        color: rgba(255,255,255,1);
        text-align: center;
        animation-delay: 1s;
        width: 183px;
        height: 49px;
    }
}
.pic4-1{
    position: absolute;
    left: 194px;
    top: 72px;
    width: 196px;
    height: 213px;
}
@media screen and (min-width: 1920px){
    .pic4-1{
        position: absolute;
        left: 272px;
        top: 101px;
        width: 276px;
        height: 299px;
    }
}
.pic4-2{
    position: absolute;
    left: 504px;
    top: 45px;
    width: 53px;
    height: 92px;
}
@media screen and (min-width: 1920px){
    .pic4-2{
        position: absolute;
        left: 708px;
        top: 63px;
        width: 74px;
        height: 130px;
    }
}
.pic4-3{
    position: absolute;
    left: 692px;
    top: 303px;
    width: 53px;
    height: 90px;
}
@media screen and (min-width: 1920px){
    .pic4-3{
        position: absolute;
        left: 973px;
        top: 426px;
        width: 74px;
        height: 126px;
    }
}
.pic4-4{
    position: absolute;
    right: 489px;
    top: 243px;
    width: 43px;
    height: 169px;
}
@media screen and (min-width: 1920px){
    .pic4-4{
        position: absolute;
        right: 688px;
        top: 342px;
        width: 60px;
        height: 238px;
    }
}
.pic4-5{
    position: absolute;
    right: 311px;
    top: 385px;
    width: 90px;
    height: 147px;
}
@media screen and (min-width: 1920px){
    .pic4-5{
        position: absolute;
        right: 436px;
        top: 542px;
        width: 127px;
        height: 207px;
    }
}
.pic4-6{
    position: absolute;
    right: 351px;
    top: 84px;
    width: 43px;
    height: 169px;
}
@media screen and (min-width: 1920px){
    .pic4-6{
        position: absolute;
        right: 494px;
        top: 118px;
        width: 77px;
        height: 249px;
    }
}
.pic4-7{
    position: absolute;
    right: 134px;
    top: 212px;
    width: 55px;
    height: 177px;
}
@media screen and (min-width: 1920px){
    .pic4-7{
        position: absolute;
        right: 188px;
        top: 299px;
        width: 70px;
        height: 255px;
    }
}


    .pic4-8{
        position: absolute;
        left: 400px;
        top: 35px;
        height: 399px;
        width: 340px;
    }

@media screen and (min-width: 1366px){
    .pic4-8{
        position: absolute;
        left: 443px;
        top: 35px;
        width: 364px;
        height: 399px;
    }
}
@media screen and (min-width: 1920px){
    .pic4-8{
        position: absolute;
        left: 622px;
        top: 49px;
        width: 511px;
        height: 561px;
    }
}
.pic4-9{
    position: absolute;
    left: 571px;
    top: 366px;
    width: 53px;
    height: 92px;
}
@media screen and (min-width: 1920px){
    .pic4-9{
        position: absolute;
        left: 803px;
        top: 515px;
        width: 74px;
        height: 130px;
    }
}
.pic4-10{
    position: absolute;
    right: 427px;
    top: 35px;
    width: 53px;
    height: 92px;
}
@media screen and (min-width: 1920px){
    .pic4-10{
        position: absolute;
        right: 600px;
        top: 49px;
        width: 74px;
        height: 130px;
    }
}
/**页脚**/
.foot-box{
    color: #fff;
    text-align: center;
    line-height: 33px;
    font-size: 18px;
    padding-top: 50px;
    padding-bottom: 20px;
}
@media screen and (min-width: 1920px){
    .foot-box{
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 25px;
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.foot-title{
    font-size: 23px;
    font-weight: bold;
}
@media screen and (min-width: 1920px){
    .foot-title{
        font-size: 32px;
        font-weight: bold;
    }

}
@media screen and (min-width: 1920px){
    .qrcode{
        width: 190px;
    }
}
.qrcode{
    width: 190px;
}
.foot-icp{
    text-align: center;
    font-size: 18px;
    color: #fff;
    padding-bottom: 25px;
}
.foot-3{
    line-height: 42px;
}

#banner-pic{
    animation-delay: 2s;
}




/**产品页公众号轮播==================================**/
.pre_banner_3d a{
    text-decoration: none;
    border:none;
}
body{
    overflow-x: hidden;
}
.pre_banner_3d{
    width: 1200px;
    height: 600px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 60px auto;
}
.contrves{
    width:100%;
    height:auto;
    position:absolute;

}
.nav_banners{
    width:100%;
    height:auto;
    border-bottom: 1px solid #f2f2f2;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content:space-between;
}
.nav_banners>li{
    display:inline-block;
    padding:5px 16px;
    margin:12px 0;
    border-radius: 5px;
    font-size:14px;
    cursor: pointer;
}
.blue_nav{
    background:#63B504;
    color:#fff;
}
.banner_tree{
    width:100%;
    height:700px;
    position:absolute;
    bottom:0;
    overflow: hidden;
}
@media screen and (min-width: 1920px){
    .banner_tree {
        width: 100%;
        height: 900px;
        position: absolute;
        bottom: 0;
        overflow: hidden;
    }
}
.show_phone_s{
    width:414px;
    height:736px;
    position:absolute;
    top:0;
    left:0;
    bottom: 0;
    right:0;
    margin:auto;
    z-index: 10
}
.color_font{
    background:#0C7CC1;
    color:#fff;
    width: 45px;
    height: 100px;
    font-size:24px;
    text-align: center;
    line-height: 100px;
    border-radius: 5px;
    font-weight: 700;
    position:absolute;
    top:0;bottom:0;
    margin:auto;
    z-index: 50;
    cursor: pointer;
}
.left_btn{
    left:0;
}
.right_btn{
    right:0;
}
.img_phone{
    width:100%;
    height:100%;
}
.show_s_ui{
    width:100%;
    height:100%;
    position:relative;
}
@media screen and (min-width: 1920px){
    .show_s_ui{
        width:100%;
        height:100%;
        position:relative;
        margin-top: 50px;
    }

}
.show_s_ui>li{
    width:215px;
    height:362px;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
    z-index: 30;
    cursor: pointer;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    opacity: 0;
    font-size:40px;
}
.show_s_ui>li>div{
    position: absolute;
    top:0;
    width:100%;
    height:100%;
    background:#fff;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
    opacity: 0.9;
    display:none;
}
.show_s_ui>li>img{
    width:100%;
    height:100%;
}
#middel_shows{
    width:295px;
    height:503px;
    left:37.7%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    opacity:1;
}
#left_shows{
    left:8%;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    opacity: 0.6;
}
#right_shows{
    left:73%;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
#small_left,#small_right{
    width:154px;
    height:249px;
    opacity: 0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
#small_left{
    left:-15%;
}
#small_right{
    left:102.5%;
}
@media screen and (max-width:1200px){
    .pre_banner_3d {width:1024px;height:763px;}
    #middel_shows {left: 35.5%;}
    .show_s_ui>li { width: 175px;height: 282px;}
    #small_left, #small_right {width: 131px;height: 194px;}
}
@media screen and (max-width:1024px){
    .pre_banner_3d {width: 875px;height: 765px;}
    .show_phone_s {width: 375px;height: 667px;}
    #middel_shows {left: 34.8%;}
    #middel_shows {width: 267px;height: 457px;}
}
@media screen and (max-width:879px){
    .pre_banner_3d {width: 746px;height: 735px;}
    #middel_shows {left: 31.8%;}
    #middel_shows {width: 269px;height: 457px;}
    .show_s_ui>li {width: 145px;height: 232px;}
}
@media screen and (max-width:768px){
    .pre_banner_3d {width: 675px;height: 586px;}
    .show_phone_s {width: 320px;height: 568px;}
    #middel_shows {left: 33.1%;}
    #middel_shows {width: 227px;height: 389px;}
    .show_s_ui>li {width: 138px;height: 215px;}
    #right_shows {left: 72%;}
    .banner_tree {height: 539px;}
}
@media screen and (max-width:685px){
    .color_font{display:none}
    #small_left {left: -55%;}
    .pre_banner_3d {width: 520px;}
    #small_right {left: 109.5%;}
    .show_phone_s {width: 300px;height: 496px;}
    #middel_shows {left: 29.7%;}
    #middel_shows {width: 213px;height: 340px;}
    #left_shows {left: 0%;}.show_s_ui>li {width: 106px;height: 190px;}
    #right_shows {left: 79.5%;}
}
@media screen and (max-width:521px){
    .pre_banner_3d {width: 359px;}
    #left_shows {left: -41%;}
    #right_shows {left: 107.5%;}
    #middel_shows {left: 20.4%;}
    #middel_shows {width: 214px;height: 340px;}
    .show_phone_s {width: 349px;height: 568px;}
    #middel_shows {left: 15.5%;}
    #middel_shows {width: 246px;height: 390px;}
}
@media screen and (max-width:359px){
    .pre_banner_3d {width: 320px;}
    .show_phone_s {width: 320px;height: 520px;}
    #middel_shows {left: 14.5%;}
    #middel_shows {width: 228px;height: 356px;}
}
/**产品页公众号轮播结束==================================**/
.product-item1-box{
    /* background-image: url("../../resources/images/product-item2Box.png"); */
    background: #00a0e9;
}

.product-item2-box{
    width: 100%;
    height: 676px;
    position: relative;
}
@media screen and (min-width: 1920px){
    .product-item2-box{
        width: 100%;
        height: 900px;
        position: relative;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }

}
.product-item3-box{
    width: 100%;
    height: 776px;
    background: rgba(244,244,244,1);
}
@media screen and (min-width: 1920px){
    .product-item3-box{
        width: 100%;
        height: 900px;
        background: rgba(244,244,244,1);
    }
}
.about-item1-pl{
    width:43px;
    height:7px;
    background:rgba(51,51,51,1);
    opacity:1;
}
.about-team-left{
    margin-left: 100px;
}
.about-team-right{
    margin-right: 100px;
}
.about-team p{
    font-size:17px;
    line-height:23px;
    color:rgba(51,51,51,1);
    font-weight:400;
}
.team-title{
    margin-top: 20px;
    font-size:23px !important;
    font-weight: bold !important;
    color: #0e99f1;
}
.team-pic{
    width: 213px;
    height: 213px;
    border-radius: 50%;
    border: 1px solid;
    background:rgba(0,168,255,1);
}

.about-item1-font p{
    font-size:14px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:18px;
    color:rgba(102,102,102,1);
    opacity:1;
}
.about-item2-box{
    width: 969px;
    height: 356px;
    background: #0e99f1;
    opacity: 1;
    position: absolute;
    top: 22px;
    left: 184px;
    opacity: 0.8;
}
.about-item2-font{
    width: 60%;
    float: left;
    color: #fff;
    padding-top: 50px;
    padding-left: 50px;
    line-height: 22px;
}
.about-item2-pic{
    width: 40%;
    float: right;
    padding-top: 40px;
    padding-right: 25px;
}
.about-item3{
    background-image: url("../../resources/images/about-item3.png");
    margin-top: 100px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.preview-title{
    position: absolute;
    left: 15px;
    bottom: 90px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.preview-title2{
    position: absolute;
    left: 15px;
    bottom: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.preview-summary{
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.preview-pic{
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
    width: 100%;
    height: 100%;
    transition: all 2s;
}
.preview-pic:hover{
    transform: scale(1.3);
    -webkit-filter: brightness(1);
    filter: brightness(1);
    width: 100%;
    height: 100%;
}
#back-top {
    position: fixed;
    width: 70px;
    height: 70px;
    bottom: 0;
    right: 0;
    text-align: center;
    line-height: 60px;
    text-decoration: none;
    background: #fff;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #00A2FF;
}
.back-top{
    position:fixed;
    width:60px;
    height:60px;
    bottom:30px;
    right:30px;
    background:#ccc;
    text-align:center;
    line-height:60px;
    text-decoration:none;
}
.qualification-low{
    width: 100%;
    height: auto;
}
.xs-about{
    width: 100%;
    background: rgba(51,51,51,1);
    color: #fff;
}

@media screen and (max-width: 768px){
    #k2-video{
        width: 100%!important;
    }
}
.index-icon{
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid;
    border-radius: 20px;
}
.index-icon:hover{
    border-color: #bde421;
}
.index-icon img{
    width: 150px;
    height: 150px;
    margin-top: 10px;
}
.index-icon p{
    padding-left: 30px;
    padding-right: 30px;
    line-height: 27px;
    margin-top: 10px;
    color: #666;
}




.right-menu {
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, .4);
    border: 1px solid #00A2FF;
    text-align: center;
}
.talk-bottom{
    background-image: url("../../resources/images/talk-bottom.jpg");
}







.about-air{
    position: absolute;
    bottom: -110px;
    left: 30px;
    width: 100%;
    transition: all 0.8s;
}
@media screen and (min-width: 1920px){
    .about-air {
        position: absolute;
        top: 550px;
        left: 90px;
        width: 100%;
        transition: all 0.8s;
    }
}
.about-air:hover{
    transform: scale(1.2);
    transition: all 0.8s;
}
/**图片上下跳动**/
.tiaodong {
    text-align: center;
    animation-name: beat;
    animation-duration: 2.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-play-state: running;
    margin-top: 30px;
}
@keyframes beat {
    0% {
        padding-top: 10px;
    }

    25% {
        padding-top: 5px;
    }

    50% {
        padding-top: 10px;
    }

    75% {
        padding-top: 5px;
    }

    100% {
        padding-top: 10px;
    }
}
/**图片上下跳动**/

/**banner修改**/
.index-banner1-box{
    width: 100%;height: 640px;/*background: #1cbde9;*/
    position: relative;
    padding: 0;
    background-color: #1B50B2;
    z-index: 0;
    background: #4b6cb7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(right, #4b6cb7 , #182848);
    background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
@media screen and (min-width: 1920px){
    .index-banner1-box{
        width: 100%;height: 740px;/*background: #1cbde9;*/
        position: relative;
        padding: 0;
        background-color: #1B50B2;
        z-index: 0;
        background: #4b6cb7; /* fallback for old browsers */
        background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
        background: -webkit-linear-gradient(right, #4b6cb7 , #182848);
        background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    }

}
.index-banner1-box::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: url("../../resources/images/dot-overlay.png") repeat scroll 0 0;
}
.banner-icon{
    width: 35%;
    height: auto;

}
.banner-btn{
    margin-top: 220px;
    text-align: left;
}
@media screen and (max-width: 768px){
    .banner-btn{
        margin-top: 20px;
        text-align: left;
    }
}
.banner-icon > div{
    width: 20%;
    text-align: left;
    float: left;
    margin-top: 15px;
}
.banner-icon > div img{
    text-align: left;
    margin-top: 50px;
    width: 50px;
    height: 50px;
}
.banner-icon > div p{
    text-align: left;
    margin-top: 20px;
    color: #fff;
    font-size: 16px;
}
.banner1-font-box{
    position: absolute;top: 100px;width: 100%;height: auto;left: 10%;z-index: 9;
}
@media screen and (min-width: 1920px){
    .banner1-font-box {
        position: absolute;
        top: 150px;
        width: 100%;
        height: auto;
        left: 15%;
        z-index: 9;
    }
}
.banner1-font-box h2{
    margin-top: 80px; color: #fff;font-size: 55px;font-weight: 600;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);z-index: 9
}
@media screen and (max-width: 768px){
    .banner1-font-box h2{
        margin-top: 80px; color: #fff;font-size: 50px;font-weight: 600;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);z-index: 9
    }
}
.banner1-font-box-p{
    color: #eee;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    overflow: hidden;
    height: auto;
    width: 40%;
    animation-delay: .2s;
    animation-duration: 1.5s;
}
@media screen and (max-width: 768px){
    .banner1-font-box-p {
        color: #eee;
        font-size: 12px;
        font-weight: 400;
        line-height: 35px;
        overflow: hidden;
        height: auto;
        width: 40%;
        margin-top: 84px;
    }

}
.banner1-font-box a{
    background-color: rgba(255, 255, 255, 0.2);box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);color: #fff;font-size: 15px;line-height: 80px;padding: 8px 22px;text-align: center;text-decoration: none;text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);text-transform: uppercase;
}
.banner1-font-box a:hover{
    color: #eee;background-color: rgba(255, 255, 255, 0.7);
}
.banner-right{
    left: 55%;width: 200px;top: 110px;position: absolute;
}
@media screen and (max-width: 768px){
    .banner-right{
        left: 49%;
        width: 120px;
        top: 195px;
        position: absolute;
    }
}
.banner-101f-img{
    width: 440px!important;left: 47%!important;top: 30px!important;
}
@media screen and (max-width: 768px){
    .banner-101f-img{
        left: 36%!important;
        width: 221px!important;
        top: 175px!important;
        position: absolute;
    }
}
.banner-101-img{
    width: 320px!important;left: 50%!important;top: 110px!important;
}
@media screen and (max-width: 768px){
    .banner-101-img {
        left: 45%!important;
        width: 140px!important;
        top: 190px!important;
        position: absolute;
    }
}

/**=================================**/
.banner-4{
    width: 100%;
    height: 640px;
    overflow: hidden;
}
@media screen and (min-width: 1920px){
    .banner-4{
        width: 100%;
        height: 740px;
        overflow: hidden;
    }

}
.banner-4 > div{
    position: absolute;width: 100%;height: 100%;left: 10%;text-align: left;z-index: 9;top: 90px;line-height: 150px;
}
.banner-4 > div h2{
    margin-top: 120px;font-size: 45px;color: #fff;animation-delay: 1s;
}
.banner-4 > div p{
    font-size: 30px;color: #fff;animation-delay: 1.5s;
}
.icon-box{
    width: 80%;margin-left: auto;margin-right: auto;text-align: center;
}
.icon-box img{
    width: 100px;
}
.index-icon-title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
}



.choose-box p{
    padding: 10px;
    line-height: 40px;
    color: #999999;
}
.data-icon{
    text-align: center;color: #fff;font-size: 16px;margin-top: 20px;
}
.data-icon img{
    width: 50px;
    height: 50px;
}
.data-icon p{
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 30px;
}


.item2-right{
    width: 100%;
    margin-top: 100px;
}



.logo-index img{margin: 15px 21px}
@media screen and (max-width: 768px){
    .logo-index img{margin: 15px}
}

/**新轮播图**/
.home{
    position: relative;
    padding: 0;
    background-color: #1B50B2;
    z-index: 0;
    background: #4b6cb7; /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #4b6cb7 , #182848); /* Chrome 10-25, Safari 5.1-6 */
    background: -webkit-linear-gradient(right, #4b6cb7 , #182848);
    background: linear-gradient(to left, #4b6cb7 , #182848); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.home::after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
    background: url("../../resources/images/dot-overlay.png") repeat scroll 0 0;
}

/**新轮播图**/
.item1-box{
    color: #fff;line-height: 40px;width: 90%;padding-left: 30px;
}



.item2-box{
    margin-top: 30px;color: #fff;line-height: 30px;width: 80%
}
@media screen and (min-width: 1920px){
    .item2-box{
        margin-top: 30px;color: #fff;line-height: 40px;width: 80%;
    }
}
.item2-box h1{
    color: #fff;margin-top: 40px
}
.item2-box img{
    width: 30px;height: 30px;
}


.application-icon{
    width: 100px;
    height: 100px;
    padding: 21px;
    border-radius: 50%;
    border: 1px dotted #1dd2af;
    margin-bottom: -15px;
}
.application-icon p{
    color: #fff;
}
.application-icon:hover{
    border: 1px dotted #000000;

}
/**搜首页案例hover**/
.wrap { margin: 0 auto; width: 1000px; max-width: 1000px; }
.tile { width: 350px; height: 220px; margin: 20px; background-color: #99aeff; display: inline-block; background-size: cover; position: relative; cursor: pointer; transition: all 0.4s ease-out; /*box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);*/ overflow: hidden; color: white; }
@media screen and (max-width: 768px){
    .tile {
        width: 100%;
        height: 220px;
        margin: 20px;
        background-color: #99aeff;
        display: inline-block;
        background-size: cover;
        position: relative;
        cursor: pointer;
        transition: all 0.4s ease-out;
        overflow: hidden;
        color: white;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
.tile img { height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 0; transition: all 0.4s ease-out; }
.tile .text { z-index: 99; position: absolute; padding: 30px; height: calc(100% - 60px); }
.tile h4 { font-weight: bold; text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3); }
.tile h2 { font-weight: 100; margin-top: 20px; font-style: italic; transform: translateX(200px); }
.tile p { font-weight: 300;margin-top: 20px;line-height: 25px;transform: translateX(-200px);transition-delay: 0.2s;font-size: 13px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;padding-right: 16px;}
.animate-text { opacity: 0; transition: all 0.6s ease-in-out; }
.tile:hover { box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64); transform: scale(1.05); }
.tile:hover img { opacity: 0.2; }
.tile:hover .animate-text { transform: translateX(0); opacity: 1; }
.dots { position: absolute; bottom: 20px; right: 30px; margin: 0 auto; width: 30px; height: 30px; color: currentColor; display: flex; flex-direction: column; align-items: center; justify-content: space-around; }
.dots span { width: 5px; height: 5px; background-color: currentColor; border-radius: 50%; display: block; opacity: 0; transition: transform 0.4s ease-out, opacity 0.5s ease; transform: translateY(30px); }
.tile:hover span { opacity: 1; transform: translateY(0px); }
.dots span:nth-child(1) { transition-delay: 0.05s; }
.dots span:nth-child(2) { transition-delay: 0.1s; }
.dots span:nth-child(3) { transition-delay: 0.15s; }
/**搜首页案例hover**/







.yingyong{
    width: 100%;margin-left: auto;margin-right: auto;position: relative;height: 600px
}
.leftBox{
    position: absolute;width: 30%;left: 0;height: 100%
}
.leftBox img{
    width: 100%;height: 90%;
}
.rightBox{
    position: absolute;width: 30%;right: 0;top: 0;height: 100%
}
.rightBox img{
    width: 100%;height: 90%
}





.footer-phone{
    font-family: 'DIN';
    font-size: 20px;
    color: #108cee;
}
.foot-left-title{
    font-size: 17px;
    color: #fff;
}
.footer-font{
    color: #fff;
    line-height: 30px;
}


.icon-test img{
    width: 50px;
    height: 50px;
}
.icon-test ul li{
    float: left;
    width: 20%;
    color: #fff;
    margin-top: 20px;
    font-size: 16px;
    animation-duration: 1s;
    animation-delay: .2s;
}
.banner-bottomBtn{
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    padding: 8px 22px;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}
.banner-bottomBtn:hover{
    color: #eee;
    background-color: rgba(255, 255, 255, 0.7);
}

.index-case-title{
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 50px;
}
.index-case-title-font{
    text-align: center;
    color: #03A9F4;
    background: #fff;
    padding: 20px;
    font-weight: bold;height: 90px
}
.index-case-btn{
    padding: 10px 24px;border-radius: initial;margin-bottom: 30px
}
.case-active{
    transition: all .4s;
}
.case-active:hover{
    transform: translateY(-2%);
}
.case-active:hover .index-case-title-font{
    background: #3CA7FC;
    color: #fff;
}
.index-us-right{
    border: 1px solid #d6d6d6;width: 100%;height: 300px;position: relative
}





/*为什么选择我们*/
.tabbox{width:650px;height:340px;font-family:'微软雅黑';}
.tabbox .tab{overflow:hidden;background:#e9e9e9;}
.tabbox .tab a{display:block;padding:10px 20px;float:left;text-decoration:none;color:#333;width: 33.3%;border-right: 1px solid #fff}
.tabbox .tab a:hover{background:#E64E3F;color:#fff;text-decoration:none;}
.tabbox .tab a.on{background:#03A9F4;color:#fff;text-decoration:none;}
.tabbox .content{overflow:hidden;width:650px;height:250px;position:relative;}
.tabbox .content ul{position:absolute;left:0;top:0;height:100px;}
.tabbox .content li{width:650px;height:100px;float:left;margin-top: 50px}
.tabbox .content li p{font-size: 14px;line-height: 25px;}
/*为什么选择我们*/

.resizable-e {
    position: absolute;
    top: 0;
    right: -2px;
    height: 100%;
    width: 5px;
    cursor: e-resize;
}
.resizable-s {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 5px;
    width: 100%;
    cursor: s-resize;
}
.resizable-w {
    position: absolute;
    top: 0;
    left: -2px;
    height: 100%;
    width: 5px;
    cursor: w-resize;
}
.resizable-n {
    position: absolute;
    top: -2px;
    left: 0;
    height: 5px;
    width: 100%;
    cursor: n-resize;
}
.resizable-en {
    position: absolute;
    top: -2px;
    right: -2px;
    height: 5px;
    width: 5px;
    cursor: ne-resize;
}
.resizable-es {
    position: absolute;
    bottom: -2px;
    right: -2px;
    height: 5px;
    width: 5px;
    cursor: se-resize;
}
.resizable-ws {
    position: absolute;
    bottom: -2px;
    left: -2px;
    height: 5px;
    width: 5px;
    cursor: sw-resize;
}
.resizable-wn {
    position: absolute;
    top: -2px;
    left: -2px;
    height: 5px;
    width: 5px;
    cursor: nw-resize;
}


/*以下是关于弹窗的样式*/
.modal-title {
    background: #eee;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    display: none;
}
.close-pos-r-t {
    position: absolute;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: #fff;
    z-index: 99;
}
.close-pos-r-t:hover{
    background: #03A9F4;
    color: #fff;
}




.modal-close {
    cursor: pointer;
}
.text-border {
    border: #e5e5e5 solid 1px;
    background: #fff;
    font-size: 14px;
    color: #333;
    padding: 6px 12px;
}
.modal-promot-mess {
    margin: 13px 0;
    padding: 13px 25px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
}
.insure-btn-con {
    text-align: right;
}
.insure-btn-con span {
    display: inline-block;
    margin-right: 20px;
}
.insure-btn-con .sure-btn {
    padding: 6px 15px;
    color: white;
    cursor: pointer;
    background-color: #4b8df8;
    border: 1px solid #4b8df8;
}
.insure-btn-con .cancel-btn {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 6px 15px;
    cursor: pointer;
}
.p-dingzhi{
    text-align: center;color: #fff;font-size: 20px;margin-bottom: 30px;margin-top: -20px;
}
.num > div{
    margin-top: 30px;
    text-align: center;
    border-left: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.num-title{
    font-size: 35px;
}
.num-p{
    color: #666;
    font-size: 14px;
}

.g-box{height: 278px;border: 1px solid #e5e5e5;animation-duration: 1.5s}
.g-box:hover{
    background: #03A9F4;
}
.g-box:hover .g-pic1{background-image: url("../../resources/images/g-1w.png");}
.g-pic1{
    background-image: url("../../resources/images/g-1b.png");
    height: 30%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-size: 100% 100%;
}
.g-pic2{
    background-image: url("../../resources/images/g-2.png");
    height: 30%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-size: 100% 100%;
}
.g-box:hover .g-pic2{background-image: url("../../resources/images/g-2w.png");}
.g-pic3{
    background-image: url(../../resources/images/g-3.png);
    height: 30%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-size: 100% 100%;
}
.g-box:hover .g-pic3{background-image: url("../../resources/images/g-3w.png");}
.g-pic4{
    background-image: url(../../resources/images/g-4.png);
    height: 30%;
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background-size: 100% 100%;
}
.g-box:hover .g-pic4{background-image: url("../../resources/images/g-4w.png");}
.g-font-title{
    font-size: 25px;
    color: #0a0a0a;
    margin-top: 22px;
}
.g-font{
    text-align: center;
    font-size: 16px
    color: #666;
}
.g-box:hover .g-font-title{
    color: #fff;
}
.g-box:hover .g-font{
    color: #fff;
}

.case-background{
   /*background:  #f7f7f7 ;*/
    background: url("../../resources/images/case-bottom.jpg") no-repeat center;
    background-size: 100% 100%;
    min-height: 728px;
}
.dui1,
.dui2,
.dui3,
.dui4,
.dui5,
.dui6{
    width: 18px;height: 18px;border-radius: 50%;background-image: url("../../resources/images/dui.png");background-size: 100% 100%;
}
.dui1::before{
    display: inline-block;
    min-width: 400px;
    margin-left: 30px;
    content: "数据实时传输，管理更加方便";
}
.dui2::before{
    display: inline-block;
    min-width: 400px;
    margin-left: 30px;
    content: "大容量数据储存，无需担忧空间不足等问题";
}
.dui3::before{
    display: inline-block;
    min-width: 400px;
    margin-left: 30px;
    content: "数巡更数据存储在云端，云服务器可防御网络恶意攻击，数据安全有保障";
}
.dui4::before{
    display: inline-block;
    min-width: 400px;
    margin-left: 30px;
    content: "云巡检功能强大稳定，可以实现实时主动报警、实时纠错等功能";
}
.dui5::before{
    display: inline-block;
    min-width: 400px;
    margin-left: 30px;
    content: "用户无需维护，系统供应商会负责平台日常维护和稳定";
}
.dui6::before{
    display: inline-block;
    min-width: 400px;
    margin-left: 30px;
    content: "GPS技术来定位巡查人员位置，实时监控";
}
.item1-font-new{
    margin-top: 35px;
    font-size: 12px;
    color: #666;
}
.mid{
    background: url("../../resources/images/mid.jpg") no-repeat;
    width: 100%;
    height: 140px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.online-font{
    font-size: 35px;
    text-align: center;
    color: #fff;
    padding-top: 25px;
}
.title-four{
    margin-bottom: 80px;
    text-align: center;
    font-size: 24px;
}
.four{
    color: #3CA7FD;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-style: italic;
    border-bottom: 2px solid #3CA7FD;
    padding: 0 3px;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}
.us-new-box{
    width: 260px;
    height: 220px;
    box-shadow: 0 0 10px 0 rgba(38, 38, 38, .16);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    animation-duration: 1.5s;
}
.us-font{
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding: 0 20px;
    text-align: left;
}
.us-new-title{
    font-size: 25px;color: #fff;text-align: center;line-height: 70px;
}
.xun-box{
    width: 80px;height: 80px;border-radius: 50%;margin-left: auto;margin-right: auto;
}
.xun-mid-box{
    height: 50px;
    width: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 12px;
}
.xun-mid-box img{
    width: 100%;
}
.xun-p{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 30px;
    color: #999;
}
.test{width: 100%;
    height: 70px;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;}

.test:hover{border-color: transparent;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);}
.test img{width: 100%;padding: 15px}
.last-background{
    width: 100%;/*height: 140px;*/background: #01a2ff;line-height: 120px;text-align: center;
}
.last{
    color: #fff;
    font-family: kaiti;
    font-style: italic;
    font-size: 48px;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .last{
        color: #fff;
        font-family: kaiti;
        font-style: italic;
        font-size: 32px;
        font-weight: bold;
    }
}
.index-news-summary{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: rgba(102,102,102,1);
    /*line-height: 23px;*/
}
.index-companyNews{width: 100%;height: 410px;overflow: hidden;background: #fff;box-shadow: 0 6px 16px 0 rgba(117,127,163,.27)}
.index-companyNews-small{width: 100%;height: 136.66px;border-bottom: 1px solid #e6ebf5;}
.index-companyNews-small:hover{background: #f7f7f7}
.index-companyNews-pic{width: 100%;height: 100px;margin-top: 15px;overflow: hidden}
.index-indystryNews{height: 410px;overflow: hidden;background: #fff;box-shadow: 0 6px 16px 0 rgba(117,127,163,.27);width: 100%}
.news-small{width: 100%;height: 58px;border-bottom: 1px solid #e6ebf5;}
.news-small:hover{background: #f7f7f7}
.small-video{
    width:800px;height:500px;margin:50px auto;
}
@media screen and (max-width: 768px){
    .small-video{
        width: auto;
        height: auto;
    }
}

.video-box{width: 100%;height: 340px;overflow: hidden;background: #fff;box-shadow: 0 6px 16px 0 rgba(117,127,163,.27);}
.video-title{text-align: left;margin-top: 20px;padding-left: 20px;font-weight: bold}
.goToView{margin-left: 20px;  display: block;width: 100px;height: 32px;text-align: center;line-height: 32px;border: 0;border-bottom: 2px solid #27409b;background-color: #f5f5f5;}
.moreNews-box{margin-top: 10px;overflow: hidden;background: #fff;box-shadow: 0 6px 16px 0 rgba(117,127,163,.27);height: 60px}
.moreNews{text-align: left;padding-left: 20px;padding-top: 20px;color: rgba(102,102,102,1)}

.bottom-promise img{
    display: inline;
    width: 60px;
}
.bottom-promise p{
    font-size: 20px;
    color: #fff;
    display: inline;
    margin-left: 15px;
    font-weight: bold;
}
.ai-container{
    display: flex;
    flex-direction: column;
    height: calc(100% - 50px);
    max-width: 600px;
    margin: 0 auto;
}
.ai-container .content {
    flex: 1;
    padding: 15px;
    overflow: auto;     /* 内容溢出时自动触发滚动 */
}
.ai-container .aifooter {
    min-height: 40px;
    max-height: 225px;
    align-items: center;
    box-sizing: border-box;
}
.ai-container .chat-input-area{
    margin: 0 auto;
    position: relative;
    z-index: 2;
    padding-left: 30px;
    padding-right: 30px;
}
.ai-container .chat-text-area{
    width: 100%;
    height: auto;
    min-height: 80px;
    max-height: 225px;
    border-radius: 15px;
    border: 1px solid #e9e9e9;
    resize: none;
    outline: none;
    padding: 10px 75px 10px 10px;
    box-sizing: border-box;
    color: #000;
}

.ai-container .chat-btn-area{
    position: absolute;
    bottom: 30px;
    right: 40px;
}
.ai-container .btn-send {
    padding: 5px 10px;
    border: none;
    background-color: #007bff;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}
.ai-container .btn-send:disabled {
    background-color: #e0e0e0; /* 灰色背景 */
    color: #a0a0a0;           /* 灰色文字 */
    cursor: not-allowed;      /* 禁止点击光标 */
    border: 1px solid #ccc;   /* 灰色边框（可选） */
}
.ai-container .chat-messages {
   
}
.ai-container .message-system {
    margin: 5px 0;
    padding: 5px 16px;
}
.ai-container .message-user {
    color: #000;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: start;
    flex-direction: row-reverse;
}
.ai-container .message-user .message-content {
    background-color: #e0dfff;
    border-radius: 12px;
    line-height: 24px;
    max-width: 100%;
    padding: 12px 16px;
    white-space: pre-wrap;
    will-change: opacity, transform;
}
.ai-container .loading-dots {
    display: flex;
    align-items: center;
    padding: 10px;
}
.ai-container .dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    background: #666;
    border-radius: 50%;
    animation: bounce 1.4s infinite ease-in-out;
}
@keyframes bounce {
    0%, 80%, 100% { transform: scale(0) }
    40% { transform: scale(1) }
}
/* 为三个圆点设置动画延迟 */
.ai-container .dot:nth-child(1) { animation-delay: -0.32s }
.ai-container .dot:nth-child(2) { animation-delay: -0.16s }