.navbar-default .navbar-nav>li>a{
    font-size: 0.3rem;
}
body{
    /*background: url(../imgs/Base_us.jpg);*/
    background: #202020;
}
/*nav*/
#nav{
    /*border: 1px solid aliceblue;*/
    width: 100%;
    background-color: #080300;
    float: left;
}
.nav_cont{
    width: 90%;
    margin: 0 auto;
}
.nav_logo{
    /*border: 1px solid aliceblue;*/
    width: 1.56rem;
    height: 0.46rem;
    float: left;
    margin-left: 1.8rem;
    padding-top: 0.08rem;
}
.nav_logo>img{
    width: 100%;
}
.nav_ul{
    float: right;
    margin-right: 1.8rem;
}
.nav_ul>li{
    /*border: 1px solid aliceblue;*/
    float: left;
    color: #CBCBCB;
    width: 1.5rem;
    padding: 0.15rem 0.1rem 0.15rem 0.1rem;
    text-align: center;
    font-size: 0.2rem;
    cursor: pointer;
}
/*carousel*/
#carousel{
    /*border: 1px solid aliceblue;*/
    /*width: 100%;*/
    padding-left: 0;
    overflow: hidden;
    background: white;
    margin: 0 auto;

}
#carousel img{
    /*border: 1px solid #3399E2;*/
    width: 100%;
    height: 3rem;
}
.block{display: block;}
.none{display: none;}
#bannerBg1{
    width: 100%;
}
#bannerBg1 .banner1{
    width: 100%;
    height: 3rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#bannerBg1 .banner1 ul.pic_list1 li a{
    cursor: default;
}
#bannerBg1 .banner1 ul.pic_list1{width: 100%;}
#bannerBg1 .banner1 ul li{float:left;}
#bannerBg1 .banner1 ul.btn_list1{
    position: absolute;
    padding: 4px 9px;
    z-index: 9999;
    border-radius: 9px;
    left: 2%;
    bottom: 5%;
}
#bannerBg1 .banner1 ul.btn_list1 li{width: 10px;
    height: 0.17rem;
    width: 0.17rem;
    /*border-radius:50%;*/
    border:1px solid #fff;
    background-color: #82A82E;
    margin-left: 4px;
    cursor: pointer;}
#bannerBg1 .banner1 ul.btn_list1 li.checked{
    background: #C94F1C;
}
#bannerBg1 .banner1 .next1{
    position: absolute;
    top:50%;
    right:3%;
    width: 29px;
    height: 26px;
    margin-top: -18px;
    background: url('../imgs/banner_next.png') no-repeat center center;
    background-size: 100%;
    display: block;
    z-index:99999;
    display: block;
}
#bannerBg1 .banner1 .prev1{
    position: relative;
    top:50%;
    left: 3%;
    width: 29px;
    height: 26px;
    margin-top: -18px;
    background: url('../imgs/banner_prev.png') no-repeat center center;
    background-size: 100%;
    display: block;
    z-index:99999;
    display: block;
}

.pic_list1>li{
    position: relative;
}
.pic_list1 div{
    color: #C6CBCD;
}
.banner1_text1{
    position: absolute;
    top: 0.3rem;
    right: 6%;
    font-size: 0.24rem;
    text-align: right;
    letter-spacing: 0.03rem;
}
.banner1_text2{
    position: absolute;
    top: 2.41rem;
    right: 14%;
    font-size: 0.30rem;
}
.banner1_text3{
    position: absolute;
    top: 1.1rem;
    right: 8%;
    font-size: 0.18rem;
    text-align: right;
}
.banner1_text4{
    position: absolute;
    top: 1.8rem;
    right: 7%;
    font-size: 0.18rem;
    text-align: right;
}
.banner2_text2{
    position: absolute;
    top: 0.7rem;
    left: 8.5%;
    font-size: 0.30rem;
}
.banner2_text3{
    position: absolute;
    top: 1.2rem;
    left: 9%;
    font-size: 0.18rem;
    text-align: left;
    letter-spacing: 0.02rem;
}
.banner3_text1{
    position: absolute;
    top: 0.2rem;
    left: 4.5%;
    font-size: 0.24rem;
}
.banner3_text2{
    position: absolute;
    top: 2.3rem;
    left: 86%;
    font-size: 0.30rem;
}
.banner3_text3{
    position: absolute;
    top: 1.2rem;
    left: 10.5%;
    font-size: 0.18rem;
    text-align: left;
    letter-spacing: 0.02rem;
}
.banner4_text2{
    position: absolute;
    top: 2.4rem;
    right: 3%;
    font-size: 0.30rem;
}
.banner4_text3{
    width: 4rem;
    position: absolute;
    bottom: 0.1rem;
    left: 24%;
    font-size: 0.12rem;
    text-align: center;
    letter-spacing: 0.02rem;
    /*display: none;*/
}
/*here*/
#here{
    width: 100%;
    background: url('../imgs/banner3_bon.png');
}
.here_bg{
    background: rgba(0,0,0,0.76);

}
.here_text{
    width: 99%;
    margin: 0 auto;
}
.here_text{
    color: #3A7CA5;
    font-size: 0.3rem;
    font-weight: 600;
    text-align: center;
    padding: 0.2rem;
}
/*us*/
#us{
    width: 100%;
    background: url(../imgs/Base_us.jpg);
    padding-top: 0.4rem;
}
.us_container{
    width: 90%;
    margin: 0 auto;
}
.us_title{
    /*border: 1px solid aliceblue;*/
    text-align: center;
    position: relative;
    width: 89%;
    margin: 0 auto;
}
.us_about{
    /*border: 1px solid aliceblue;*/
    font-size: 0.24rem;
    color: #CECECE;
    padding: 0.1rem 0.2rem;
}
.us_title>div:first-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    left: 0;
    width: 39%;
}
.us_title>div:last-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    right: 0;
    width: 38%;
}

.us_cont{
    /*border: 1px solid aliceblue;*/
    margin-top: 0.3rem;
    color: #E0DFE0;
    display: inline-block;
    padding-bottom: 0.5rem;
}
.us_facts_bg{
    /*border: 1px solid aliceblue;*/
    width: 100%;
    margin-right: 1.5%;
    padding: 0.1rem;
    float: left;
    display: inline-block;
    background: url(../imgs/us_introduction.png) no-repeat;
    background-size: 100% 100%;
}
.us_facts{
    padding: 0.2rem;
}
.us_facts>div:first-child{
    text-align: center;
    font-size: 0.32rem;
    color: #E0C158;
}
.us_facts>div:last-child{
    text-indent: 2em;
    font-size: 0.28rem;
    text-align: justify;
}
.us_facts>div:last-child>p{
    margin-top: 0.1rem;
}
.us_team_bg{
    width: 100%;
    padding: 0.14rem;
    display: inline-block;
    background: url(../imgs/us_team.png) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 0.15rem;
    margin-top: 0.15rem;
}
.us_team{
    padding: 0.1rem;
}
.us_team>div:first-child{
    text-align: center;
    font-size: 0.32rem;
    color: #E0C158;
}
.us_team>div:last-child{
    text-indent: 2em;
    font-size: 0.28rem;
    text-align: justify;
}
.us_team>div:last-child>p{
    margin-top: 0.1rem;
}
.us_goal_bg{
    width: 100%;
    padding: 0.1rem;
    display: inline-block;
    background: url(../imgs/us_goal.png) no-repeat;
    background-size: 100% 100%;
    height: calc(100% - 50%);
}
.us_goal{
    padding: 0.35rem;
}
.us_goal>div:first-child{
    text-align: center;
    font-size: 0.32rem;
    color: #E0C158;
}
.us_goal>table{
    font-size: 0.28rem;
    margin-top: 0.1rem;
}
.us_goal>table td:first-child{
    width: 1rem;
}
/*�ŶӼ���*/
.skill_title{
    /*border: 1px solid aliceblue;*/
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0.3rem auto;
}
.skill_about{
    /*border: 1px solid aliceblue;*/
    font-size: 0.24rem;
    color: #CECECE;
    padding: 0.1rem 0.2rem;
}
.skill_title>div:first-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    left: 0;
    width: 27%;
}
.skill_title>div:last-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    right: 0;
    width: 27%;
}

#skill{
    background: url(../imgs/Base_skill.png);
    padding-top: 0rem;
    padding-bottom: 0.4rem;
    /*background-size: 100%;*/
}
.pic{
    text-align: center;
    margin-top: 0rem;
    width: 100%;
}
.row_col2{
    margin-top: 0.4rem;
}
.rela{
    margin-bottom: 0.2rem;
    position: relative;
    top: 0;
    left: 0;
}
.rela6{
    position: relative;
    top: 0;
    left: 0;
}
.abso1{
    color: #E0C158;
    font-size: 0.3rem;
    margin-top: 0.1rem;
}
.abso2{
    color: #E0DFE0;
    font-size: 0.28rem;
    margin-top: 0.05rem;
    /*text-align: center;*/
    /*width: 90%;*/
    /*margin-left: 0.3rem;*/
}
.abso2>table{
    /*width: 90%;*/
    margin: 0 auto;
}
.abso2 table tr:first-child td{
    padding-right: 0rem;
}
.abso2 table tr:first-child td:nth-child(2),.abso2 table tr:nth-child(2) td:nth-child(2){
    padding-left: 0.09rem;
}
.abso2_1{
    width: 4.5rem;
}
.abso2_2{
    width: 4.2rem;
}
/*OUR CASE*/
#case{
    background: url(../imgs/Base_case.jpg);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.case_title{
    /*border: 1px solid aliceblue;*/
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.case_about{
    /*border: 1px solid aliceblue;*/
    font-size: 0.24rem;
    color: #CECECE;
    padding: 0.1rem 0.2rem;
}
.case_title>div:first-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    left: 0;
    width: 35%;
}
.case_title>div:last-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    right: 0;
    width: 35%;
}
.case_ul{
    width: 98%;
    padding-top: 0.3rem;
    padding-bottom: 0.6rem;
    margin-right: auto;
    margin-left: auto;
}
.case_ul>li{
    float: left;
    width: 25%;
    text-align: center;
    font-size: 0.22rem;
     border-right: 2px solid #CBCBCB;
}
.case_ul>li:first-child{
    color: #CBCBCB;
}
.case_ul>li:last-child{
    border-right: none;
}
.b1 img{
    width: 90%;
}
.b2 img{
    width: 90%;
}
.row_ul .row{
    display: none;
}
.row_ul .b0{
    display: block;
}
.b3>div:first-child{
    text-align: right;
}
.b3>div:nth-child(2){
    text-align: center;
}
.row_ul img{
    width: 100%;
    margin-top: 0.1rem;
}
/*service*/
#service{
    background: url(../imgs/Base_customer.png);
    padding-top: 0.3rem;
    padding-bottom: 1.5rem;
}
.service_title{
    /*border: 1px solid aliceblue;*/
    text-align: center;
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.service_about{
    /*border: 1px solid aliceblue;*/
    font-size: 0.24rem;
    color: #CECECE;
    padding: 0.1rem 0.2rem;
}
.service_title>div:first-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    left: 0;
    width: 20%;
}
.service_title>div:last-child{
    border-top:1px solid aliceblue;
    position: absolute;
    top: 50%;
    right: 0;
    width: 20%;
}
.service_cont{
    width: 100%;
    margin: 40px auto 0;
}
.workflow{
    width: 100%;
    padding-top: 1rem;
    text-align: center;
    position: relative;
}
/*.workflow>img{*/
    /*width: 60%;*/
/*}*/
.workflow0{
    width: 60%;
}
/*.logo{*/
    /*display: inline;*/
    /*width: 1.2rem;*/
    /*height: 0.5rem;*/
/*}*/
/*.logo>img{*/
    /*width: 100%;*/
/*}*/
.workflow1{
    position: absolute;
    top: 0.5rem;
    left: 0rem;
    width: 35%;
}
.workflow2{
    position: absolute;
    top: 1.7rem;
    left: -0.2rem;
    width: 21%;
    /*display: none;*/
}
.workflow3{
    position: absolute;
    top: 2.9rem;
    left: 0.1rem;
    width: 21%;
    /*display: none;*/
}
.workflow4{
    position: absolute;
    top: 3.6rem;
    left: 1.5rem;
    width: 28%;
    /*display: none;*/
}
.workflow5{
    position: absolute;
    top: 3.5rem;
    left: 3.5rem;
    width: 28%;
    /*display: none;*/
}
.workflow6{
    position: absolute;
    top: 2.2rem;
    right: 0rem;
    width: 22%;
    /*display: none;*/
}
.workflow7{
    position: absolute;
    top: 1rem;
    right: 0rem;
    width: 21%;
    /*display: none;*/
}
.workflow8{
    position: absolute;
    top: 0.2rem;
    right: 1rem;
    width: 22%;
}
/*end*/
#end{
    color: #CECECE;
    padding: 0.3rem 0 0.5rem 0;
}
.end_box{
    width: 90%;
    margin: 0 auto;
}
.QRCode{
    text-align: center;
}
.end_box>div:first-child{
    margin-bottom: 0.1rem;
}
.contact_us,.add_us{
    padding: 0.1rem;
    text-align: center;
    font-size: 0.2rem;
}
.icp{
    text-align: center;
    font-size: 0.12rem;
    padding-top: 0rem;
    width: 99%;
}

.circle{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0;
    left: 0;
}
.circle div{
    position:absolute;
    top:50%;
    left:50%;
    background:rgba(250,250,250,0.5);
    width:90px;
    height:90px;
    margin-left:-45px;
    margin-top:-45px;
    opacity:0;
    border-radius:50%;
    animation-duration:2.5s;
    animation-timing-function:linear;
    animation-iteration-count:infinite;
    /*animation-direction: alternate;*/
}
.circle .c1 {
    width:20px;
    height:20px;
    margin-left:-10px;
    margin-top:-10px;
    opacity:0.1;
    border-radius:90px
}
.circle .c2 {
    animation-name:c2;
    animation-delay:0.6s;
}
.circle .c3 {
    animation-name:c2;
    animation-delay:1.2s;
}
@keyframes c2 {
    0% {
        transform:scale(.02);
        opacity:1
    }
    25% {
        transform:scale(.222);
        opacity:1
    }
    98% {
        transform:scale(1);
        opacity:0.1
    }
    100% {
        opacity:0
    }
}
/*-webkit-*/
.circle div{
    position:absolute;
    top:50%;
    left:50%;
    background:rgba(250,250,250,0.5);
    width:90px;
    height:90px;
    margin-left:-45px;
    margin-top:-45px;
    opacity:0;
    border-radius:50%;
    -webkit-animation-duration:2.5s;
    -webkit-animation-timing-function:linear;
    -webkit-animation-iteration-count:infinite;
    /*animation-direction: alternate;*/
}
.circle .c1 {
    width:20px;
    height:20px;
    margin-left:-10px;
    margin-top:-10px;
    opacity:0.1;
    border-radius:90px
}
.circle .c2 {
    -webkit-animation-name:c2;
    -webkit-animation-delay:0.6s;
}
.circle .c3 {
    -webkit-animation-name:c2;
    -webkit-animation-delay:1.2s;
}
@-webkit-keyframes c2{
    0% {
        -webkit-transform:scale(.02);
        opacity:1
    }
    25% {
        -webkit-transform:scale(.222);
        opacity:1
    }
    98% {
        -webkit-transform:scale(1);
        opacity:0.1
    }
    100% {
        opacity:0
    }
}

.relb{
    position: relative;
    /*width: 4.437rem;*/
    /*height: 8.89rem;*/
    width: 100%;
    height: 100%;
}
.absb{
    position: absolute;
    width: 96%;
    height: 96%;
    left: 2%;
    top: 3%;
    /*width: 4.233rem;*/
    /*height: 8.669rem;*/
}
.relb img{
    transform: scale(1,1);
    transition: transform 3s;
    filter:grayscale(0.5);
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -moz-transform: scale(1,1);
    /*-webkit-filter:drop-shadow(5px 5px 5px gray);/!*��Ӱ*!/*/
    -webkit-transition: transform 3s;
    -ms-transition: transform 3s;
    -moz-transition: transform 3s;
    -webkit-filter:grayscale(0.5);
    -moz-filter:grayscale(0.5);
    /*filter:sepia(1);/!*��ɫ*!/*/
    /*filter:saturate(3);/!*���Ͷ�*!/*/
    /*filter:hue-rotate(90deg);/!*ɫ����ת*!/*/
    /*filter:invert(1);/!*��ɫ*!/*/
    /*filter:opacity(0.5);/!*͸����*!/*/
    /*filter:brightness(1.5);/!*����*!/*/
    /*filter:contrast(2);/!*�Աȶ�*!/*/
    /*filter:blur(1px);/!*ģ��*!/*/

}
.absb:before {
    position: absolute;
    content: '';
    opacity: 0.5;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    border: 1px solid gainsboro;
    transform: scale(0,0);
    transition:opacity 0.5s,transform 0.5s;
    -webkit-transform: scale(0,0);
    -webkit-transition:opacity 0.5s,transform 0.5s;
    -ms-transform: scale(0,0);
    -ms-transition:opacity 0.5s,transform 0.5s;
    -moz-transform: scale(0,0);
    -moz-transition:opacity 0.5s,transform 0.5s;
    -webkit-transform: '';
    -ms-transform: '';
    -moz-transform: '';
}
.relb:hover img,
.relb:hover .absb::before{
    transform: translate(0,0);
    transform: scale(1,1);
    opacity: 1;
    -webkit-transform: translate(0,0);
    -webkit-transform: scale(1,1);
    -webkit-opacity: 1;
    -ms-transform: translate(0,0);
    -ms-transform: scale(1,1);
    -ms-opacity: 1;
    -moz-transform: translate(0,0);
    -moz-transform: scale(1,1);
    -moz-opacity: 1;
    /*filter:blur(0px);*/
    filter: drop-shadow(15px 15px 15px black);
    -webkit-filter: drop-shadow(15px 15px 15px black);
    /*-ms-filter: drop-shadow(15px 15px 15px black);*/
    -moz-filter: drop-shadow(15px 15px 15px black);

}

.shadow{
    filter:grayscale(0.5);
    -webkit-filter:grayscale(0.5);
    /*-ms-filter:grayscale(0.5);*/
    -moz-filter:grayscale(0.5);
}
.shadow:hover{
    filter:grayscale(0);
    -webkit-filter:grayscale(0);
    /*-ms-filter:grayscale(0);*/
    -moz-filter:grayscale(0);
    filter: drop-shadow(15px 15px 15px black);
    -webkit-filter: drop-shadow(15px 15px 15px black);
    /*-ms-filter: drop-shadow(15px 15px 15px black);*/
    -moz-filter: drop-shadow(15px 15px 15px black);
}