/*多图交替9通用样式*/




.focusBox { position: relative; width: 729px; height: 400px; overflow: hidden;  }	
.focusBox .pic img { width: 729px; height: 400px; display: block; }	


.focusBox .pic span{background:rgba(0,0,0,0.45); overflow: hidden; line-height:42px; height: 42px;width:100%;position:absolute;bottom:0;z-index:2;color:#fff;text-indent:1em;}

.focusBox .txt-bg { position: absolute; bottom: 0; z-index: 1; height: 42px; width:100%;  background: #000; filter: alpha(opacity=45); opacity: 0.45; overflow: hidden; }	

.focusBox .txt { position: absolute; bottom: 0; z-index: 2; height: 42px; width:100%; overflow: hidden; }	
.focusBox .txt li{ height:42px; line-height:42px; position:absolute; bottom:-36px;}	

.focusBox .txt li a{ display: block; color: white; padding: 0 0 0 10px; font-size: 16px;  text-decoration: none; }
	.focusBox .num { position: absolute; z-index: 3; bottom: 10px; right: 8px; }	
	.focusBox .num li{ float: left; position: relative; width: 16px; height: 16px;  overflow: hidden; text-align: center; margin-right: 5px; cursor: pointer;  border-right: 1px solid #FFF; }	
	.focusBox .num li a,.focusBox .num li span { position: absolute; z-index: 2; display: block; background:#666666;width: 100%; height: 100%; top: 0; left: 0; text-decoration: none; }	
	.focusBox .num li span { z-index: 1; background:#7d7b79; filter: alpha(opacity=80); opacity: 0.8; }	
	.focusBox .num li.on a,.focusBox .num a:hover{ background:#ff0000;  color: #fff; border: 1px solid #FFF;}



/*qiehuan*/

.dtjt9_div_img {
    position: relative;
    overflow: hidden;
}

.dtjt9_div_img img {
    display: block;
}

.dtjt9_div_text {
    /* width: 100%; */
    text-align: left;
	 background: rgba(0, 0, 0, .5);
	/* margin-left:10px; */
	padding:0px 15px 10px;
    position: absolute;
    left: 0px;
    bottom: -15px;
    z-index: 150;
}

.dtjt9_div_text .dtjt9_div_text_title {
   
   
    height: 38px;
	line-height:36px;
}

.dtjt9_div_text a {
    font-size: 16px;
    font-weight: bold;
    line-height: 38px;
    color: #fff;
    text-decoration: none;
}

.dtjt9_div_text_title1 a {
    font-size: 20px;
    font-weight: bold;
    line-height: 65px;
    color: #fff;
    text-decoration: none;
}

.dtjt9_div_text1 a:link {
    font-size: 18px;
    font-weight: 200;
    line-height: 65px;
    color: #fff;
    text-decoration: none;
}

.dtjt9_div_text1 a:visited {
    font-size: 18px;
    font-weight: 200;
    line-height: 65px;
    color: #fff;
    text-decoration: none;
}

.dtjt9_div_text1 a:hover {
    color: red;
}

.dtjt9_div_text a:link {
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.dtjt9_div_text a:visited {
    font-size: 18px;
  
    line-height: 38px;
    color: #fff;
    text-decoration: none;
}

.dtjt9_div_text a:hover {
    color: red;
}

.dtjt9_div_img .number {
    position: absolute;
    right: -1px;
    bottom: 1px;
    z-index: 200;
}

.dtjt9_div_img .number .nomal {
    width: 16px;
    height: 16px;
    line-height: 19px;
    display: block;
    text-align: center;
    /* opacity: 0.7; */
    background: #6C6D6E;
    float: left;
    color: #fff;
    margin-right: 5px;
    border-right: 1px solid #FFF;
    font-size: 16px;
    z-index: 300;
    TEXT-DECORATION: none
}

.dtjt9_div_img .number .current {
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
    /* opacity: 0.7; */
    background: red;
    float: left;
    color: #FFF;
    margin-right: 5px;
    border: 1px solid #FFF;
    font-size: 16px;
    TEXT-DECORATION: none
}