body{
    overflow-x: hidden;
}
.banner-box > img {
    width: 100%;
    float: none;
}
.banner-box {
    position: relative;
    width: 100%;
    float: left;
}
.banner-dw{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -ms-transform:  translate(-50%,-50%);
    -moz-transform:  translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.banner-dw ,.banner-dw > a{
    display: inline-block;
    color:#fff;
    font-size: 20px;
    transition: all .3s;
}
.banner-dw > a:hover{
    color:#70ad47
}

.fei-box{
    width: 100%;
    position: relative;
    float: left;
    padding:80px 0 130px
}

.fei-child{
    width: 100%;
    border: 12px solid #fff6ea;
    background: url("../img/n-02.png") no-repeat;
    background-position: right bottom;
}
.fei-child img{
    float: none;
    width: 100%;
}
.img-box{
    position: relative;
    display: inline-block;
    width: 35%;
    float: left;
}
.img-box:after{
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    background: url("../img/n-mengban.png");
    background-size: 100% 100%;
    height: 100%;
    width: 45px;
}
.fei-child-box{
    width: 65%;
    float: left;
    padding: 120px 40px 0;
}
.fei-child:after{
    display: block;
    content: '';
    clear: both;
}

.title-span{
    color:#333333;
    font-size: 34px;
    display: block;
    position: relative;
    text-align: center;
}
.title-span::before{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background:url("../img/daocao.png") no-repeat center top;
    top:-64px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:  translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.title-span::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background:#70ad47;
    left: 50%;
    bottom: -5px;
    margin-left: -20px;
}
.fei-child-box > div {
   
    margin-top: 40px;
}
.fei-child-box > div >p{
	 color:#555555;
    font-size: 16px;
    line-height: 40px;
}
.fei-box > .container{
    position: relative;
}
.fei-box > .container:after{
    position: absolute;
    content: url("../img/n-03.png");
    right: -150px;
    bottom: -150px;
}

.tedian-box{
    width: 100%;
    float: left;
    padding: 160px 0 60px;
    background: url("../img/n-ng1.jpg") no-repeat;
    background-size: cover;
}

.tedian-box .title-span{
    color:#fff
}
.tedian-box .title-span::before {
    background: url("../img/daocao2.png") no-repeat center top;
}

.tedian-box .title-span::after{
    background: #fff;
}

.tedian-child .col-md-6 > span {
    color:#fff;
    font-size: 50px;
    display: block;
}
.tedian-child {
    margin-top: 40px;
    position: relative;
}
.tedian-child .col-md-6 > p {
    color:#fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
    margin-bottom: 60px;
    overflow:hidden;
}
.tedian-child > div:nth-child(odd){
    padding-right: 150px;
}
.tedian-child > div:nth-child(even){
    padding-left: 150px;
    text-align: right;
}

.tedian-child:before{
    position: absolute;

    content: '';
    background: url("../img/n-04.png") no-repeat center;
    width: 100%;
    height:100%;
}

.tedian-child:after{
    display: block;
    content: '';
    clear: both;
}

.testing-box{
    padding:160px 0 80px;
    width: 100%;
    float: left;
    position: relative;
    background: url("../img/n-05.png") no-repeat;
    background-position: top right;
}
.testing-box .title-span{
    margin-bottom: 50px;
}

.testing-child{
    position: relative;
}
.testing-child img{
    float: none;
    width: 100%;
}
.testing-child > div{
    position: absolute;
    width: 0;
    height: 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    top: 50%;
    left: 50%;
    opacity: 0;
    transition: all .4s ease;
    cursor: pointer;
}
.testing-child > div > i {
    color:#fff;
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform:  translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
}
.testing-child:hover > div {
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
}


.significance-box{
    width: 100%;
    float: left;
    padding: 160px 0 80px;
    background: url("../img/n-bg1.jpg");
}
.significance-box row>.col-md-4 > img{
    float: none;
    width: 100%;
}

#myTab > li {
    text-align: center;
}
#myTab > li > a{
    display: inline-block;
    width: 170px;
    height: 170px;
    text-align: center;
    line-height: 170px;
    transition: all .4s;
    position: relative;
    font-size: 34px;
}
#myTab .active > a:before{
    width: 215px;
    height: 215px;
    z-index: -1;
    left: -22px;
    top:-22px;
    background: #f5efe0;
    border:1px solid #70ad47;

}
#myTab .active > a{
    position: relative;
    z-index: 3;
    color:#70ad47
}
#myTab > li > a:before{
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #b9b8b6;
    content: '';
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .4s;
}
.significance-box .title-span{
    margin-bottom: 60px;
}
#myTab{
    position: relative;
    left: -20px;
}
#myTab a:hover,#myTab a:focus{
    color:#70ad47
}
.tab-pane {
    text-align: center;
}
.tab-pane > span{
    color:#333333;
    font-size: 24px;
    text-align: center;
    display: block;
    margin-top: 30px;
}
.tab-pane > p{
    color:#333333;
    font-size: 16px;
    line-height: 35px;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}

.tab-pane > a{
    display: inline-block;
    margin: 0 5px;
}

.tab-pane a>i{
    color:#70ad47;
    font-size: 40px;
    display: inline-block;
    line-height: 40px;
}


.app-box{
    width: 100%;
    float: left;
    padding:160px 0 120px;
    position: relative;
}


.app-child{
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.app-child-a{
    position: absolute;
    width: 100%;
    height: 100%;
    padding:20px;
    opacity: 0;
    transition: all .4s;
}
.app-child-a > div{
    width: 100%;
    height: 100%;
    background: rgba(237,125,49,.8);
    border-radius: 50%;
    display: table;
}
.app-child-a > div > span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color:#fff;
    font-size: 18px;
}
.app-child > img {
    transition: all .4s;
}

.app-child:hover .app-child-a{
    opacity: 1;
}
.app-child:hover img{
    -webkit-filter: blur(5px); /* Chrome, Opera */
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.app-box .swiper-container{
    margin-top: 50px;
}
.app-box .swiper-pagination{
    width: 100%;
    margin-top: 30px;
}
.app-box .swiper-pagination > span {
    margin: 0 3px;
}
.app-box .swiper-pagination-bullet{
    background: #ed7d31;
    opacity: 1;
}
.app-box .swiper-pagination-bullet-active{
    background: #70ad47;
    opacity: 1;
}

.app-child img{
    width: 100%;
}



@media screen and (max-width: 1200px) {
    .fei-child-box{
        padding-top: 80px;
    }
    .fei-child-box .title-span{
        font-size: 28px;
    }
    .fei-child-box > div{
        margin-top: 20px;
    }
    .fei-child-box > div > p{
     line-height: 28px;
     }
    .tedian-child .col-md-6 > p{
        height:6em;
        position: relative;
        padding-right: 10px;
    }
    .tedian-child .col-md-6 > p:after{
        content:"...";
        position: absolute;
        bottom:0;
        right:0;

    }
}

@media screen and (max-width: 991px) {
    .app-child-a {
        padding: 0;
        opacity: 1;
    }

    .app-child-a > div {
        background: rgba(0, 0, 0, .5);
    }
    .significance-box .row > div:first-child img{
        float: none;
        display: block;
        margin: auto;
        width: 40%;
    }
    .img-box {
        display: none;
    }

    .fei-child-box {
        width: 100%;
        padding-bottom: 60px;
    }

    .fei-child-box>div> p {
        line-height: 40px;
    }

    .fei-box {
        padding-top: 60px
    }
    .tedian-box{
        padding-top:120px;
        padding-bottom: 40px;
    }
    .tedian-child:before {
        background-size: 30%;
    }
    .tedian-child .col-md-6 > p{
        height: 10em;
        margin-bottom: 30px;
    }
    .tedian-child > div:nth-child(even){
        padding-left: 90px;
    }
    .tedian-child > div:nth-child(odd){
        padding-right: 90px;
    }
    .tedian-child .col-md-6 > p:after{
        content: '';
    }
    .testing-box{
        background-size: 35%;
        padding: 120px 0 60px;
    }
    .testing-child:hover > div{
        display: none;
    }
    .testing-child{
        position: relative;
    }
    .testing-child:after{
        position: absolute;
        width: 100%;
        height:40px ;
        bottom: 0;
        left: 0;
        content: '点击查看大图';
        text-align: center;
        line-height: 40px;
        background: rgba(0,0,0,.4);
        color:#fff;
    }
    #myTab{
        text-align: center;
        left: 0;
    }
    #myTab > li{
        display: inline-block;
        margin: 0 20px;
    }
    #myTab > li > a{
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 24px;
    }
    #myTab .active > a:before{
        width: 130px;
        height: 130px;
        left: -17px;
        top: -17px;
    }
    .significance-box{
        padding: 120px 0 60px;
    }
    .app-box{
        padding: 120px 0 150px;
    }
    .fei-box > .container:after{
        content: '';
        background: url("../img/n-03.png");
        width: 150px;
        height: 200px;
        background-size: cover;
        right: -20px;
        bottom: -100px;
    }
}

@media screen and (max-width: 767px){
    .fei-box{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .fei-child{
        border: 6px solid #fff6ea;
    }
    .title-span::before{
        width: 32px;
        height: 32px;
        background-size: cover;
        top:-32px;
    }
    .tedian-box .title-span::before{
        background-size: cover;
    }
    .fei-child-box {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 20px;
    }
    .fei-child-box .title-span{
        font-size: 22px;
    }
    .title-span::after{
        width: 30px;
        margin-left: -15px;
    }
    .banner-dw, .banner-dw > a{
        font-size: 12px;
    }
    .fei-child-box > div > p{
        font-size: 14px;
        line-height: 30px;
    }
    .fei-box > .container:after{
        content: '';
        width: 80px;
        height: 110px;
        right: -5px;
        bottom: -40px;
    }
    .tedian-box{
        padding-top: 60px ;
    }
    .tedian-box .title-span{
        font-size: 22px;
    }
    .tedian-child > div:nth-child(odd){
        padding-right: 15px;
    }
    .tedian-child .col-md-6 > p{
        height: auto;
    }
    .tedian-child > div:nth-child(even){
        text-align: left;
        padding-left: 15px;
    }
    .tedian-child .col-md-6 > span{
        font-size: 32px;
        line-height: 32px;
    }
    .tedian-child:before{
        background: none;
    }
    .tedian-child > div:nth-child(even){
        text-align: right;
    }
    .testing-box,
    .significance-box{
        padding: 60px 0 40px;
    }

    .testing-box .title-span{
        font-size: 22px;
    }
    .testing-box .col-xs-4{
        padding: 0 5px;
    }
    .testing-box .title-span{
        margin-bottom: 30px;
    }
    #myTab > li > a{
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
    }
    #myTab .active > a:before{
        width: 80px;
        height: 80px;
        left: -12px;
        top: -12px;
    }
    #myTab > li{
        margin: 0 10px;
    }
    .significance-box .title-span{
        margin-bottom: 30px;
    }
    .tab-pane > span{
        font-size: 20px;
    }
    .tab-pane > p{
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .app-box{
        padding: 60px 0 140px;
    }
    .title-span{
        font-size: 22px;
    }
    .app-box .swiper-container{
        margin-top: 30px;
    }
}





























