@charset "gb2312";
@import "reset.css";
@import "header.css";
@import "footer.css";
.container{
    width: 1103px;
    margin: 0 auto;
    margin-top: 10px;
    overflow: hidden;
}
.tygl_left{
    width: 261px;
    float: left;
    background-color: #fff;
}
.tygl_left_tab{
    width: 261px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color:#f5f5f5;
    border-top: 2px solid #0084FF;
}
/*list*/
.tygl_left_list{
    width: 223px;
    padding: 15px 19px 0px 19px;
}
.tygl_left_list li{
    width: 223px;
    height: 41px;
    line-height: 41px;
    border: 1px solid #BADEFF;
    text-align: center;
    margin-bottom: 13px;
}
.tygl_left_list li i{
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("imagestw1.png") no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.tygl_left_list li:hover{
    background-color:#108ED9 ;
}
.tygl_left_list li:hover a{
    color: #fff;
}
.tygl_left_list li:hover i{
    background:url("imagestw.png") no-repeat;
}
.tygl_left_list li.on{
    background-color:#108ED9 ;
}
.tygl_left_list li.on a{
    color: #fff;
}
.tygl_left_list li.on i{
    background: url("imagestw.png") no-repeat;
}
.tygl_left_list li a{
    display: -webkit-inline-box;
    font-size: 14px;
    font-family: "SimSun";
    color: #0f8dd8;
}
.tygl_left_tab a{
    font-family:"Microsoft YaHei";
    font-size: 16px;
    color: #0084FF;
}
/*ÓÒ±ß*/
.tygl_right{
    width: 830px;
    float: left;
    margin-left: 7px;
    background-color: #fff;
}
.tygl_right_tab{
    width: 830px;
    height: 45px;
    line-height: 45px;
    background: url("imagestwo_tab.png") no-repeat;
}
.tygl_right_tab i{
    width: 5px;
    height: 9px;
    display: inline-block;
    background: url("imagestwo_lt.png") no-repeat;
}
.tygl_right_tab a{
    margin-left: 18px;
    color: #8F9495;
    font-family: SimSun;
    font-size: 12px;
}
/*ÓÒ±ßlistÍ¼Æ¬*/
.img-list {
    padding:20px 0 20px 0;
    overflow: hidden;
}
.img-list li {
    float:left;
    width:195px;
    height:162px;
    margin-bottom: 10px;
    margin-left: 10px;
}
.img-list li a {
    position: relative;
    display: block;
    width:195px;
    height:162px;
    margin: 0 auto;
    overflow: hidden;
}
.img-list li a img {
    position: absolute;
    width:195px;
    height:162px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.img-list li a:hover img {
    transform: scale(1.05);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.img-list li a span {
    position: absolute;
    bottom:0;
    width:195px;
    height:30px;
    line-height: 30px;
    text-indent: 1em;
    font-size: 12px;
    color:#fff;
    background-color: #000;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
}
.img-list li a:hover span{
    color:#027ccb;
}