.nex_fullSlide {width:100% !important;position: relative;height:100% !important;overflow: hidden;margin: 0 auto;}
.nex_fullSlide .bd {margin: 0 auto;position: relative;z-index: 0;overflow: hidden;}
.nex_fullSlide .bd ul { width: 100% !important;}
.nex_fullSlide .bd li {width: 100% !important;height: 750px;overflow: hidden;text-align: center;background-size: 750px!important;}
.nex_fullSlide .bd li a {display: block;height: 750px;}
.nex_fullSlide .bd li {text-align: center;}
.nex_fullSlide a.prev {display: block;opacity: 0.6;width: 50px;height: 50px;position: absolute;top: 50%;left: 10%;background: url(left.png) center no-repeat;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;}
.nex_fullSlide a.prev:hover {opacity: 1;background: url(left1.png) center no-repeat;}
.nex_fullSlide a.next {display: block;opacity: 0.6;width: 50px;height: 50px;position: absolute;top: 50%;right: 10%;background: url(right.png) center no-repeat;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;}
.nex_fullSlide a.next:hover {opacity: 1;background: url(right1.png) center no-repeat;}
.nex_fullSlide .hd {width: 100%;position: absolute;z-index: 1;bottom: 20px;left: 0;height: 30px;line-height: 30px;text-align: center;}
.nex_fullSlide .hd ul {text-align: center;}
.nex_fullSlide .hd {line-height: 30px;text-align: center;}
.nex_fullSlide .hd ul li {cursor: pointer;display: inline-block;width: 6px;height: 6px;margin: 5px;background: rgba(255,255,255,0.6);border: 2px solid #fff;border-radius: 100%;overflow: hidden;line-height: 9999px;-webkit-transition: all 0.3s linear;-moz-transition: all 0.3s linear;-o-transition: all 0.3s linear;-ms-transition: all 0.3s linear;transition: all 0.3s linear;}
.nex_fullSlide .hd ul .on {background: #4775FF;width: 24px;border-radius: 6px;}
@media (max-width: 640px){
.nex_fullSlide .bd ul {height: 400px!important;}
.nex_fullSlide .bd li {background-size:100%!important;height: 400px;}
.nex_fullSlide a.next {width: 40px;height: 40px;right: 2%;}
.nex_fullSlide a.prev {width: 40px;height: 40px;left: 2%;}
}