/*首页轮播图箭头*/
.banner{  width: 100%;     height: 557px; overflow:hidden; position:relative;    }
		.banner .hd{ height:25px; overflow:hidden; position:absolute; left:0; bottom:15px; z-index:1; width: 100%;  }
		.banner .hd ul{ overflow:hidden; zoom:1;  text-align: center; width: 100%;  }
		.banner .hd ul li{  display: inline-block; margin-right:2px;  width:15px; height:15px; border-radius: 15px; text-align:center; background:#fff; cursor:pointer; }
		.banner .hd ul li.on{ background:#f00; color:#fff; }
		.banner .bd{ position:relative; height:100%; z-index:0;   }
		.banner .bd li{ zoom:1; vertical-align:middle; width: 100%;     height: 557px;  background-size: cover; background-position: center center}
		.banner .bd a{ width: 100%;     height: 557px;  display:block;  }


 
div.slideControl {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 900px;
    margin-left: -450px;
    height: 30px;
}
div.slideControl ul.pagination {
    position: absolute;
    left: 50%;
    bottom: 6px;
    padding: 2px 5px;
    margin-left: -47px;
    line-height: 1;
    border-radius: 9px;
    background: rgba(0, 0, 0, 0.3);
}
div.slideControl ul.pagination li {
    display: inline-block;
    width: 13px!important;
    height: 13px;
    margin: 0 2px;
    *float: left;
    background: url('../images/pagination2.png') no-repeat;
}
div.slideControl ul.pagination li.current {
    background: url('../images/pagination1.png') no-repeat;
}

div.slideControl ul.pagination li:hover {
    background: url('../images/pagination1.png') no-repeat;
}
div.slideControl p {
    display: none;
}
div.slideControl>.pagination a {
    display: block;
    width: 100%;
    height: 100%;
    outline: none;
    background-color: transparent;
    border: none;
    padding: 0;
}
div.slideControl>.pagination a:active,
div.slideControl>.pagination a:visited,
div.slideControl>.pagination a:focus,
div.slideControl>.pagination a:hover{
    background-color: transparent;
}
div.slideControl a img {
    display: none;
}
.opacity-banner {
    display: none;
}
.scroll .arrow-left_banner {
    background: url(../images/31.png) no-repeat left top;
    position: absolute;
    left: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 1;
    opacity: 0;
    background-size: contain;
    outline:none;
}
.scroll .arrow-right_banner {
    background: url(../images/32.png) no-repeat left bottom;
    position: absolute;
    right: 20px;
    top: 55%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    z-index: 1;
    opacity: 0;
    background-size: contain;
    outline:none;
}
 
.myImg{width: 100%;height:557px;position:relative;}
.myImg img{
    width: 100%;
    height:557px;

}
.myImg li{position: absolute;top:0;transition: all 0.5s;display: none;width: 100%;height: 557px;background-repeat: no-repeat;background-position: center top;background-size: cover;}
 

/*显示*/
.blok{display: block !important;}
/*.blok{opacity:1 !important;}*/
.scroll{
    position: relative;
    width: 100%;
}
.scroll .myList{
    position: absolute;
    left: 39%;
    bottom: 6%;
}
.scroll .myList li{
    cursor: pointer;
    float: left;
    margin-left: 28px;
    height: 5px;
    width: 60px;
    background-color: #e4e4e4;
}
.hover{
    background-color: #af0000 !important;
}
.scroll:hover .arrow-left_banner{
    opacity: 1 !important;
    display: block !important;
}
.scroll:hover .arrow-right_banner{
    opacity: 1 !important;
    display: block !important;
}

.banner_choose{
    position: absolute;width: 280px;height: 557px;left: 10%;top: 0;background: rgba(255,255,255,0.7);
}
.banner_choose ul li{
    width: 88%;
    margin-bottom: 1px;
    float: left;
    padding: 0 6% 0 6%;
    cursor: pointer;
}
.banner_p{
    font-size: 15px;
    color: #171920;
    font-weight: 700;
    line-height: 14px;
    position: relative;
    margin: 6px 0 4px 0;
}
.banner_p img{
    width: 3%;
    height: 100%;
    float: right;
}
.banner_choose_list{
    width: 100%;
    margin-bottom: 2px;
}
.banner_choose_right{
    position: absolute;
    top: 0;
    left: 280px;
    height: 557px;
    border-top: 1px solid #efeff0;
    border-bottom: 1px solid #efeff0;
    width: 793px;
    background: #fff;
    overflow: auto;
    display: none;
    padding-top: 30px;
    padding-left: 47px;
    padding-right: 30px;
}
.banner_choose ul li:hover .banner_choose_right{
    display: block;
}
.banner_choose ul li:hover{
    background: #ffffff
}
.banner_part{
    width: 100%;
    background: pink
}
.banner_part span{
    width: 20%;
    float: left;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    color: #171920
}
.banner_part div{
    width: 80%;
    float: right;
}
.banner_part div a{
    padding-right: 6px;
    font-size: 14px;
    line-height: 28px;
    color: #686a71;
    display: inline-block;
    padding-left: 6px;
    float: left;
    background: #e3e3e34a;
    margin-right: 3%;
    text-align: left;
    margin-bottom: 6px;
}
.banner_choose_list div{
    float: left !important;
    text-align: left;
    font-size: 14px;
    margin-right: 4%;
}
.banner .scroll .myImg a{
    width: 100%;
    height: 100%;
    display: block;
}