/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    /*height: 100%;*/
    min-height: 1px;
}
/*.slick-slide
{
    float: right;
}*/
.slick-slide img
{
    /*display: block;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
    position: relative;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/*#banner{margin-top: 2.25rem;}*/
.banner .slick-next,.banner .slick-prev{
    position: absolute;bottom: 40px;overflow: hidden;
    cursor: pointer;
    width: 42px;height: 42px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;outline:none;
}
.banner .slick-prev{right: 9%;background: url(../images/arrow-l.png);    background-repeat: no-repeat;
  z-index: 9999;margin-right: 70px;
    border: none;   outline:none;}
.banner .slick-next{right:9%;background: url(../images/arrow-r.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.banner .slick-dots{position: absolute;left: 0%;bottom: 40px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 26px;float: initial;font-family: fz;color: #fff;display: inline-block;border-radius: 50%;font-size: 0;width: 10px;height: 10px;background: #fff;position: relative;}
/*.banner .slick-dots li.slick-active{display: block;}*/
.banner .slick-dots li span{font-size: 50px;}
/*.banner .slick-dots li button{display: block;width: 14px;height:14px;padding: 0;background: #fff;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: none;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}*/
.banner .slick-dots li i,.banner .slick-dots li b{display:block;position:absolute;top:-13px;bottom:-13px;overflow:hidden}
.banner .slick-dots li.slick-active i{right:4px;left:-13px}
.banner .slick-dots li.slick-active b{left:5px;right:-13px}
.banner .slick-dots li i:before,.banner .slick-dots li b:before{content:"";border:2px solid #1bd7d5;border-radius:50%;position:absolute;top:0;bottom:0;transform:rotate(45deg)}
.banner .slick-dots li.slick-active i:before{border-bottom:2px solid #fff;border-left:2px solid #fff;left:0;right:-17px;-webkit-animation:circleProgressLoad_left 5s linear;}
.banner .slick-dots li.slick-active b:before{border-top:2px solid #fff;border-right:2px solid #fff;left:-17px;right:0;-webkit-animation:circleProgressLoad_right 5s linear;}
@keyframes circleProgressLoad_right{
0%{-webkit-transform:rotate(45deg)}
50%{-webkit-transform:rotate(225deg)}
100%{-webkit-transform:rotate(225deg)}
}
@keyframes circleProgressLoad_left{
0%{-webkit-transform:rotate(45deg)}
50%{-webkit-transform:rotate(45deg)}
100%{-webkit-transform:rotate(225deg)}
}
/*.banner .slick-dots li.slick-active button{background:none;}*/


.link>ul .slick-next,.link>ul .slick-prev{
    position: absolute;bottom: -40px;overflow: hidden;
    cursor: pointer;
    width: 42px;height: 42px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;outline:none;
}
.link>ul .slick-prev{right: 9%;background: url(../images/1.png);    background-repeat: no-repeat;
  z-index: 9999;margin-left: -70px;
    border: none;   outline:none;}
.link>ul .slick-next{right:9%;background: url(../images/2.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.link>ul .slick-dots{position: absolute;left: 0%;bottom: -70px;width: 100%;text-align: center;z-index: 99;}
.link>ul .slick-dots li{display: inline-block;margin: 0 15px;float: initial;font-size: 20px;font-family: fz;color: #fff;height: auto;}
.link>ul .slick-dots li.slick-active{display: inline-block;}
.link>ul .slick-dots li span{font-size: 50px;}
.link>ul .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: transparent;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 1px solid #03aaa8;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 0%;
}
.link>ul .slick-dots li.slick-active button{background:#03aaa8;}





.snew1>.left .slick-next,.snew1>.left .slick-prev{
    position: absolute;bottom: -40px;overflow: hidden;
    cursor: pointer;
    width: 42px;height: 42px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: auto 50px;outline:none;
}
.snew1>.left .slick-prev{right: 9%;background: url(../images/1.png);    background-repeat: no-repeat;
  z-index: 9999;margin-left: -70px;
    border: none;   outline:none;}
.snew1>.left .slick-next{right:9%;background: url(../images/2.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.snew1>.left .slick-dots{position: absolute;right: 10px;bottom: 10px;width:100%;text-align: right;z-index: 99;}
.snew1>.left .slick-dots li{display: inline-block;margin: 0 5px;float: initial;font-size: 20px;font-family: fz;color: #fff;height: auto;}
.snew1>.left .slick-dots li.slick-active{display: inline-block;}
.snew1>.left .slick-dots li span{font-size: 50px;}
.snew1>.left .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: transparent;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 2px solid #fff;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}
.snew1>.left .slick-dots li.slick-active button{background:#fff;}



.spro>ul .slick-next,.spro>ul .slick-prev{
    position: absolute;overflow: hidden;
    cursor: pointer;
    bottom: -120px;
    width: 56px;height:56px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    border-radius: 50%;
    background-size: 100% 100%!important;outline:none;transition:0.5s;
}
.spro>ul .slick-prev{right: 276px;background: url(../images/66_03.png);    background-repeat: no-repeat;
  z-index: 99;
    border: none;   outline:none;}
.spro>ul .slick-next{right:180px;background: url(../images/2a19659c6ec6fca0a38e7d3d7f27dc5.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.spro>ul .slick-dots{position: absolute;right: 0;bottom: -120px;width: 100%;text-align: right;z-index: 99;}
.spro>ul .slick-dots li{display: inline-block;margin-left: 20px;float: initial;}
.spro>ul .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: none;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 1px solid #99bd00;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}
.spro>ul .slick-dots li.slick-active button{background:#99bd00;}
.spro>ul .slick-prev:hover{background-image: url(../images/93d54d0ccfa54256fe5e239af712659.png);box-shadow: 0 0 30px rgba(0,163,161,0.2);}
.spro>ul .slick-next:hover{background-image: url(../images/66_05.png);box-shadow: 0 0 30px rgba(0,163,161,0.2);}





.about3_1>ul .slick-next,.about3_1>ul .slick-prev{
    position: absolute;overflow: hidden;
    cursor: pointer;
    top: 40px;
    width: 42px;height:42px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    border-radius: 50%;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    background-size: 100% 100%!important;outline:none;transition:0.5s;
}
.about3_1>ul .slick-prev{left: -5%;background: url(../images/2/11331_03.png);    background-repeat: no-repeat;
  z-index: 99;
    border: none;   outline:none;}
.about3_1>ul .slick-next{right:-5%;background: url(../images/2/y1.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.about3_1>ul .slick-dots{position: absolute;right: 0;bottom: -120px;width: 100%;text-align: right;z-index: 99;}
.about3_1>ul .slick-dots li{display: inline-block;margin-left: 20px;float: initial;}
.about3_1>ul .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: none;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 1px solid #99bd00;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}
.about3_1>ul .slick-dots li.slick-active button{background:#99bd00;}
.about3_1>ul .slick-prev:hover{background-image: url(../images/2/z1.png);box-shadow: 0 0 30px rgba(0,163,161,0.2);}
.about3_1>ul .slick-next:hover{background-image: url(../images/2/11331_05.png);box-shadow: 0 0 30px rgba(0,163,161,0.2);}






.about4>.right .slick-next,.about4>.right .slick-prev{
    position: absolute;overflow: hidden;
    cursor: pointer;
    top: -100px;
    width: 60px;height:60px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    border-radius: 50%;
    background-size: 100% 100%!important;outline:none;transition:0.5s;
}
.about4>.right .slick-prev{right: 14.6vw;background: url(../images/2/11331_10.png);    background-repeat: no-repeat;
  z-index: 99;
    border: none;   outline:none;}
.about4>.right .slick-next{right:9.4vw;background: url(../images/2/y.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.about4>.right .slick-dots{position: absolute;right: 0;bottom: -120px;width: 100%;text-align: right;z-index: 99;}
.about4>.right .slick-dots li{display: inline-block;margin-left: 20px;float: initial;}
.about4>.right .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: none;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 1px solid #99bd00;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}
.about4>.right .slick-dots li.slick-active button{background:#99bd00;}
.about4>.right .slick-prev:hover{background-image: url(../images/2/z.png);}
.about4>.right .slick-next:hover{background-image: url(../images/2/11331_12.png);}


.about5 .slick-next,.about5 .slick-prev{
    position: absolute;overflow: hidden;
    cursor: pointer;
    bottom: -96px;
    width: 56px;height:56px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    border-radius: 50%;
    background-size: 100% 100%!important;outline:none;transition:0.5s;
}
.about5 .slick-prev{right: 14.6vw;background: url(../images/66_03.png);    background-repeat: no-repeat;
  z-index: 99;
    border: none;   outline:none;}
.about5 .slick-next{right:9.4vw;background: url(../images/2a19659c6ec6fca0a38e7d3d7f27dc5.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.about5 .slick-dots{position: absolute;right: 0;bottom: -120px;width: 100%;text-align: right;z-index: 99;}
.about5 .slick-dots li{display: inline-block;margin-left: 20px;float: initial;}
.about5 .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: none;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 1px solid #99bd00;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}
.about5 .slick-dots li.slick-active button{background:#99bd00;}
.about5 .slick-prev:hover{background-image: url(../images/93d54d0ccfa54256fe5e239af712659.png);}
.about5 .slick-next:hover{background-image: url(../images/66_05.png);}




.prolb>ul .slick-next,.prolb>ul .slick-prev{
    position: absolute;overflow: hidden;
    cursor: pointer;
    top: -100px;
    width: 56px;height:56px;font-size: 0;line-height: 0;line-height: 999;
    background-repeat: no-repeat;
    background-position: center center;
    -o-background-size: auto 50px;
    -ms-background-size: auto 50px;
    -moz-background-size: auto 50px;
    -webkit-background-size: auto 50px;
    border-radius: 50%;
    background-size: 100% 100%!important;outline:none;transition:0.5s;
}
.prolb>ul .slick-prev{right: 120px;background: url(../images/66_03.png);    background-repeat: no-repeat;
  z-index: 99;
    border: none;   outline:none;}
.prolb>ul .slick-next{right:20px;background: url(../images/2a19659c6ec6fca0a38e7d3d7f27dc5.png);background-repeat: no-repeat;
  z-index: 9999;
    border: none;outline:none;}
.prolb>ul .slick-dots{position: absolute;right: 0;bottom: -120px;width: 100%;text-align: right;z-index: 99;}
.prolb>ul .slick-dots li{display: inline-block;margin-left: 20px;float: initial;}
.prolb>ul .slick-dots li button{display: block;width: 12px;height:12px;padding: 0;background: none;
    font-size: 0px;line-height: 20px;text-indent: 0px;border: 1px solid #99bd00;outline:none;cursor: pointer;transition:0.5s;color: #fff;border-radius: 50%;
}
.prolb>ul .slick-dots li.slick-active button{background:#99bd00;}
.prolb>ul .slick-prev:hover{background-image: url(../images/93d54d0ccfa54256fe5e239af712659.png);}
.prolb>ul .slick-next:hover{background-image: url(../images/66_05.png);}