/*===========================公共部分 begin======================*/
/*top begin*/
/*banner*/
.banner{clear:both;height:420px}
/*logo*/
.logo{overflow: hidden;margin-top:140px;}
.logo img{
    display: block;
    max-height:92px;
}
/*top end*/
/*
* 专题导航
*/
/*
* 专题导航
*/
.menuBox{
    height: 78px;
    border-radius:5px 5px 0 0;
    background: #ce0d0d;
}
.menuBox{
    overflow: hidden;
}
.menuDl dd{
    float: left;
    display: inline;
    overflow: hidden;
    position: relative;
    left:-2px;
}
.menuDl dd a{
    display: block;
    height: 78px;
    overflow: hidden;
    position: relative;
    border-radius:5px 5px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 104px;
    padding: 0 60px 0 60px;
    text-align: center;
}
.menuDl dd a i{
    display: block;
    position: absolute;
    top: 18px;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-left: -10px;
}
.menuDl dd a.a1 i{
    background: url(../images/m1.png)no-repeat center center;
    background-size: cover;
}
.menuDl dd a.a2 i{
    background: url(../images/m2.png)no-repeat center center;
    background-size: cover;
}
.menuDl dd a.a3 i{
    background: url(../images/m3.png)no-repeat center center;
    background-size: cover;
}
.menuDl dd a.a4 i{
    background: url(../images/m4.png)no-repeat center center;
    background-size: cover;
}
.menuDl dd a.a5 i{
    background: url(../images/m5.png)no-repeat center center;
    background-size: cover;
}





.menuDl dd.hover a{background: #a30000;}
.menuDl dd a:after{
    content: "";
    display: block;
    background:rgba(0,0,0,0.2);
    width:1px;
    height:30px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
}
.menuDl dd.hover a:after{display:none}
.menuDl dd a:before{
    content: "";
    display: block;
    background:rgba(255,255,255,0.1);
    width:1px;
    height:30px;
    position: absolute;
    top: 50%;
    left:1px;
    margin-top: -15px;
}
.menuDl dd.hover a:before{display:none}
.menuDl dd.nnn a:after{display:none}
.menuDl dd.nnn a:before{display:none}
.menuDl dd a em{
    display: block;
    height:38px;
    background-position:center bottom;
    background-repeat: no-repeat;
}
.menuDl dd a span{
    display: block;
    height:30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    color: #ffffff;
    font-size:16px;
}
.goIndex{
    display: block;
    width: 220px;
    height: 78px;
    overflow: hidden;
    background: url(../images/icon1.png) no-repeat center center;
    position: relative;
    right:-1px;
}
.goIndex:before{
    display: block;
    content: "";
    width: 20px;
    height: 18px;
    background: url(../images/m6.png)no-repeat center center;
    background-size: cover;
    position: absolute;
    top: 30px;
    right: 38px;
}
.goIndex span{
    float:left;
    display:block;
    height: 78px;
    line-height: 78px;
    color: #ce0d0d;
    font-size:18px;
    margin-left: 72px;
    font-weight:bold;
}
/**/
.menuBox2{
    clear: both;
    height:43px;
    background:#fff;
    border-radius:0 0 5px 5px;
    box-shadow:0 1px 3px rgba(0,0,0,0.1);
}
.weatherBox{
    width:140px;
    overflow: hidden;
    margin:10px 0 0 23px;
}
.weatherBox iframe{position:relative;left:-25px;}
.calendar{
    line-height: 43px;
    color:#666666;
}
.searchBox{
    height:25px;
    border:1px solid #f0f0f0;
    border-radius:5px;
    margin:8px 29px 0 0;
}
.sellOrBuySel {
    width:60px;
    height:25px;
    position: relative;
    padding-right:25px;
    margin-right: 10px;
}
.mmBasisForm dd .sellOrBuySel{min-width:100px}
.sellOrBuySel .seljg {
    padding-left:10px;
    line-height:25px;
    color: #666666;
    cursor: pointer;
}
.sellOrBuySel i {
    display: block;
    width: 25px;
    height:25px;
    background: url(../images/sel3.png) no-repeat center center;
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}
.sellOrBuySel .selTj {
    width: 100%;
    overflow: hidden;
    border: 1px solid #e6e6e6;
    border-top: none;
    max-height: 180px;
    overflow-y: auto;
    position: absolute;
    left: -1px;
    top:25px;
    background: #FFF;
    display: none;
    z-index: 100000
}
.sellOrBuySel .selTj a {
    display: block;
    height:30px;
    line-height: 30px;
    padding-left: 13px;
    color: #666666;
    margin-bottom: 1px;
}
.sellOrBuySel .selTj a:hover {
    background: #f8f8f8;
    color: #025608;
}
.sellOrBuySel .selTj a.hover {
    background: #f8f8f8;
    color: #025608;
}
.inputBox{
    width: 130px;
    height:25px;
    overflow: hidden;
    margin-left:5px;
}
.inputBox input{
    display: block;
    width: 100%;
    height:25px;
    overflow: hidden;
    background:none;
    border:none;
}
.inputBox input::placeholder{color:#999999}
.searchBox .bt{
    width: 75px;
    height:25px;
    background:#f0f0f0;
    overflow: hidden;
    line-height: 25px;
    color: #666666;
    font-size:14px;
    text-align: center;
}

/*栅格部分*/
.grid{margin:0 -10px}
.gridC1{
    width: 100%;
}
.gridC2{
    display:inline;
    float: left;
    width: 50%;
}
.gridC3{
    display:inline;
    float: left;
    width:33.3333%;
}
.gridC4{
    display:inline;
    float: left;
    width:25%;
}
.gridC5{
    display:inline;
    float: left;
    width:20%;
}
/*第一通栏开始*/
.column1{ padding:15px; width:1170px; overflow:hidden; position:relative; z-index:2;}
.column1Up{ overflow:hidden;}
.column1UpL{ width:130px; overflow:hidden; text-align:center;}
.column1UpL span{ display:block; height:37px; line-height:37px; overflow:hidden; color:#ffffff; font-size:16px; background:#ce0d0d;}
.column1UpL em{ display:block; font-style:normal; padding:6px 0 7px; overflow:hidden; color:#333333; font-size:14px; line-height:25px; height:50px; background:#f3f2f2;}
.column1Up .text{ padding:10px 0 0; text-align:center;}
.column1Up .text h1{ display:block; font-weight:normal; height:40px; line-height:40px;}
.column1Up .text h1 a{ color:#333333; font-size:24px;}
.column1Up .text div{ color:#666666; line-height:35px; height:35px; position:relative; overflow:hidden; font-size:16px;}
.column1Up .text div a{ position:absolute; right:0px; bottom:0px; height:35px; line-height:35px; color:#ce0d0d; font-size:12px;}
.column1Ad{ height:50px; background:#fafafa; line-height:50px; overflow:hidden;}
.column1AdL{ width:77px; height:50px; padding-left:48px; color:#272727; font-size:16px; font-weight:bold; background:url(../images/intro.png) no-repeat 14px center; margin-right:15px;}
.column1AdR{
    height:50px;
    overflow:hidden;
    position:relative;
}
/*内容*/
.column1AdR .bd{ position:relative; height:100%; z-index:0; height:50px; width:980px; overflow:hidden;}
.column1AdR .bd li{ zoom:1; vertical-align:middle; height:50px; font-size:14px; width:480px; overflow:hidden; float:left; display:inline; margin-right:30px;}
.column1AdR .bd li a{ float:left; display:inline;}
.column1AdR .bd li span{ float:right; display:inline; color:#999999; font-size:12px;}
/* 下面是前/后按钮代码，如果不需要删除即可 */
.column1AdR .prev{ display:block; width:6px; height:10px; position:absolute; right:37px; top:50%; margin-top:-5px; background:url(../images/arrow1.png) no-repeat 0px 0px;}
.column1AdR .prev:hover{ background-position:0 -10px;}
.column1AdR .next{ display:block; width:6px; height:10px; position:absolute; right:10px; top:50%; margin-top:-5px; background:url(../images/arrow1.png) no-repeat -26px 0px;}
.column1AdR .next:hover{ background-position:-27px -10px;}
.column1Dn{ overflow:hidden;}
.column1DnL{ width:130px; overflow:hidden; height:341px;}
.column1DnL a{ display:block; border-left:3px solid #e7f7ff; background:#e7f7ff; margin-bottom:1px; height:56px; line-height:56px; color:#ce0d0d; font-size:16px; overflow:hidden;transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;}
.column1DnL a span{ float:left; display:inline; width:40px; height:56px; margin-right:5px;transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;}
.column1DnL a span.span1{ background:url(../images/icn4.png) no-repeat right center;}
.column1DnL a span.span2{ background:url(../images/icn5.png) no-repeat right center;}
.column1DnL a span.span3{ background:url(../images/icn6.png) no-repeat right center;}
.column1DnL a span.span4{ background:url(../images/icn7.png) no-repeat right center;}
.column1DnL a span.span5{ background:url(../images/icn8.png) no-repeat right center;}
.column1DnL a span.span6{ background:url(../images/icn9.png) no-repeat right center;}
.column1DnL a:hover{ border-left:3px solid #044887; background:#ce0d0d; color:#FFF;}
.column1DnL a:hover span{ width:33px;}
.column1DnL a:hover span.span1{ background:url(../images/icn4h.png) no-repeat right center;}
.column1DnL a:hover span.span2{ background:url(../images/icn5h.png) no-repeat right center;}
.column1DnL a:hover span.span3{ background:url(../images/icn6h.png) no-repeat right center;}
.column1DnL a:hover span.span4{ background:url(../images/icn7h.png) no-repeat right center;}
.column1DnL a:hover span.span5{ background:url(../images/icn8h.png) no-repeat right center;}
.column1DnL a:hover span.span6{ background:url(../images/icn9h.png) no-repeat right center;}
.column1DnL a.hover{ border-left:3px solid #044887; background:#ce0d0d; color:#FFF;}
.column1DnL a.hover span{ width:33px;}
.column1DnL a.hover span.span1{ background:url(../images/icn4h.png) no-repeat right center;}
.column1DnL a.hover span.span2{ background:url(../images/icn5h.png) no-repeat right center;}
.column1DnL a.hover span.span3{ background:url(../images/icn6h.png) no-repeat right center;}
.column1DnL a.hover span.span4{ background:url(../images/icn7h.png) no-repeat right center;}
.column1DnL a.hover span.span5{ background:url(../images/icn8h.png) no-repeat right center;}
.column1DnL a.hover span.span6{ background:url(../images/icn9h.png) no-repeat right center;}
.column1DnR{ width:1030px; overflow:hidden; height:341px;}
.column1DnR1{
    width:530px;
    height:341px;
    overflow:hidden;
    position:relative;
}




.column1DnR1Text{ position:absolute; left:0px; bottom:0px; width:100%; height:40px; line-height:40px; z-index:1}
.column1DnR1TextBg{ position:absolute; left:0px; bottom:0px; width:100%; height:40px; background:#000; opacity: 0.5;-moz-opacity: 0.5;filter:alpha(opacity=50); z-index:0;}
.column1DnR1TextC{ position:relative; z-index:1; color:#FFF; padding:0 10px; font-size:14px;}

/*
* foot
*/
.footer{
    overflow: hidden;
    background: #ffffff;
    padding:12px 0;
}
.footerMain{
    font-size: 14px;
    color:#dddddd;
    line-height:26px;
}
.footerMain p{
    text-align: center;
    font-size: 14px;
    color: #666666;
    height: 30px;
    line-height: 30px;
}
.footerMain em{
    display: inline-block;
    width: 18px;
    height: 20px;
    margin:0 10px 0 5px;
    vertical-align: -5px;
    background: url(../images/f.png)no-repeat center center ;
    background-size: cover;
}

/**/
.whiteBg{background:#fff}
/*
* location
*/
.location{
   height: 20px;
   overflow: hidden;
   line-height: 20px;
   padding-bottom: 15px;
   border-bottom:2px solid #d7d7d7;
}
.locationTit{
    font-size: 20px;
    color:#ce0d0d;
    position: relative;
    overflow: hidden;
    padding-left: 15px;
}
.locationTit em{
    display: block;
    width: 5px;
    height: 20px;
    overflow: hidden;
    /*background: url(../images/locationTit.png) no-repeat center center;*/
    position: absolute;
    left: 0px;
    top:50%;
    margin-top: -10px;
}
.locationCont{
    overflow: hidden;
    font-size: 12px;
    color:#999;
    padding-left: 25px;
    /*background: url(../images/locationIcon.png) no-repeat left center;*/
}
.locationCont i{
    padding: 0px 5px;
}
.locationCont a{
    color:#999;
}
.locationCont a:hover,
.locationCont a:last-child{
    color:#ce0d0d;
}

/*
* page
*/

/*页码开始*/
/*页码开始*/
.page{text-align: center;clear: both;font-size: 14px;}
.page a{display: inline-block;overflow: hidden;padding:7px 13px;color:#393939;border-radius:3px;background: #f5f5f5; margin: 0 3px;}
.page span{display: inline-block; padding: 0 2px; position: relative; top: -14px;color:#393939;}
.page a:hover{background: #ce0d0d;color: #fff;}
.page a.hover{background: #ce0d0d;color: #fff;}
.page input{display: inline-block;vertical-align: middle; width:16px;height: 32px;border: 1px solid #e6e6e6;position: relative; top: 0; background:#f5f5f5; border-radius: 2px; padding:0 8px; margin: 0 5px}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
    width: 8px;height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
}

.page a.firstPage.disabled{background:#e2e2e2 url(../images/page/firstPage.png) no-repeat center center;}
.page a.prevPage.disabled{background:#e2e2e2 url(../images/page/prevPage.png) no-repeat center center;}
.page a.nextPage.disabled{background:#e2e2e2 url(../images/page/nextPage.png) no-repeat center center;}
.page a.lastPage.disabled{background:#e2e2e2 url(../images/page/lastPage.png) no-repeat center center;}

.page a.firstPage:hover{background:#eaeaea url(../images/page/firstPage.png) no-repeat center center;}
.page a.prevPage:hover{background:#e2e2e2 url(../images/page/prevPage.png) no-repeat center center;}
.page a.nextPage:hover{background:#eaeaea url(../images/page/nextPage.png) no-repeat center center;}
.page a.lastPage:hover{background:#eaeaea url(../images/page/lastPage.png) no-repeat center center;}

/*页码结束*/
.h_400{height:400px}
.h_290{height:290px}
/*===========================专题公共部分 end======================*/

/*===========================首页 begin===========================*/
.zt_index{
    overflow: hidden;
}
.ztCont{
    overflow: hidden;
    padding:30px;
}
.zt_index .ztCont{
    background: #fff;
}
.ztConF{
    padding:20px;
    background: #fff;
    width: 550px;
}
.ztTitBox{
    height:35px;
    border-bottom:2px solid #e6e6e6;
    /*margin-left: 7px;*/
    position: relative;
}
.ztTitBox.indexT1 .ztTit{
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    background: #ce0d0d;
}
.ztTitBox.indexT1:before{
    content: "";
    position: absolute;
    left:-7px;
    top: 0;
    width: 3px;
    height: 107%;
     background: #ce0d0d; 
}
a.ztTit{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
    font-size: 16px;
    color:#333333;
    /* padding: 0 15px; */
}
.ztTit.hover{border-bottom: 2px solid #ce0d0d;/* background: #ce0d0d; */color: #333;}
a.ztTitMore{
    font-size: 14px;
    color:#999;
    line-height:35px;
}
a.ztTitMore:hover{
    color:#ce0d0d;
}
/*
* 第一通栏 begin
*/
.zt1stL{
    width: 590px;
    height: 400px;
    overflow: hidden;
    position: relative;
}
.zt1stL .bd{
    overflow: hidden;
}
.zt1stL_dl{
    overflow: hidden;
} 
.zt1stL_dl dd{
    overflow: hidden;
    float: left;
    display: inline;
}
.zt1stL_dl dd a{
    display: block;
    overflow: hidden;
}
.zt1stL_dl dd a img{
    display: block;
    width: 590px;
    height: 400px;
}
.zt1stL .hd{
    overflow: hidden;
    position: absolute;
    right: 10px;
    bottom:15px;
    z-index: 10;
}
.zt1stL .hd ul{
    overflow: hidden;
}
.zt1stL .hd li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    display: inline;
    margin:0px 5px;
    cursor: pointer;
    line-height: 100px;
    background: #d2d2d2;
}
.zt1stL .hd li.on{
    background: #ce0d0d;
}
.ztList_dl{
    overflow: hidden;
    width: 550px;
}
.ztList_dl dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.ztList_dl dd a{
    font-size: 15px;
    color:#666;
    float: left;
    display: inline;
}
.ztList_dl em.emd {
    width: 3px;
    height: 3px;
    margin-top: 15px;
    background: #999999;
    line-height: 9999px;
    margin-right: 10px;
}
.ztList_dl em {
    color: #999999;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    background: url(../images/jiao.png) no-repeat center center;
    width: 10px;
    height: 40px;
}

.ztList_dl dd a:hover{
    color:#ce0d0d;
}
.ztList_dl dd span{
    font-size: 12px;
    color:#999;
    float: right;
    display: inline;
}
.zt1st_dl{
    width: 600px;
}
.zt1st_dl dt{
    overflow: hidden;
    padding-bottom: 5px;
}
.ztHotTit{
    overflow: hidden;
    text-align: center;
}
.ztHotTit a{
    font-size: 18px;
    color:#ce0d0d;
    font-weight: bold;
    overflow: hidden;
}
.ztHotTit a:hover{
    text-decoration:underline;
}
.ztHotDeta{
    height: 84px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 28px;
    padding-top: 10px;
}
.ztHotDeta a{
    color:#ce0d0d;
}
.ztHotDeta a:hover{
    text-decoration: underline;
}
.zt1st_dl dd a{
    font-size: 14px;
}
.column1DnR2T{ height:35px; line-height:30px;overflow:hidden;margin-top:10px}
.column1DnR2T a{ color:#333; font-size:18px;}
.column1DnR2T a:hover{color:#ce0d0d;}
.column1Time{font-size: 14px;color: #999; margin-bottom:10px;}
.column1DnR2Text{font-size: 14px; overflow:hidden; color:#666666; line-height:24px; height:48px; overflow:hidden; padding:0 0 10px 0;}

.indexList{ overflow:hidden;border-top:1px solid #e6e6e6;padding-top:5px}
.indexList dd{ height:40px; line-height:40px; font-size:14px; overflow:hidden;}
.indexList2{ overflow:hidden;}
.indexList2 dd{ height:40px; line-height:40px; font-size:14px; overflow:hidden;}
.indexList dd a{ overflow:hidden;}
.indexListL{ float:left; display:inline; overflow:hidden;}
.indexListL em{ color:#999999; float:left; margin-right:5px; overflow:hidden;}
.indexListL em.emd{ width:3px; height:3px; margin-top:15px; background:#999999; line-height:9999px; margin-right:10px;}
.indexListR{ color:#999999; font-size:14px; float:right; display:inline;}
.indexList dd a:hover .indexListL em{ color:#ce0d0d;}
.indexList dd a:hover .indexListR{ color:#ce0d0d;}
.indexList dd:hover a{color: #ce0d0d}
.indexList2 dd:hover a{color: #ce0d0d}
.indexList2 dd .indexListR{ font-size:14px;}

.ztLNews{overflow: hidden;padding: 0 18px;height: 400px}
.indexListL em {
    color: #999999;
    float: left;
    margin-right: 5px;
    overflow: hidden;
    background: url(../images/jiao.png) no-repeat center center;
    width: 10px;
    height: 40px;
}
.colum1{padding: 20px;background: #fff;margin:0 10px;}
.dynamicList2{
    margin: 0 -15px!important;
}
.focus4{position: relative;}
.focus4 .hd{width: 100%;position: absolute;z-index: 1;bottom: 0;left: 0;height: 30px;line-height: 30px;margin-bottom:-20px;}
.focus4 .hd ul{text-align: center;}
.focus4 .hd ul li{
    cursor: pointer;display: inline-block;*display:inline;zoom: 1;width:10px;height:10px;overflow: hidden;line-height: 999px;margin:0 2px 20px 2px;
    background:#fff;border: 1px solid #ff7741;
}

.focus4 .hd ul .on{background:#ff7741;}
.focus4 .bd{position:relative;height: 100%;z-index: 0; overflow: hidden;}
.focus4 .bd dd{zoom: 1;vertical-align: middle;width: 275px;float:left;position: relative;margin: 0 7px;}
.focus4 .prev, .focus4 .next{
    position: absolute;
    left: -4px;
    top: 50%;
    margin-top: -20px;
    display: none;
    width: 30px;
    height: 40px;
}
.focus4 dd a{
    display: block;
    background:#fff;
    overflow: hidden;
    position: relative;
    padding: 17px 6px 0px 6px;
}
.focus4 dd a h5{
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    height: 58px;
    line-height: 58px;
    background: #fff;
    /* padding-top: 10px; */
    overflow: hidden;
}
.focus4 .prev{
    opacity: 0.5;
    background:url(../images/index1Pre.png) center center no-repeat;
}
.focus4 .next{
    left: auto;
    right: -2px;
    opacity: 0.5;
    background:url(../images/index1Nex.png) center center no-repeat;
}
.focus4 .prev:hover{
    opacity: 1;
}
.focus4 .next:hover{
    opacity: 1;
}

.dynamicList2 p{
    width: 100%; 
    overflow: hidden; 
    position: relative;
}
.dynamicList2 p:before{
    display: block;
    content: '';
    padding-top: 68.3393%;
}
.picB{
    position: relative;
}
.videoPlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.1);
    z-index: 99;
}
.videoPlay em{
    position: absolute;
    width: 48px;
    height: 48px;
    left: 50%;
    margin-left: -24px;
    top: 50%;
    margin-top: -24px;
    background: url(../images/play.png)no-repeat center center ;
}
.dynamicList2 img{
    display:block; 
    width:100%; 
    height:100%; 
    position:absolute;
    left:0px; 
    top:0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.dynamicList2 dd:hover p img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dynamicList2 dd:hover h5{
    color: #ce0d0d;
}


.dynamicList3{
    margin: 0 -15px!important;
}
.focus5{position: relative;}
.focus5 .hd{width: 100%;position: absolute;z-index: 1;bottom: 0;left: 0;height: 30px;line-height: 30px;margin-bottom:-20px;}
.focus5 .hd ul{text-align: center;}
.focus5 .hd ul li{
    cursor: pointer;display: inline-block;*display:inline;zoom: 1;width:10px;height:10px;overflow: hidden;line-height: 999px;margin:0 2px 20px 2px;
    background:#fff;border: 1px solid #ff7741;
}

.focus5 .hd ul .on{background:#ff7741;}
.focus5 .bd{position:relative;height: 100%;z-index: 0; overflow: hidden;}
.focus5 .bd dd{zoom: 1;vertical-align: middle;width: 283px;float:left;position: relative;margin: 0 7px;}
.focus5 .prev, .focus5 .next{
    position: absolute;
    left: -3px;
    top: 50%;
    margin-top: -20px;
    display: none;
    width: 30px;
    height: 40px;
}
.focus5 dd a{
    display: block;
    background:#fff;
    overflow: hidden;
    position: relative;
    padding: 17px 6px 0px 6px;
}
.focus5 dd a h5{
    font-size: 14px;
    color: #666666;
    font-weight: normal;
    text-align: center;
    height: 52px;
    line-height: 52px;
    background: #fff;
    /* padding-top: 10px; */
    overflow: hidden;
}
.focus5 .prev{
    opacity: 0.5;
    background:url(../images/index1Pre.png) center center no-repeat;
}
.focus5 .next{
    left: auto;
    right: -2px;
    opacity: 0.5;
    background:url(../images/index1Nex.png) center center no-repeat;
}
.focus5 .prev:hover{
    opacity: 1;
}
.focus5 .next:hover{
    opacity: 1;
}

.dynamicList3 p{
    width: 100%; 
    overflow: hidden; 
    position: relative;
}
.dynamicList3 p:before{
    display: block;
    content: '';
    padding-top: 68.3393%;
}

.dynamicList3 img{
    display:block; 
    width:100%; 
    height:100%; 
    position:absolute;
    left:0px; 
    top:0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.dynamicList3 dd:hover p img{
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.dynamicList3 dd:hover h5{
    color: #ce0d0d;
}

/*全文列表*/
.list_dl{
    overflow: hidden;
    width: 550px;
    height: 210px;
    float: left;
    display: inline;
    padding:10px 20px 10px 10px;
    position: relative;
}
.list_dl.active:before{content: '';position: absolute;left: 0;top: 10px;width: 1px;height: 90%;background: #ddd;}
.list_dl.on:after{content: '';position: absolute;left: 0;bottom: 0px;width: 100%;height: 1px;background: #ddd;}



.list_dl dd{
    height: 35px;
    overflow: hidden;
    line-height: 35px;
}
.list_dl dd a{
    font-size: 16px;
    color:#555;
    float: left;
    display: inline;
}
.list_dl em.emd {
    width: 3px;
    height: 3px;
    margin-top: 15px;
    background: #999999;
    line-height: 9999px;
    margin-right: 10px;
}
.list_dl em {
    color: #999999;
    float: left;
    margin-right: 5px;
    overflow: hidden;
}

.list_dl dd a:hover{
    color:#ce0d0d;
}
.list_dl dd span{
    font-size: 12px;
    color:#999;
    float: right;
    display: inline;
}






.indexAd{
    height:120px;
    overflow:hidden;
    position:relative;
}
/*内容*/
.indexAd .bd{ position:relative; height:100%; z-index:0;}
.indexAd .bd li{ zoom:1; vertical-align:middle; height:120px;}
.indexAd .bd li img{ width:100%; height:100%;}
/*
* 图片报道
*/
.ztImgSlide{
    overflow: hidden;
    position: relative;
}
.ztImgSlide .bd{
    height: 225px;
    overflow: hidden;
}
.ztImg_dl{
    overflow: hidden;
    margin:0px -10px !important;
}
.ztImg_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-bottom: 20px;
}
.ztImgDiv{
    padding: 0px 10px;
    overflow: hidden;
}
.ztImg{
    display: block;
    width: 100%;
    padding-top: 66.6666666666667%;
    position: relative;
    overflow: hidden;
}
.ztImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztImgName{
    display: block;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    font-size: 14px;
    color:#333;
    text-align: center;
    background: #eee;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztImg_dl dd:hover .ztImg img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ztImg_dl dd:hover .ztImgName{
    background: #ce0d0d;
    color:#fff;
}
.ztImgSlide .bt{
    display: block;
    width: 20px;
    height: 30px;
    overflow: hidden;
    z-index: 2;
}
.ztImgSlide .prev{
    position: absolute;
    left: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztPrev.png) no-repeat center center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.ztImgSlide .next{
    position: absolute;
    right: -20px;
    top:50%;
    margin-top: -15px;
    background: url(../images/ztNext.png) no-repeat center center;
}
/*===========================首页 end===========================*/

/*===========================二级页面 begin===========================*/
/*
* 图文 begin
*/
.ztTxtImg_dl{
    overflow: hidden;
}
.ztTxtImg_dl dd{
    overflow: hidden;
    position: relative;
    padding: 20px 0px;
    border-bottom:1px solid #cdcdcd;
}
.ztTxtImg_p{
    display: block;
    width: 280px;
    overflow: hidden;
    margin-right: 20px;
}
.ztTxtImg_p a{
    display: block;
    width: 100%;
    padding-top: 64.28%;
    position: relative;
    overflow: hidden;
}
.ztTxtImg_p a img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top:0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ztTxtImg_p a:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.ztTxtImgDeta{
    height: 180px;
    overflow: hidden;
}
.ztTxtImgTit{
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
a.ztTxtImgName{
    font-size: 16px;
    color:#333;
    overflow: hidden;
}
a.ztTxtImgName:hover{
    color:#ce0d0d;
}
.ztTxtImgTime{
    font-size: 12px;
    color:#999;
}
.ztTxtImgIntr{
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 26px;
    margin:15px 0px;
}
.ztTxtImgMore{
    display: block;
    width: 73px;
    height: 28px;
    overflow: hidden;
    font-size: 14px;
    color:#fff !important;
    line-height: 28px;
    text-align: center;
    padding-right: 50px;
    background: url(../images/ztTxtImgMore.png) no-repeat center center;
}
.ztTxtImgMore:hover{
    background: url(../images/ztTxtImgMore_h.png) no-repeat center center;
}
.ztTime{
    font-size: 14px;
    color: #999;
    zoom: 1;
    overflow: hidden;
    line-height: 20px;
    padding-left: 20px;
    background: url(../images/time.png) no-repeat left center;
}
.ztTime a:hover{color: #ce0d0d}
/*
* 文章阅读页 begin
*/
.articlewrap{
    width:1000px;
    padding:20px 100px;
    overflow:hidden;
    margin:0 auto;
    }
.articleTitle{
    color:#333;
    font-size:26px;
    text-align:center;
    padding:30px  50px 0 50px;
    line-height:45px;
    }
.articleTime{
    line-height: 50px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    color: #888;
    font-size:14px;
}
.fontBt span{ cursor:pointer; padding:0 2px;}
.btnPrint{
    padding:0 0 0 20px;
    cursor:pointer;
    margin:0 0 0 10px;
    background:url(../images/btnPrint.png) no-repeat left center;
}
.articleBox{
    line-height:40px;
    color:#666666;
    padding:20px 0;
    font-size:16px;
    min-height:300px;
    height:auto !important;
    height:300px;
    }
.pageUp{
    clear:both;
    overflow:hidden;
    line-height:35px;
    font-size:16px;
    padding:20px 0;
    border-top:1px solid #f0f0f0;
    }
.articleVideo{
    width:700px;
    padding:20px 0 0 0;
    overflow: hidden;
    margin:0 auto;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:788px;
    height:415px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width: 788px;
    height:415px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:788px;
    height:415px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:100px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:75px;
    width:100px;
    padding:1px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:75px;
    width:100px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:90px;width:150px;}
.img_hd ul li.on {border:1px solid #ce0d0d;background:#ce0d0d;}
.imgMove .bottom_a {
    width:25px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:35px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}
/*.imgMove .prev_a:hover {background-position:left -24px;left:0;}
.imgMove .next_a:hover {background-position:right -24px;right:0;}*/
.articleMov{
    width: 800px;
    overflow: hidden;
    margin:0px auto;
}

.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
    background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#ce0d0d !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }



/*===========================二级页面 end===========================*/
.imgList_dl{
    margin: 0px -10px;
}
.imgList_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.imgList_dl a{
    display: block;
    margin: 0px 10px;
    transition: all 0.3s linear;
}
.imgList_dl a:hover{
    transform: translateY(-5px);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1)
}
.imgList_dl h5{
    display: block;
    overflow: hidden;
    font-weight: normal;
    text-align: center;
    font-size: 14px;
    color:#666;
    line-height: 40px;
    transition: all 0.3s linear;
}
.imgList_dl a:hover h5{
    color:#ce0d0d;
}
.imgList_dl p{
    padding-top: 66.6666666667%;
    position: relative;
    overflow: hidden;
}