.xnbg{display:block;transform: scale(1.2);font-weight:bold;text-align:center;animation:myfirst 1s infinite; -moz-animation:myfirst 1s infinite; /* firefox */ -webkit-animation:myfirst 1s infinite; /* safari and chrome */ -o-animation:myfirst 1s infinite;}

@keyframes myfirst
{
    0%   {color:yellow;transform: scale(1.4);}
    100% {color:#f9aa03;}
}

@-moz-keyframes myfirst /* Firefox */
{
    0%   {color:#f9aa03;transform: scale(1.4);}
    100% {color:#fff;}
}

@-webkit-keyframes myfirst /* Safari and Chrome */
{
    0%   {color:#f9aa03;transform: scale(1.4);}
    100% {color:#fff;}
}

@-o-keyframes myfirst /* Opera */
{
    0%   {color:#f9aa03;transform: scale(1.4);}
    100% {color:#fff;}
}
/**
组件样式
*/

h4{font-size: 1.25rem;color:#fff;line-height: 110px;position:relative;transition: .36s;font-weight: bold;}

h4:hover{color: #f9aa03;}
#header.xg #nav ul li a h4{line-height: 90px;}
/* 可以修改的样式 */  
/* 窗体样式 */

.pagepic_tablestyle_1
{
    width:900px;}
/* 组图标题样式 */
.pagepic_newtitle_1
{
    font-size:22px;
    line-height: 150%; 
    font-weight: bold;
    text-align:center;}    
/* 组图简介样式 */
.pagepic_newdesc_1
{
    font-size:13px;
    line-height: 150%;}  
/* 当前页总页数样式 */
.pagepic_currenttotalsize_1
{
    font-size:9pt; 
    float:left;
    padding-top:3px;
    text-align:center;  
    font-weight: bold;
    width:100%
;}  
/* 图片行样式 */
.pagepic_imgcontentstyle_1
{
    height:520px;}
/* 单个图片标题样式 */
.pagepic_titlecontent_1
{
    font-size:9pt;
    text-align:center;  
    font-weight: bold;
    line-height:28px 
;}  
/* 单个图片内容样式 */
.pagepic_desccontent_1
{
    font-size:9pt;
    line-height: 150%; 
    text-align:left;  
    overflow:auto;
    height:60px;
    width:800px;}  
/* 上一图集样式 */
.pagepic_firstpagepic_1
{
    font-size:9pt;
    line-height: 150%; 
    width:120px;
    text-align:center;
    border-left:1px solid #d6d6d6;
    background-color:#f2f2f2;}
/* 下一图集样式 */
.pagepic_nextpagepic_1
{
    font-size:9pt;
    line-height: 150%; 
    width:120px;
    text-align:center;
    border-right:1px solid #d6d6d6;
    background-color:#f2f2f2;}
/* 上下图集图片样式 */
.pagepic_imgstyle_1
{
    border:2px solid #eee;
    border-bottom-color:#999;
    border-right-color:#999;}
/* 上下图集超链接样式 */
A.pagepic_a_f_1:link{color: #000000;}  
A.pagepic_a_f_1:visited{color: #000000;}  
A.pagepic_a_f_1:active{color: #000000;}  
A.pagepic_a_f_1:hover{color: #000000;}  

/* 无需修改的样式 */
.pagepic_borstyle_1
{
    border:1px solid #d6d6d6; 
    padding:5px
;}
/* 缩略图窗体样式 */
.pagepic_smalltable_1
{
    border-bottom:1px solid #d6d6d6; 
    border-left:1px solid #d6d6d6; 
    border-right:1px solid #d6d6d6;      
    height:116px;}
/* 上一个箭头图片单元格样式 */
.pagepic_lefttdarrow_1
{
    padding-right:5px;width:1px
;}
/* 下一个箭头图片单元格样式 */
.pagepic_righttdarrow_1
{
    padding-left:5px;width:1px
;}
@media (max-width: 600px)
{
    table.pagepic_tablestyle_1{
        width:100% !important;}
    .pagepic_borstyle_1{
        width:100% !important;}
     #imgcontentu14 img{
        max-width:100%;}
}

@media (max-width:1100px){
.list_box11 li{width: 10.33%;}
.list_box12 li{width:100%;text-align:center;}

}
@media (max-width:800px){
.list_box11 li{width: 14.33%;}
.list_box12 li{width:100%;text-align:center;}
 
}
@media (max-width:540px){
.list_box11 li{width: 20.33%;}

}

@media (max-width: 400px){
.list_box11 li{width: 28.33%;}

}
  .xmt-ico{ width:100%;  text-align: center;}
 .xmt-ico li {
   display: inline-block;
    margin: 0 7px;
    text-align: center;
        margin-top: 24px;
         cursor: pointer;}

 .xmt-ico li a p {
    margin-top: 6px;
    color: #fff !important;}
  
   .xmt-ico li {
            position: relative;}
 .xmt-ico li .ewm-box {
            display: none;
            position: absolute;
            bottom: 105%;
            right: 0;
            z-index: 9;}

 .xmt-ico li .ewm-box img {
            width: 110px;
            height: 110px;
            max-width: 110px;}
