.ziye_page_box{
	width: max-content;
    margin: 0 auto;
    padding: 30px 0;
}
.case_page_box{
	padding-left: 38px;
}
.ziye_page_box li{
	float: left;
	margin-right: 5px;
}
.ziye_page_box li a{
	width: 36px;
	height: 36px;
	display: block;
	background: #f9f9f9;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box li a:hover,
.ziye_page_box .select a{
	color: #fff;
	background: #1c97ec;
}
.ziye_page_box .ellipsis a{
	background: none;
}
.ziye_page_box .last a{
	background: #f9f9f9 url(../images/y_project_icon5.png) no-repeat center;
}
.ziye_page_box .last a:hover{
	background: #1c97ec url(../images/y_project_icon6.png) no-repeat center;
}
/*后台page样式*/
.ziye_page_box span,
.ziye_page_box a{
	float: left;
	margin-right: 5px;
}
.ziye_page_box span:hover,
.ziye_page_box a:hover,
.ziye_page_box a.first:hover,
.ziye_page_box a.end:hover{
    color: #fff;
    background: #3b85c8;
}
.ziye_page_box .current{
	width: 36px;
	height: 36px;
	display: block;
	color: #fff;
	background: #1c97ec;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box .num,.ziye_page_box .first,.ziye_page_box .end{
	width: 36px;
	height: 36px;
	display: block;
	background: #f9f9f9;
	color: #a1a1a1;
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box .next,
.ziye_page_box .prev{
	width: 36px;
	height: 36px;
	display: block;
	color: #a1a1a1;
	font-size: 0;
	line-height: 36px;
	text-align: center;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
}
.ziye_page_box .next{
	background: #f9f9f9 url(../images/y_project_icon5.png) no-repeat center;
}
.ziye_page_box .next:hover{
	background: #1c97ec url(../images/y_project_icon6.png) no-repeat center;
}
.ziye_page_box .prev{
	background: #f9f9f9 url(../images/y_project_icon8.png) no-repeat center;
}
.ziye_page_box .prev:hover{
	background: #1c97ec url(../images/y_project_icon9.png) no-repeat center;
}
.banner_box{
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
    background: #be2929 url(../images/y_index_banner_icon.gif) no-repeat center center;
}
.banner_box .slides li{
    width: 100%;
    height: 600px;
}
.banner_box .slides li a{
    width: 100%;
    height: 100%;
    display: block;
}
/*小圆圆*/
.banner_box .flex-control-nav{
    display: block;
}
.banner_box .flex-control-nav{
    width: 50%;
    height: auto;
    text-align: right;
    position: absolute;
    bottom: 30px;
    z-index: 10;
}
.banner_box .flex-control-nav li{
    width: 14px;
    height: 14px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: auto 5px;
}
.banner_box .flex-control-nav li a{
    width: 100%;
    height: 100%;
    display: block;
    font-size: 0;
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.banner_box .flex-control-nav li .flex-active{
    border: 1px solid #ab0b10;
    background: #ab0b10;
}
/*箭头*/
.banner_box .flex-direction-nav{
    display: block;
}
.banner_box .flex-direction-nav li{
    width: 76px;
    height: 90px;
}
.banner_box .flex-direction-nav li a{
    width: 76px;
    height: 90px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0;
    opacity: 0.4;
}
.banner_box .flex-direction-nav li a:hover{
    opacity: 1;
}
.banner_box .flex-direction-nav .flex-nav-prev a{
    background: url(/Public/Assect/images/y_index_banner_left.png) no-repeat center;
    left: 3%;
}
.banner_box .flex-direction-nav .flex-nav-next a{
    background: url(/Public/Assect/images/y_index_banner_right.png) no-repeat center;
    right: 3%;
}