.owl-theme .owl-controls{margin-top:0px;text-align:center;-webkit-tap-highlight-color:transparent ; }
.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:24px;margin:5px;padding:0px 7px 3px 7px ;background:#70cfea;display:inline-block;
                                               cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px ; }
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#b3b5b9;color:#fff;text-decoration:none ;}
.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}
.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;display: inline-block;}
.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:10px 5px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#b2ddea}


.index-banner-pc.owl-theme .owl-dots .owl-dot span{width:12px;height:12px;margin:5px 8px;background:rgba(255,255,255,0.5);border-radius:30px}
.index-banner-pc.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#b27241;}


.index-banner-m.owl-theme .owl-dots .owl-dot span{width:8px;height:8px;margin:5px 5px;background:rgba(255,255,255,0.5);border-radius:30px}
.index-banner-m.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#b27241}


.i_box3_pro .owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 8px;background:#d2d2d2;border-radius:30px}
.i_box3_pro .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#00b7ee;}


.index-banner-pc{
    position: relative;
}

.index-banner-pc.owl-theme .owl-controls,.index-banner-m.owl-theme .owl-controls{
/*  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);*/
    width: 100%;
}
.index-banner-pc .owl-nav{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    top: 50%;
}

.index-banner-pc .owl-dots ,.index-banner-m .owl-dots{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 5px;
}


.index-banner-pc .owl-nav[class*=owl-] .owl-prev {

    display: block;
    background-color: rgba(255,255,255,0);
    border: none;
    background-image: url(../img/banner_left.png);
    height: 54px;
    width: 24px;
    transition: .3s;
    border-radius: 0;
    position: absolute;
    left: 30px;
    top: 0;
    opacity: .8;
    transform: translate(0,-50%);
}
.index-banner-pc .owl-nav[class*=owl-] .owl-prev:hover {
    background-image: url(../img/banner_left_h.png);
    background-color: rgba(51, 51, 51, 0);
    height: 54px;
    width: 24px;
}

.index-banner-pc .owl-nav[class*=owl-] .owl-next {
    display: block;
    background-color: rgba(255,255,255,0);
    border: none;
    background-image: url(../img/banner_right.png);
    height: 54px;
    width: 24px;
    transition: .3s;
    border-radius: 0;
    position: absolute;
    right: 30px;
    top: 0;
    opacity: .8;
    transform: translate(0,-50%);
}
.index-banner-pc .owl-nav[class*=owl-] .owl-next:hover {
    background-image: url(../img/banner_right_h.png);
    background-color: rgba(51, 51, 51, 0);
    height: 54px;
    width: 24px;
}























.owl-item { -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0) scale(1.0, 1.0); }




.i_case.owl-theme .owl-controls{
    position: absolute;
    bottom:-20px;
    right:40px;}








.case_d_img.owl-theme .owl-dots .owl-dot span{
    margin: 10px 5px;
}










/*.pro_d_left .owl-theme .owl-dots .owl-dot span{
    display: none!important;
    width:5px;
    height:5px;
    margin:5px 2px;
    background:#d6d6d6;
    display:block;
    -webkit-backface-visibility:visible;
    -webkit-transition:opacity 200ms ease;
    -moz-transition:opacity 200ms ease;
    -ms-transition:opacity 200ms ease;
    -o-transition:opacity 200ms ease;
    transition:opacity 200ms ease;
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px
}
.pro_d_left .owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#b2ddea;display: none;}
*/

/*-----------------------------------------------------------*/

.i_box2_text .owl-nav[class*=owl-] .owl-prev {
    display: block;
    background-color: #fff;
    border: none;
    height:47px;
    width:47px;
    transition:.3s;
    position: absolute;
    left:-70px;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../img/left01.png);
    box-shadow: 0px 0px 10px #dedede;
}

.i_box2_text .owl-nav[class*=owl-] .owl-next {
    display: block;
    background-color: #fff;
    border: none;
    height:47px;
    width:47px;
    transition:.3s;
    position: absolute;
    right:-70px;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../img/right01.png);
    box-shadow: 0px 0px 10px #dedede;
}

.i_box2_text .owl-nav[class*=owl-] .owl-prev:hover {
    display: block;
    background-color: #779752;
    background-image: url(../img/left02.png);
    opacity: 0.8;
}

.i_box2_text .owl-nav[class*=owl-] .owl-next:hover {
    display: block;
    background-color: #779752;
    background-image: url(../img/right02.png);
    opacity: 0.8;
}
/*-----------------------------------------------------------*/



.i_box4_text .owl-nav[class*=owl-] .owl-prev {
    display: block;
    background-color: #fff;
    border: none;
    height:47px;
    width:47px;
    transition:.3s;
    position: absolute;
    left:-70px;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../img/left01.png);
    box-shadow: 0px 0px 10px #dedede;
}

.i_box4_text .owl-nav[class*=owl-] .owl-next {
    display: block;
    background-color: #fff;
    border: none;
    height:47px;
    width:47px;
    transition:.3s;
    position: absolute;
    right:-70px;
    top:50%;
    transform: translateY(-50%);
    background-image: url(../img/right01.png);
    box-shadow: 0px 0px 10px #dedede;
}

.i_box4_text .owl-nav[class*=owl-] .owl-prev:hover {
    display: block;
    background-color: #779752;
    background-image: url(../img/left02.png);
    opacity: 0.8;
}

.i_box4_text .owl-nav[class*=owl-] .owl-next:hover {
    display: block;
    background-color: #779752;
    background-image: url(../img/right02.png);
    opacity: 0.8;
}

/*-----------------------------------------------------------*/

.pro_d_left .owl-nav[class*=owl-] .owl-prev {
    display: block;
    background-color: rgba(255,255,255,1);
    border: none;
    background: url(../img/left_icon2.png) center no-repeat;
    height:45px;
    width:20px;
    transition:.3s;
    border-radius: 0;
    position: absolute;
    left:-15px;
    top:45%;
    opacity: .8;
    transform: translate(0,-50%);
    /*box-shadow: 0 0 10px #d3d3d3;*/
}
.pro_d_left .owl-nav[class*=owl-] .owl-prev:hover{
    display: block;
    background-color: rgba(255,255,255,1);
    border: none;
    background: url(../img/left_icon2.png) center no-repeat;
    /*box-shadow: 0 0 10px #b3b3b3;*/
    opacity: 1;
}
.pro_d_left .owl-nav[class*=owl-] .owl-next {
    display: block;
    background-color: rgba(255,255,255,1);
    border: none;
    background: url(../img/right_icon2.png) center no-repeat;
    height:45px;
    width:20px;
    transition:.3s;
    border-radius: 0;
    position: absolute;
    right:-15px;
    top:45%;
    opacity: .8;
    transform: translate(0,-50%);
    /*box-shadow: 0 0 10px #d3d3d3;*/
}
.pro_d_left .owl-nav[class*=owl-] .owl-next:hover{
    display: block;
    background-color: rgba(255,255,255,1);
    border: none;
    background: url(../img/right_icon2.png) center no-repeat;
    /*box-shadow: 0 0 10px #b3b3b3;*/
    opacity: 1;
}


.pro_d_left .owl-dots{position: absolute;bottom: 20px; left : 50%;transform:translateX(-50%); margin: 0 auto;text-align: center;}
.pro_d_left .owl-dots .owl-dot span{transition: .3s;width:12px;height:12px;margin:10px 8px 0 8px;background:none;border:1px solid #FFF;opacity:0.8;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}
.pro_d_left .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#FFF;}
.pro_d_left{position: relative;}


@media screen and (max-width: 1100px) {

.i_box2_text .owl-nav[class*=owl-] .owl-prev{
    left:-30px;
}

.i_box2_text .owl-nav[class*=owl-] .owl-next {
    right:-30px;
}

.i_box4_text .owl-nav[class*=owl-] .owl-prev{
    left:-30px;
}

.i_box4_text .owl-nav[class*=owl-] .owl-next {
    right:-30px;
}

}


@media screen and (max-width: 700px) {

.i_case.owl-theme .owl-controls {
    right: auto;
    left : 50%;
    transform:translateX(-50%);
}







}