﻿/**fzlc**/
.fzlc-section3{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fzlc-section3-nav{
    height: 180px;
    width: 100%;
    margin: 0 auto;
    background: url(../image/sgz4.jpg) center center;
    position: relative;  
}
.fzlc-section3-nav-ul>span:first-child{
	position: absolute;
	left: 0;
	display: inline-block;
	background: #000000;
	opacity:0.5;
	width: 100%;
	height: 100%;
}
.fzlc-section3-nav-ul{
	
    width: 720px;
    margin: 0 auto; height: auto; overflow: hidden;
}
.fzlc-section3-nav-ul li{
    width: 25%;
    float: left;
    text-align: center;
    color:#fff;
    position: relative;
    height: 180px;
    cursor: pointer;
}
.fzlc-section3-nav-ul li span{
    font-size: 22px;
    line-height: 90px;
}
.fzlc-section3-nav-ul li p{
    font-size: 18px;
    line-height: 40px;
}
.fzlc-section3-nav-ul li i{
    width: 100%;
    height: 1px;
    background: #a00008;
    position: absolute;
    top: 50%;
    left: 0;
    display: none;
}
.fzlc-section3-nav-ul li b{
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
}
/*.fzlc-section3-nav-ul li:hover{
    background: url(../image/li-bg.png) no-repeat;
    color:#a00008;
}
.fzlc-section3-nav-ul li:hover i{
    display: block;
}
.fzlc-section3-nav-ul li:hover b{
    background: #a00008;
}*/
.fzlc-section3-nav-ul .active{
    background: url(../image/li-bg.png) no-repeat;
    color:#a00008;
}
.fzlc-section3-nav-ul .active i{
    display: block;
}
.fzlc-section3-nav-ul .active b{
    background: #a00008;
}
.fzlc-section4{
    width: 100%;
    z-index: 50;
    height: auto;
    overflow: hidden;
  
}
.fzlc-section4-slide1,.fzlc-section4-slide2,.fzlc-section4-slide3,.fzlc-section4-slide4{
    width:760px;
    margin: 60px auto;
    position: relative;
    display:none;
}
.fzlc-section4-slide-ul{
	
    width: 90%;
    margin:0 auto;
    position: relative;
    height: 500px;
}
.fzlc-section4-slide-ul li{
    background: #fff;
    overflow: hidden;
    position: absolute;
    opacity: 0.6;
    transition: .5s all linear;
}
.fzlc-section4-slide-ul li.current{
    z-index: 10;
    opacity: 1;
}
.fzlc-section4-slide-ul-content{
    height: auto;
    overflow: hidden;
    margin: 25px;
}
.fzlc-section4-slide-ul-content span{
    display:block;
   	color: rgba(160, 0, 8);
-webkit-color: rgba(160, 0, 8);
-moz-color: rgba(160, 0, 8);
    font-size: 30px;
    width: 15%;
    float: left;
}
.fzlc-section4-slide-ul-content p{
    color: #666;
    font-size: 14px;
    width: 85%;
    float: left;
}
.fzlc-next1,.fzlc-next2,.fzlc-next3,.fzlc-next4{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../image/arr020.png) no-repeat center;
    position: absolute;
    top:50%;
    right:-95px;
    margin-top: -22px;
}
.fzlc-pre1,.fzlc-pre2,.fzlc-pre3,.fzlc-pre4{
    display: block;
    width: 44px;
    height: 44px;
    background: url(../image/arr010.png) no-repeat center;
    position: absolute;
    top:50%;
    left:-85px;
    margin-top: -22px;
 
}
.current img{
	width: 100%;
}
