@charset "utf-8";
/* CSS Reset */
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
em,i{ font-style:normal;}
.clearfix:after{ content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix{display:inline-block;} 
.clearfix{display:block;}
video::-internal-media-controls-download-button {
    display:none;
}

video::-webkit-media-controls-enclosure {
    overflow:hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* tFocus 大的幻灯 */
#tFocus-leftbtn,#tFocus-rightbtn{display:block;background:url(../img/spr.png) no-repeat;}
#tFocus{width:1200px;height:900px;overflow:hidden;margin:30px auto 0 auto; position:relative;}
#tFocus-pic{width:1200px;height:760px;position:relative;}
#tFocus-pic li{width:1200px;height:760px;position:absolute;left:0;top:0;filter:alpha(opacity:0);opacity:0;}
#tFocus-pic li em{ display:block; width:1200px; height:550px; }
#tFocus-pic li em img.tFocus-picimg{width:1200px;height:760px;}
#tFocus-pic li em img.tipimg{ position:absolute;width:32px;height:32px;cursor:pointer; }

#tFocusBtn{width:1210px;height:210px;position:absolute; left:-78px;bottom:0; z-index:20;overflow:hidden; zoom:1;}
.tFocusBtn-box{width:920px;margin:0 auto;}
#tFocus-btn{width:1070px;height:210px;position:relative;left:0;bottom:0;overflow:hidden;zoom:1;float:left;margin-right:3px;}
#tFocus-btn ul{width:100000px;position:absolute;left:0;top:10px;}
#tFocus-btn li{width:205px;height:132px; display:block;float:left; margin-right:10px; position:relative; cursor:pointer;}
#tFocus-btn li img{width:205px;	height:120px; }
#tFocus-btn li:hover{font-size: 30px;}
#tFocus-btn li .tFocus-btn-connect{ position:absolute; left:0px; top:0px; width:205px;height:120px;padding:10px;background:url(../img/spbg.png) no-repeat;word-wrap:break-word;
overflow:hidden;word-break:break-all;line-height:145px;font-size:24px;color:#000;}
#tFocus-btn li.active{padding-bottom:4px; border-bottom:5px solid #027bc1;}

#tFocus-btn li span{text-align: left;font-size: 20px; display: block;}
#tFocus-btn li .span_one{margin-top: 15px;}
#tFocus-btn li .span_thr{color: #777474;font-size: 15px;font-weight: 700;}
#tFocus-btn li.active span{color: #027bc1;}
#tFocus-btn li:hover span{color: #027bc1;}

#tFocus-leftbtn,#tFocus-rightbtn{height:40px;margin-top:18px;width:15px;float:left;text-indent:-9999px;}
#tFocus-leftbtn{margin-right:5px;background-position:-455px -60px;}
#tFocus-rightbtn{background-position:-480px -60px;}

/* 大图上的弹层样式 */
.tipcontent{padding:10px;width:660px;height:400px;border-radius:3px; overflow:hidden;zoom:1; display:none;position:absolute;left:50%; top:0px; z-index:222; margin-left:-340px;margin-top:80px;background:#ffffff;}
.tipcontent .close{ background:url(../img/close.jpg) no-repeat right center; width:100%; height:30px;cursor:pointer;}
#tipconmessage{ position: relative; width: 660px; height:350px;margin-top:20px;overflow:hidden;zoom:1;}
#tipconmessage .img_list{overflow:hidden; zoom:1; position: relative; height: 350px;}
/* 根据图片的张数来设定dl的宽度 */
.img_list dl{ width: 3500px; position: absolute; height: 350px; left: 0px;}
.img_list dd{ float: left; width: 660px; height:350px; }
.img_list dd .img_list_content{padding-left:40px;padding-right:40px;width:580px;overflow:hidden;zoom:1;}
/* 左右点击的按钮样式 */
#tipconmessage .toLeft{display: none;position: absolute;width: 27px;height: 54px; top:35%; 
    background: url(../img/left.jpg) no-repeat left center;left: 0px;cursor:pointer;}
#tipconmessage .toLeft:hover{background: url(../img/lefthover.jpg) no-repeat left center;}
#tipconmessage .toRight{display: none;position: absolute;width: 27px;height: 54px;top:35%;  
    background: url(../img/right.jpg) no-repeat left center;cursor:pointer;right: 0px;}
#tipconmessage .toRight:hover{background: url(../img/righthover.jpg) no-repeat left center;}





