﻿*{margin:0 auto;padding:0;font-size:14px;color:#000000;font-family:"Microsoft YaHei";text-decoration:none;}
ul li {list-style-type:none;}
div{overflow:hidden;}
img{border:0;}

.ssy
{
    width:100%;
    height:auto;
    position:relative;
}
.main_lb
{
    width:100%;
    height:500px;
}
.main_lb ul li
{
    width:100%;
    height:500px;
    float:left;
}

.pre
{
    position: absolute;
    top: 50%;
    width: 47px;
    height: 89px;
    display: block;
    z-index: 9999;
    margin-top:-44px;
    left:0;
    cursor:pointer;
}
.next
{
    position: absolute;
    top: 50%;
    width: 47px;
    height: 89px;
    display: block;
    z-index: 9999;
    margin-top:-44px;
    right:0;
    cursor:pointer;
}
.fzr_home_content_right2 .pre
{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 57px;
    display: block;
    z-index: 9999;
    margin-top:-28px;
    cursor:pointer;
}
.fzr_home_content_right2 .next
{
    position: absolute;
    top: 50%;
    width: 30px;
    height: 57px;
    display: block;
    z-index: 9999;
    margin-top:-28px;
    cursor:pointer;
}
.toolbar u 
{
    cursor: pointer;
    display: block;
    width: 12px;
    height: 12px;
    float: left;
    background: url(poit.png) no-repeat;
}
.toolbar u:hover,.toolbar u.active 
{
    background: url(poit.png) no-repeat 0px -12px;
}
.hy_imgs
{
    width:118px;
    height:auto;
    float:left;
}
.hy_imgs_main
{
    width:480px;
    height:auto;
    float:left;
    margin-top:40px;
}
.hy_imgs_top
{
    width:330px;
    height:auto;
    float:left;
    margin-left:30px;
}
.hy_imgs_title
{
    width:480px;
    height:36px;
    border-bottom:1px solid #ada79b;
    margin-top:30px;
}
.hy_imgs_img
{
    width:94px;
    height:34px;
    float:left;
}
.hy_imgs_a
{
    width:42px;
    height:20px;
    float:right;
    margin-top:14px;
}
.hy_imgs_co p
{
    line-height:2.5em;
    color:#2f2f2e;
    font-size:12px;
    text-indent:2em;
}
.hy_imgs_a a
{
    color:#2f2f2e;
}
.hy_imgs_co ul li
{
    width:480px;
    height:25px;
    border-bottom:1px dashed #ada79b;
    margin-top:5px;
}
.hy_imgs_co ul li a
{
    line-height:25px;
    color:#2f2f2e;
    font-size:12px;
    padding-left:10px;
    display:block;
    float:left;
    width:380px;
}
.hy_imgs_co ul li span
{
    line-height:25px;
    color:#2f2f2e;
    font-size:12px;
    padding-left:10px;
    display:block;
    float:left;
    width:80px;
}
.hy_cs
{
    width:1000px;
    height:auto;
    float:left;
}
.hy_mei
{
    width:1000px;
    height:auto;
    float:left;
    margin-left:13px;
}
.hy_meiul
{
    width:1000px;
    height:auto;
    margin-bottom:35px;
}
.hy_meiul ul li
{
    float:left;
    width:177px;
    height:auto;
    margin-left:20px;
    margin-top:35px;
}
.hy_meiul ul li img
{
    display:block;
    width:102px;
    height:102px;
    text-align:center;
    cursor:pointer;
}
.hy_meiul ul li h2
{
    line-height:1.5em;
    font-size:14px;
    text-align:center;
    color:#3a3a3a;
    margin-top:7px;
}
.hy_meiul ul li p
{
    line-height:1.5em;
    font-size:12px;
    text-align:center;
    color:#5a5a5a;
    margin-top:7px;
}

@-webkit-keyframes slides{
	0%{-webkit-transform:scale(1,1);}
	50%{-webkit-transform:scale(1.2,1.2)}
	100%{-webkit-transform:scale(1,1);}
	}
/*缩放*/
.hgs{
	-webkit-animation:slides 1s 1 ease-in-out;	
	}