/*modelID=199 软文按钮组合导航（更多） begin*/
.layout-nv-more-more-2 .word-content
{
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #3E3C39;
    line-height: 28px;
    text-align: center;
}
.layout-nv-more-more-2 .img-box
{
    width: 100%;
    height: auto;
}
.layout-nv-more-more-2 .img-box img
{
    width: 100%;
    height: auto;
}
.layout-nv-more-more-2 .last-word
{
    width: 820px;
    margin-top: 26px;
    text-align: center;
}
.layout-nv-more-more-2 span
{
    color: #097ABE;
}
.layout-nv-more-more-2 .btn-box
{
    margin-top: 50px;
    display: block;
    text-align: center;
    outline: none;
}
.layout-nv-more-more-2 .btn
{
    background: #7398AE;
    text-align: center;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    border: none;
    padding: 8px 50px;
    position: relative;
    opacity: .9999999;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    overflow: hidden;
}
.layout-nv-more-more-2 .before 
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 64px;
    border-right: 100px solid #7398AE;
    border-top: 100px solid #5D87A1;
    margin-left: -21px;
    z-index: -299;
    display: block;    
}
.layout-nv-more-more-2 .btn:hover .before
{
    animation: opacity2 1s infinite; 
    -webkit-animation: opacity2 1s infinite;
    -moz-animation: opacity2 1s infinite;
}
.layout-nv-more-more-2 .after
{
    display: inline-block;
    background: #F08B1D;
    width: 20px;
    height: 20px;
    z-index: -300;
}
.layout-nv-more-more-2 .after,.layout-nv-more-more-2 .before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.layout-nv-more-more-2 .after,.layout-nv-more-more-2 .before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
}
@keyframes opacity2{
	0%{border-right: 100px solid #7398AE;}
	100%{border-right: 300px solid #5D87A1;}
}
@-webkit-keyframes opacity2{
	0%{border-right: 100px solid #7398AE;}
	100%{border-right: 300px solid #5D87A1;}
}
@-moz-keyframes opacity2{
	0%{border-right: 100px solid #7398AE;}
	100%{border-right: 300px solid #5D87A1;}
}