@import "reset.css";
@import "header.css";
@import "footer.css";
/*??????????????????????????????????????????*/
.container{
    width: 996px;
    margin: 0 auto;
    padding: 5px;
    background-color: #fff;
    /* z-index: -1; */
}
.jdt{
    height: 325px;
    overflow: hidden;
}
.jdt_left{
    width: 198px;
    height: 323px;
    float: left;
    border: 1px solid #E3E3E3;
}
.jdt_left_top{
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #e3e3e3;
}
.jdt_left_top a{
    font-family:"NSimSun";
    font-size: 14px;
    color: #cc0000;
    margin: 0 10px;
}
.jdt_left_con{
    width:190px;
    height: 300px;
    padding: 5px;
}
.jdt_left_con>a{
    width: 180px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    background-image: url("imagesicon_all.png");
    background-repeat: no-repeat;
    background-position: 0px -87px;
    font-size: 12px;
    font-family:"Microsoft YaHei";
    color: #fff;
    margin: 6px 0px;
}
.jdt_left_con p{
    margin-top: 2px;
    margin-left: 6px;
    margin-bottom: 2px;
    height: 98px;
    line-height: 23px;
}
.jdt_left_con p span{
    font-size: 13px;
    color: #E10E07;
    font-family:"NSimSun";
}
.jdt_left_con p a{
    font-size: 13px;
    color: #646464;
    font-family:"NSimSun";
}
.jdt_container{
    width: 503px;
    height: 317px;
    border:1px solid #e3e3e3;
    padding: 3px;
    position: relative;
    float:left;
    margin:0 5px;
}
.jdt_container .bd {
    width: 504px;
    height: 320px;
    margin: 0 auto;
}
.jdt_container .bd ul{
    overflow: hidden;
}
.jdt_container .bd ul li{
    float: left;
}
.jdt_container .bd ul li>a {
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
}
.jdt_container .bd ul li>a img {
    width: 504px;
    height: 321px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.jdt_container .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;
}
.jdt_container .bd ul li>p {
    position: absolute;
    left: 3px;
    top: 294px;
    width: 504px;
    height:30px;
    line-height: 30px;
    background-color: #000;
    filter:alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity:0.6;
    -khtml-opacity: 0.6;
    z-index: 5;
}
.jdt_container .bd ul li>span {
    position: absolute;
    left:0px;
    bottom: -2px;
    width: 501px;
    height:30px;
    line-height: 30px;
    text-indent: 0.7em;
    z-index: 6;
}
.jdt_container .bd ul li>span a {
    font-size: 12px;
    color: #fff;
    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;
}
.jdt_container .bd ul li span:hover a{
    color:#E0515A;
}
.jdt_container .hd {
    position: absolute;
    right:8px;
    bottom: 6px;
    z-index: 7;
}
.jdt_container .hd ul li {
    float: left;
    width:30px;
    height:12px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    line-height: 12px;
}
.jdt_right{
    float: left;
}
.jdt_right_con{
    width: 271px;
    height: 324px;
    border: 1px solid #E2E2E2;
    /* margin-top: 20px; */
    border-top: none;
}
.jdt_right_con_top{
    height: 27px;
    line-height: 27px;
    border: 1px solid #FFAD6E;
}
.jdt_right_con_top .a1{
    display: inline-block;
    width: 106px;
    height: 30px;
    line-height: 30px;
    margin-left: -1px;
    margin-top: -2px;
    background-image: url("images0_03.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 14px;
    font-family: "NSimSun";
    text-align: center;
}
.jdt_right_con_top .a2{
    margin-right: 10px;
    font-size: 14px;
    color: #FB7136;
}
.jdt_right_con_tex{
    padding-left:2px;
}
.jdt_right_con_tex h2{
    margin-top: 8px;
}
.jdt_right_con_tex h2 a{
    font-family: "NSimSun";
    font-size: 14px;
    color: #666;
}
.jdt_right_con_tex h2 a:hover{
    color: #E0515A;
}
.jdt_right_con_tex p{
    margin-top: 8px;
    color: #666;
    font-size: 12px;
    font-family: "NSimSun";
    height: 70px;
    line-height: 20px;
}
.jdt_right_con_tex p a{
    color: #E0515A;
}
.jdt_right_con ul{
    border-top: 1px dashed #c2c2c2;
    padding-left:5px;
    padding-top: 5px;
}
.jdt_right_con ul li{
    height: 25px;
    line-height: 25px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.jdt_right_con 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;
}
.jdt_right_con ul li a{
    *float: left;
    font-family: "NSimSun";
    font-size: 12px;
    color: #000;
}
.jdt_right_con ul li:hover a{
    color: #E0515A;
}
.jdt_right_con ul li span{
    float: right;
    margin-right: 5px;
    font-size: 12px;
    color: #666;
}
.jdt_right_con ul li i{
    *float: left;
    display: inline-block;
    width: 2px;
    height: 2px;
    background-image: url("imagesdian_03.png");
    background-repeat: no-repeat;
    vertical-align: middle;
    *margin-top: 13px;
}
.zyhy_rdkw{
    margin-top: 10px;
    overflow: hidden;
}
.zyhy{
    width: 368px;
    height: 185px;
    border: 1px solid #efefef;
    border-top: 3px solid #E12C21;
    margin-right:12px;
}
.zyhy .a1{
    margin-left: 20px;
    font-size: 14px;
    color: #cc0000;
    font-family: "NSimSun";
    margin-top: 7px;
    display: inline-block;
}
.zyhy ul{
    padding-left: 10px;
    padding-top: 13px;
    margin-bottom: 4px;
    min-height: 100px;
}
.zyhy ul li{
    height: 25px;
    line-height: 25px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.zyhy 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;
}
.zyhy ul li a{
    font-family: "NSimSun";
    font-size: 12px;
    color: #333;
    *float: left;
}
.zyhy ul li:hover a{
    color: #E0515A;
}
.zyhy ul li i{
    *float: left;
    display: inline-block;
    width: 2px;
    height: 2px;
    background-image: url("imagesdian_03.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    *margin-top: 13px;
}
.zyhy ul li span{
    float: right;
    margin-right: 10px;
    color:#666;
    font-size: 12px;
}
.zyhy .a2{
    font-size: 12px;
    float: right;
    margin-right: 10px;
    color: #cc0000;
}
.zj_pic{
    width: 750px;
    height: 85px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.zj_pic ul li{
    float: left;
    width: 750px;
    height: 85px;
}
.zj_pic ul li a{
    width: 750px;
    height: 85px;
    overflow: hidden;
}
.zj_pic ul li a img{
    width: 750px;
    height: 85px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.zj_pic ul li a img:hover{
    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;
}
.rsrm{
    width: 243px;
    height: 201px;
    border: 1px solid #efefef;
    border-top: 3px solid #E12C21;
    margin-right:10px;
}
.rsrm .a1{
    margin-left: 20px;
    font-size: 14px;
    color: #cc0000;
    font-family: "NSimSun";
    margin-top: 7px;
    display: inline-block;
}
.rsrm ul{
    padding-left: 10px;
    padding-top: 13px;
    *padding-top: 5px;
    margin-bottom: 5px;
    min-height: 134px;
}
.rsrm ul li{
    height: 25px;
    line-height: 25px;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.rsrm 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;
}
.rsrm ul li a{
    font-family: "NSimSun";
    font-size: 12px;
    color: #333;
    *float: left;
}
.rsrm ul li:hover a{
    color: #E0515A;
}
.rsrm ul li i{
    *float: left;
    display: inline-block;
    width: 2px;
    height: 2px;
    background-image: url("imagesdian_03.png");
    background-repeat: no-repeat;
    margin-right: 5px;
    *margin-top: 13px;
}
.rsrm ul li span{
    float: right;
    margin-right: 10px;
    color:#666;
    font-size: 12px;
}
.rsrm .a2{
    font-size: 12px;
    float: right;
    margin-right: 10px;
    color: #cc0000;
}
.nztp{
    width: 738px;
    height: 148px;
    border: 1px solid #E9E9E9;
    margin-top: 10px;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 10px;
}
.nztp .a1{
    display: inline-block;
    width: 36px;
    height: 117px;
    padding-top: 30px;
    background-color: #DF1013;
    font-size: 14px;
    color: #fff;
    font-family:"Microsoft YaHei";
    text-align: center;
    float: left;
    margin-right: 5px;
}
.nztp .nztp_list ul{
    overflow: hidden;
    margin-top: 7px!important;
}
.nztp .nztp_list ul li{
    float: left;
    width: 170px;
    height: 135px;
    margin-left: 3px;
    text-align: center;
}
.nztp .nztp_list ul li a{
    display: inline-block;
    width: 170px;
    height: 115px;
    font-size: 12px;
    color: #666;
    font-family: "NSimSun";
}
.nztp .nztp_list ul li a img{
    margin-bottom: 2px;
    width: 170px;
    height: 115px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.nztp .nztp_list ul li a img:hover{
    transform: scale(1.03);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.zyhy_rdkw_right{
    width: 230px;
}
.tzgg{
    width: 228px;
    height: 187px;
    border: 1px solid #ECECEC;
}
.tzgg_top{
    width: 228px;
    height: 20px;
    line-height: 30px;
    /* background-image: url("images10_03.png"); */
    background-repeat: no-repeat;
    border-top: 3px solid #E12C21;
}
.tzgg_top a{
    font-family: "NSimSun";
    font-size: 14px;
    color: #E12C21;
    margin-left: 8px;
}
.tzgg_yqlj{
    width: 228px;
    height: 235px;
    border: 1px solid #ECECEC;
    margin-top: 14px;
    position: absolute;
    z-index: 0;
}
.tzgg_top_yqlj{
    width: 230px;
    height: 30px;
    line-height: 30px;
    background-image: url("images10_03.png");
    background-repeat: no-repeat;
    /* margin-top: 15px; */
}
.tzgg_top_yqlj a{
    font-family: "NSimSun";
    font-size: 14px;
    color: #fff;
    margin-left: 8px;
}
.tzgg ul{
    padding: 5px;
    /* padding-top: 6px; */
}
.tzgg ul li{
    height: 25px;
    *
    height: 41px;
    *
    line-height: 41px;
    line-height: 25px;
    width: 215px;
    border-bottom: 1px dashed #D0D0D0;
    transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}
.tzgg ul li:last-child{
    border-bottom: none;
}
.tzgg 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;
}
.tzgg ul li:hover a{
    color: #E0515A;
}
.tzgg ul li a{
    font-size: 12px;
    font-family: "NSimSun";
    color: #000;
    *
    float: left;
}
.tzgg ul li span{
    float: right;
    font-family: "NSimSun";
    font-size: 12px;
    color: #FF2321;
}
.dbfc{
    width: 228px;
    height: 206px;
    border: 1px solid #E3E3E3;
    margin-top: 12px;
    overflow: hidden;
}
.dbfc .a1{
    float: left;
    font-size: 14px;
    color: #cc0000;
    margin-top: 10px;
    margin-left: 10px;
}
.dbfc .a2{
    font-size: 14px;
    color: #cc0000;
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}
.dbfc_list{
    height: 175px;
    position: relative;
    margin-top: 31px;
}
.dbfc_list .a3{
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("imagesicon_all.png");
    background-repeat: no-repeat;
    background-position: 0px -135px;
    position: absolute;
    top: 99px;
    left: 20px;
}
.dbfc_list .a4{
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url("imagesicon_all.png");
    background-repeat: no-repeat;
    background-position:-169px -135px;
    position: absolute;
    top: 99px;
    right: 20px;
}
.dbfc_list ul{
    height: 165px;
    overflow: hidden;
    margin-left: 65px!important;
}
.dbfc_list ul li{
    width: 100px;
    height: 165px;
    float: left;
    text-align: center;
}
.dbfc_list ul li img{
    width: 98px;
    height: 141px;
    border: 1px solid #dedede;
    margin-bottom: 3px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.dbfc_list ul li img:hover{
    transform: scale(1.03);
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.dbfc_list ul li a{
    font-size: 12px;
    font-family: "NSimSun";
    color: #cc0000;
}
.two_pic{
    display: block;
    width: 229px;
    height: 100px;
    margin-top: 10px;
}
.two_pic img{
    width: 229px;
    height: 100px;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
    -webkit-transition: transform 0.7s ease-out 0s;
}
.two_pic img:hover{
    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;
}
/*????????????????????????????????????????????????????????????????????????????????????????*/
.yqlj{
    width: 204px;
    min-height: 195px;
    /* line-height: 23px; */
    /* border: 1px solid #E8E8E8; */
    /* margin-top: 15px; */
    padding-top: 10px;
    /* padding-bottom: 5px; */
    margin: 0 auto;
    /* margin-bottom: 10px; */
    /* overflow: auto; */
    z-index: -1;
}
.friendlink{
    height: 30px;
    line-height: 30px;
}
.friendlink>ul>li{
    /* margin: 0  70px; */
    position: relative;
    width: 200px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    margin: 11px 0;
}
/* select-main */
div.select-main {
    background-color:#FFFFFF;
    font-size:13px;
    position:absolute;
    top: 8px;
    left:0;
    width: 185px;
    height: 20px;
    line-height: 20px;
    -webkit-user-select:none; /* webkit (safari, chrome) browsers */
    -moz-user-select:none; /* mozilla browsers */
    -khtml-user-select:none; /* webkit (konqueror) browsers */
    -ms-user-select:none; /* IE10+ */
    color:#000;
}
.select-block:hover {
    display: block;
}
div.select-main.z-index {
    z-index:10;
}
div.select-main.disabled {
    cursor:default;
    filter:alpha(opacity=50);
    opacity:0.5;
    zoom:1;
}
div.select-main.disabled div.select-set {
    cursor:default;
}

div.select-main.disabled div.select-arrow {
    cursor:default;
}
div.select-set {
    background-color:#FFFFFF;
    cursor:pointer;
    height: 24px;
    line-height: 20px;
    overflow:hidden;
    position:relative;
    width: 200px;
    z-index:5;
    font-size: 12px;
}
div.select-arrow {
    border-top:5px solid #000;
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    cursor:pointer;
    height:0px;
    position:absolute;
    top:9px;
    right:5px;
    width:0px;
    z-index:7;
}
div.select-arrow.reverse {
    border-top:7px solid transparent;
    border-bottom:7px solid #616161;
}
div.select-block {
    background-color:#FFFFFF;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
    left:-1px;
    line-height:20px;
    position:absolute;
    top:21px;
    width: 200px;
    max-height: 250px;
    overflow-y: auto;
    z-index: 50;
}
ul.select-list {
    cursor:pointer;
    margin:12px 0 0;
}
.select-items{
    height: 18px;
    line-height: 18px;
}
.select-items>a{
    font-size: 12px;
    margin-left: -20px;
    color: #000;
    text-indent: 0px;
}
.footer_yqlj{
    display:block;
    width: 114px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background-image: url("imageslb_07.png");
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-family: "SimSun";
    display: none;
}
