﻿body
{
    color:#3e3a39;
    font-size:16px;
}

.按钮效果1{
    color:#3e3a39;
    width:88px;
    height:60px;
    line-height:60px;
    margin:40px 5px;
    border-style:solid;
    border-width:1px;
    border-color:#e6e6e6;
    border-radius:5px;
    background-color:#fff;
    float:left;
    text-align:center;
    box-shadow: 1px 1px 2px #888888;
    transition: color 0.5s,border-color 0.5s,background-color 0.5s;
    -moz-transition: color 0.5s,border-color 0.5s,background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s,border-color 0.5s,background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s,border-color 0.5s,background-color 0.5s;	/* Opera */
}
.按钮效果1:hover{
    color:#fff;
    border-color: #c4261d;
    background-color:#c4261d;

    transition: color 0.5s,background-color 0.5s;
    -moz-transition: color 0.5s,background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s,background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s,background-color 0.5s;	/* Opera */
}
.按钮效果1选中{
    color:#fff;
    width:88px;
    height:60px;
    margin:40px 5px;
    border-style:solid;
    border-width:1px;
    border-color: #c4261d;
    border-radius:5px;
    background-color:#c4261d;
    float:left;
    text-align:center;
    line-height:60px;
    box-shadow: 1px 1px 2px #888888;
}
.按钮效果1选中:hover{
    color:#fff;
}



.加载按钮白字{
    color:#fff;
    width:100px;
    height:40px;
    line-height:40px;
    display:block;
    margin:0px auto;
    border-style:dashed;
    border-width:1px;
    border-color:#e6e6e6;
    border-radius:5px;
    background-color:rgba(196,38,29,0);
    text-align:center;

    transition: border-color 0.5s,background-color 0.5s;
    -moz-transition: border-color 0.5s,background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: border-color 0.5s,background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: border-color 0.5s,background-color 0.5s;	/* Opera */
}
.加载按钮白字:hover{
    color:#fff;
    border-color: #c4261d;
    background-color:rgba(196,38,29,1);

    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: background-color 0.5s;	/* Opera */
}

.加载按钮黑字{
    color:#3e3a39;
    width:100px;
    height:40px;
    line-height:40px;
    display:block;
    margin:0px auto;
    border-style:dashed;
    border-width:1px;
    border-color:#3e3a39;
    border-radius:5px;
    background-color:rgba(196,38,29,0);
    text-align:center;

    transition: color 0.5s,border-color 0.5s,background-color 0.5s;
    -moz-transition: color 0.5s,border-color 0.5s,background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s,border-color 0.5s,background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s,border-color 0.5s,background-color 0.5s;	/* Opera */
}
.加载按钮黑字:hover{
    color:#fff;
    border-color: #c4261d;
    background-color:rgba(196,38,29,1);

    transition: color 0.5s,background-color 0.5s;
    -moz-transition: color 0.5s,background-color 0.5s;	/* Firefox 4 */
    -webkit-transition: color 0.5s,background-color 0.5s;	/* Safari 和 Chrome */
    -o-transition: color 0.5s,background-color 0.5s;	/* Opera */
}





.新闻效果1{
    margin-bottom:20px;
    box-shadow: 1px 1px 2px #333;
    display:block;
    left:0px;
    top:0px;
}
.新闻效果1:hover{
    box-shadow: 2px 2px 10px #000;
}
.新闻效果1:hover .标题{
    color:red;
}
.新闻效果1:hover .日期{
    color:#3e3a39;
}
.新闻效果1 .内部浮动行{
    width:96%;
    padding:2%;
}




.居中内框1000{
    width:1000px;
    margin:0px auto 0px auto;
    position:relative;
}
.居中内框1200{
    width:1200px;
    margin:0px auto 0px auto;
    position:relative;
}





.红底大标题{
    width:100%;
    height:100px;
    line-height:100px;
    background-color:#c4261d;
    text-align:center;
    font-size:30px;
    color:#fff;
}



.横滚外框{
    display: block; 
    clear: both; 
    overflow: hidden; 
    position: relative;
}
.横滚ul{
    white-space:nowrap;
    position: relative;
}
.横滚ul li{
    margin-right:20px;
    display:inline-block;
    width:280px;
    height:210px;
}
.横滚ul img{
    width:100%;
    height:100%;
}
.横滚ul label{
display:block;
width:260px;
height:40px;
line-height:40px;
text-align:center;
padding:0px 10px 0px 10px;
overflow:hidden;
background-color:rgba(0,0,0,0.5);
color:#fff;
bottom:0px;
z-index:1;
position:absolute;
}

.向上轮播ul{
    overflow:hidden;
    margin-bottom:20px;
}
.向上轮播li{
    width:100%;
    height:100%;
    /*position:absolute;*/
}
.单案例外框{
    width:100%;
    height:100%;
    background-color:#fff;
    overflow:hidden;
}
.案例封面白框 {
    content: "";
    width:100%;
    height:240px;
    display: block;
    box-sizing:border-box;
    position:absolute;
    border: solid #fff 1px;
    z-index:1;
}
.案例封面 {
    overflow:hidden;
    box-sizing:border-box;
}
.案例封面 img
{
    width: 100%;
    height: 100%;
}

.案列标题{
    height:60px;
    line-height:60px;
    overflow:hidden;
}
.案列摘要{
    height:50px;
    line-height:25px;
    overflow:hidden;
    color:#d1d1d1;
    padding:0px 10px 0px 10px;
}
.案例底部{
    width:100%;
    height:40px;
    line-height:40px;
    background-color:#c4261d;
    display:block;
    color:#fff;
}



.正文框样式02
{
    padding: 0px;
    border: 40px solid transparent;
    -moz-border-image: url(/img/border1.png) 100 stretch; /* Old Firefox */
    -webkit-border-image: url(/img/border1.png) 100 stretch; /* Safari and Chrome */
    -o-border-image: url(/img/border1.png) 100 stretch; /* Opera */
    border-image: url(/img/border1.png) 100 stretch;
    /*background-color: rgba(255,255,255,0.5);*/
    /*box-shadow: 5px 5px 10px #363636;*/
}
.阅读量图标{
    color: #ffba00;
}
samp{
    color:#5c5c5c;
    display:block;
    margin:10px 0px 20px 0px;
}







/*电脑版公司简介*/
.二分之一li{
    float:left;
    overflow:hidden;
    width:595px;
    height:300px;
    margin-right:5px;
    padding:10px 0px;
    background-color:#fff;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s
}
.二分之一li:hover , .四分之一li:hover{
    color:#fff;
    background-color:#C4261D;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s
}
    .二分之一li:hover .伸缩行
    {
        height:50px;
        transition: height 0.5s;
        -moz-transition: height 0.5s;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s
    }
    .二分之一li:hover .短内容 , .四分之一li:hover .短内容 , .四分之一li:hover .短内容小
    {
        color:#fff;
    }

.四分之一li{
    float:left;
    overflow:hidden;
    width:295px;
    height:220px;
    margin-right:5px;
    margin-bottom:5px;
    padding:10px 0px;
    background-color:#fff;
    transition: background-color 0.5s;
    -moz-transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
    -o-transition: background-color 0.5s
}
    .四分之一li:hover .伸缩行{
        height:0px;
        transition: height 0.5s;
        -moz-transition: height 0.5s;
        -webkit-transition: height 0.5s;
        -o-transition: height 0.5s
    }
    .四分之一li:hover .伸缩线{
        background-color:#fff;
        width:250px;
        transition: width 0.5s;
        -moz-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        -o-transition: width 0.5s
    }


.伸缩行{
    display:block;
    width:100%;
    height:20px;
    transition: height 0.5s;
    -moz-transition: height 0.5s;
    -webkit-transition: height 0.5s;
    -o-transition: height 0.5s
}
.伸缩线{
    display:block;
    width:40px;
    height:2px;
    margin:10px auto;
    background-color:#C4261D;

    transition: width 0.5s;
    -moz-transition: width 0.5s;
    -webkit-transition: width 0.5s;
    -o-transition: width 0.5s
}

.图标div{
    width:70px;
    margin: 20px auto;
    padding:10px;
    border: 2px solid #C4261D;
    border-radius: 100%;
    word-wrap: break-word;
    outline: none;
    background-color:#fff;
}
.图标小div{
    width:50px;
    margin: 10px auto;
    padding:10px;
    border: 2px solid #C4261D;
    border-radius: 100%;
    word-wrap: break-word;
    outline: none;
    background-color:#fff;
}
.短内容{
    font-size:14px;
    color:#6A6969;
    line-height:25px;
    margin-bottom:20px;
    
}
.短内容小{
    font-size:12px;
    color:#6A6969;
    line-height:16px;
    margin-bottom:20px;
    
}


.点赞图标{
    color: #c4261d;
    vertical-align:sub;
    margin-left:0px;
}



.正文框样式08{
    padding:0px;
    border:40px solid transparent;
    -moz-border-image:url(/Mobile/img/border4.png) 100 stretch;	/* Old Firefox */
    -webkit-border-image:url(/Mobile/img/border4.png) 100 stretch;	/* Safari and Chrome */
    -o-border-image:url(/Mobile/img/border4.png) 100 stretch;	/* Opera */
    border-image:url(/Mobile/img/border4.png) 100 stretch;
    background:transparent;
    background-color:rgba(255,255,255,1);
    box-shadow: 2px 2px 10px #363636;
}


#上文{
    display:block;
    box-sizing:border-box;
    position:relative;
    float:left;
    width:45%;
    height:30px;
    line-height:30px;
    overflow:hidden;
}
#下文{
    display:block;
    box-sizing:border-box;
    position:relative;
    float:right;
    width:45%;
    height:30px;
    line-height:30px;
    overflow:hidden;
    text-align:right;
}

#上文 a,#下文 a{
    color:#999999;
}
#上文 a:hover,#下文 a:hover{
    color:#c4261d;
}
/*transition: background-color 0.5s;
-moz-transition: background-color 0.5s;
-webkit-transition: background-color 0.5s;
-o-transition: background-color 0.5s;*/