@import "reset.css";
@import "header.css";
@import "footer.css";
/*ÄÚÈÝ*/
.content{
    width: 1008px;
    margin: 0 auto;
    margin-top: 10px;
    height: 656px;
    overflow: hidden;
}
.content .content_left{
    width:248px;
    height:656px;
    float: left;
}
.content .content_left .content_left_d1{
    width:240px;
    height: 320px;
    border: 1px solid #F9E5E6;

}
.content .content_left .content_left_d1 p{
    width: 240px;
    height: 30px;
    line-height: 30px;
    background-color:#FBF0F1;
    border-bottom:1px solid #F9E5E6;
}
.content .content_left .content_left_d1 p a{
    font-size: 13px;
    color: #be010d;
    margin-left: 20px;
}
.content .content_left .content_left_d1 ul{
    padding: 12px;
}
.content .content_left .content_left_d1 ul li{
    width: 225px;
    height: 25px;
    line-height: 25px;
    margin-bottom: 4px;
}
.content .content_left .content_left_d1 ul li:hover a{
    color: #C61D2D;
    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.content .content_left .content_left_d1 ul li a{
    font-size: 12px;
    color: #505050;
    font-family: "NSimSun";
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.content .content_left .content_left_d2{
    width: 240px;
    margin-top:10px;
    height: 135px;
    border: 1px solid #F9E5E6;

}
.content .content_left .content_left_d2 p{
    width: 240px;
    height: 30px;
    line-height: 30px;
    background-color:#FBF0F1;
    border-bottom:1px solid #F9E5E6;
}
.content .content_left .content_left_d2 p a{
    font-size: 13px;
    color: #be010d;
    margin-left: 20px;
}
.content .content_left .content_left_d2 ul{
    padding: 9px;
}
.content .content_left .content_left_d2 ul li{
    width: 223px;
    height: 40px;
    line-height:40px;
    background: url("imagesjz_bg.jpg") no-repeat;
    text-align: center;
    margin-bottom: 6px;
}
.content .content_left .content_left_d2 ul li a{
    font-size: 14px;
    color: #fff;
}
.content .content_left .content_left_d3{
    width: 240px;
    height: 79px;
    border: 1px solid #F9E5E6;
    margin-top: 10px;

}
.content .content_left .content_left_d3 p{
    width: 224px;
    height: 60px;
    margin: 9px;
}
/*ÓÒ±ß*/
.content .content_right{
    margin-left: 7px;
    width: 750px;
    float: left;
    overflow: hidden;
}
.content .content_right .content_right_top{
    overflow: hidden;
}
.content .content_right .content_right_top .left {
    position: relative;
    float:left;
    width:412px;
    height:260px;
    background: #fff;
    /*border: 1px solid red;*/
}
.content .content_right .content_right_top .left .bd {
    width:412px;
    height:260px;
    margin: 0 auto;
}
.content .content_right .content_right_top .left .bd ul li{
    float: left\9;
    width: 412px;
    height: 260px;
}
.content .content_right .content_right_top .left .bd ul li>a {
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
}
.content .content_right .content_right_top .left .bd ul li>a img {
    width:412px;
    height:260px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.content .content_right .content_right_top .left .bd ul 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;
}
.content .content_right .content_right_top .left .bd ul li>p {
    position: absolute;
    left: 0px;
    top: 231px;
    width: 411px;
    height:28px;
    line-height: 28px;
    background-color: #323029;
    filter:alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity:0.3;
    -khtml-opacity: 0.3;
    z-index: 5;
}
.content .content_right .content_right_top .left .bd ul li>span {
    position: absolute;
    left:5px;
    bottom: 1px;
    width: 412px;
    height:28px;
    line-height: 28px;
    z-index: 6;
}
.content .content_right .content_right_top .left .bd ul li>span a {
    font-size: 12px;
    color: #F2F2F1;
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.content .content_right .content_right_top .left .bd ul li>span a:hover{
    color: #BC0714;
}
.content .content_right .content_right_top .left .hd {
    position: absolute;
    right:10px;
    bottom: 7px;
    z-index: 7;
}
.content .content_right .content_right_top .left .hd ul li {
    float: left;
    width:16px;
    height:16px;
    line-height: 16px;
    margin-right: 6px;
    background-color: #ccc;
    cursor: pointer;
    font-size: 10px;
    text-align: center;
    color: #525451;
}
.content .content_right .content_right_top .left .hd ul li.on {background-color:#C41112}
/*¹¤×÷¶¯Ì¬*/
.content .content_right .content_right_top .gzdt{
    width: 333px;
    height: 260px;
    border: 1px solid #FCEBED;
    float: left;
    margin-left: 3px;
}
.content .content_right .content_right_top .gzdt .tab{
    width: 333px;
    height: 48px;
    line-height:48px;
    background-color: #C61D2D;
}
.content .content_right .content_right_top .gzdt .tab ul li{
    float: left;
    width:90px;
    margin-left: 11px;
    height: 38px;
    line-height: 32px;
    margin-top: 10px;
    text-align: center;
}
.content .content_right .content_right_top .gzdt .tab ul li.on{
    background-color: #fff;

}
.content .content_right .content_right_top .gzdt .tab ul li.on a{
    color: #be010d;
    font-size: 16px;
}
.content .content_right .content_right_top .gzdt .tab ul li a{
    font-size: 14px;
    color: #fff;
}
.content .content_right .content_right_top .gzdt .tab p{
    float: right;
    margin-right: 10px;
}
.content .content_right .content_right_top .gzdt .tab p a{
    font-size: 14px;
    color: #fff;
}
.gzdt h3{
    margin: 20px 0 0 25px;
}
.gzdt h3 a{
    font-size:14px;
    color: #be010d;
}
.gzdt .gzdt_list ul{
    overflow: hidden;
    padding: 8px;
    padding-top: 5px;
}
.gzdt .gzdt_list ul li{
    width: 306px;
    height: 28px;
    line-height: 28px;
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.gzdt .gzdt_list ul li a{
    font-size: 12px;
    color: #505050;
    font-family: "NSimSun";
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;

}
.gzdt .gzdt_list ul li:hover{

    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.gzdt .gzdt_list ul li:hover a{
    color: #C61D2D;
}
.gzdt .gzdt_list ul li i{
    width: 2px;
    height: 2px;
    background: url("imagesdian_07.png") no-repeat;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.gzdt .gzdt_list ul li span{
    float: right;
    color: #B92F3A;
    font-size: 14px;
}
/*ÏÂ*/
.xia{
    width: 755px;
    margin-top: 8px;
    overflow: hidden;
}
.xia .xia_one{
    width: 323px;
    height: 185px;
    border: 1px solid #FCEBED;
    float: left;
}
.xia .xia_one .xia_one_nav{
    width: 323px;
    height: 27px;
    line-height: 27px;
    background-color:#A71621;
    color:#fff;

}
.xia .xia_one .xia_one_nav ul{
    overflow: hidden;
}
.xia .xia_one .xia_one_nav ul li{
    float: left;
    width: 75px;
    text-align: center;
}
.xia .xia_one .xia_one_nav ul li.on a{
    border-left:2px solid #FFF;
    font-size: 14px;
}
.xia .xia_one .xia_one_nav ul li a{
    font-size: 12px;
    color: #fff;
    padding-left: 8px;
    margin-left: 8px;
}
.xia_one_nav_list{
    width: 323px;
    height: 157px;
}
.xia_one_nav_list ul{
    overflow: hidden;
    padding: 10px;
}
.xia_one_nav_list ul li{
    height: 21px;
    line-height: 21px;
    margin: 8px 0;
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.xia_one_nav_list ul li i{
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 5px;
    background: url("imagesdian_07.png")no-repeat;
    vertical-align: middle;
}
.xia_one_nav_list ul li a{
    font-size: 12px;
    color: #505050;
    font-family: "NSimSun";
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.xia_one_nav_list ul li:hover{
    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.xia_one_nav_list ul li:hover a{
    color: #C61D2D;
}
.xia_two{
    width: 419px;
    height: 185px;
    border: 1px solid #FCEBED;
    float: left;
    margin-left: 8px;
}
.xia .xia_two .xia_two_nav{
    width: 417px;
    height: 27px;
    line-height: 27px;
    background-color:#A71621;
    color:#fff;

}
.xia .xia_two .xia_two_nav ul{
    overflow: hidden;
}
.xia .xia_two .xia_two_nav ul li{
    float: left;
    width: 75px;
    text-align: center;
}

.xia .xia_two .xia_two_nav ul li.on a{
    border-left:2px solid #FFF;
    font-size: 14px;
}
.xia .xia_two .xia_two_nav ul li a{
    font-size: 12px;
    color: #fff;
    padding-left: 8px;
    margin-left: 8px;
}
.xia .xia_two .xia_two_nav ul p{
    float:right;
    margin-right: 10px;
}
.xia .xia_two .xia_two_nav ul p a{
    font-size: 14px;
    color: #fff;
    font-family: "NSimSun";
}
.xia_two_nav_list{
    width: 417px;
    height: 157px;
}
.xia_two_nav_list ul{
    overflow: hidden;
    padding: 10px;
}
.xia_two_nav_list ul li{
    height: 21px;
    line-height: 21px;
    margin: 8px 0;
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.xia_two_nav_list ul li i{
    display: inline-block;
    width: 2px;
    height: 2px;
    margin-right: 5px;
    background: url("imagesdian_07.png")no-repeat;
    vertical-align: middle;
}
.xia_two_nav_list ul li a{
    font-size: 12px;
    color: #505050;
    font-family: "NSimSun";
    word-spacing:8px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.xia_two_nav_list ul li:hover{
    padding-left: 5px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.xia_two_nav_list ul li:hover a{
    color: #C61D2D;
}
