@charset "utf-8";

.fh {
    float: right;
    display: block;
    height: 50px;
    line-height: 50px;
    width: 160px;
    color: #fff;
    font-size:18px;
    padding-left: 50px;
    background: #fff url(../../images/zczx_images/zczx_btn.png) 100% no-repeat;
}
.fh:hover{
	color: #fff;
}
.tab {
    height: 46px;
    margin-bottom: 14px;
    line-height: 0;
    font-size: 0;
}

.tab a {
    display: inline-block;
    min-width: 5em;
    border: 1px dashed #ccc;
    margin-right: -1px;
    padding: 0 20px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
}

.tab a.current {
    position: relative;
    border-color: #37e;
    background-color: #37e;
    color: #fff;
}
.grid .list-t li {
    font-size: 16px;
}

.grid .list-t li a:hover {
    font-weight: bold;
    color: #333;
}
.w590{
	width: 590px;
}
.w600{
	width: 600px;
}

/* ����ͼ */

.focus {
    position: relative;
    overflow: hidden;
    display: block;
    width: 590px;
    height: 400px;
}

.focus .slide,
.focus .slide>div {
    position: relative;
    overflow: hidden;
    display: block;
    width: 590px;
    height: 360px;
}

.focus .pic {
    display: block;
    position: relative;
    overflow: hidden;
    width: 590px;
    height: 330px;
}

.focus .pic img {
    width: 590px;
    min-height: 330px;
}

.focus .title {
    display: block;
    position: relative;
    border-top: 6px solid #f80;
    margin: -60px 30px 0;
    padding: 15px 30px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(247, 247, 247, .85);
}

.focus .prev,
.focus .next {
    position: absolute;
    top: 138px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
    color: #fff;
    opacity: 0;
    transition: all .3s;
}

.focus .prev {
    transform: translate(-50px, 0);
    left: 0;
}

.focus .next {
    transform: translate(50px, 0);
    right: 0;
}

.focus:hover .prev,
.focus:hover .next {
    opacity: 1;
    transform: translate(0, 0);
}

.focus .navi {
    float: left;
    position: relative;
    left: 50%;
    margin-top: 20px;
}

.focus .navi li {
    float: left;
    position: relative;
    right: 50%;
    width: 40px;
    height: 10px;
    margin: 0 2px;
    font: 0/0 lx;
    background-color: #e9e9e9;
    color: transparent;
    transition: all .3s;
}

.focus .navi li.on {
    background-color: #37e;
}
.banner li {
    position: relative;
    overflow: hidden;
    width: 590px;
    height: 80px;
}
.banner li+li{
    margin-left: 20px;
}
.banner li a img,.banner02 li a img,.banner03 li a img,.banner04 li a img  {
    display: block;
    transition: all .3s;
}

.banner li a:hover img,.banner02 li a:hover img,.banner03 li a:hover img,.banner04 li a:hover img {
    transform: scale(1.08, 1.08);
}
.banner02 li {
    position: relative;
    overflow: hidden;
    width: 290px;
    height: 70px;
}
.banner03 li {
    position: relative;
    overflow: hidden;
    width: 190px;
    height: 80px;
}
.banner04 li {
    position: relative;
    overflow: hidden;
    width: 290px;
    height: 80px;
}
.banner02 li+li,.banner03 li+li,.banner04 li+li{
    margin-left: 10px;
}