@charset "utf-8";
/** * about stylesheet file *
 * @author:Hu Ying<huying@123.com.cn> 
  */
/*============================================  
    样式 
=============================================*/
/*雪碧图*/
.number ul li i{
    display: block;
    background: url(../images/sprite-index.png) no-repeat;
}

/*清除浮动*/
.about{
    margin-top: 215px;
    text-align: center;
}

.introduce-inset{
    width: 456px;
}
.introduce-inset .title{
    display: block;
    padding: 0;
    padding-bottom: 70px;
    font-weight: normal;
    text-align: left;
}
.introduce-inset .title span:first-child{
    font-size: 30px;
    color: #333;
}
.introduce-inset .title span + span{
    display: block;
    font-size: 48px;
    color: #333;
}
.introduce-inset .first-img{
    display: block;
    margin-bottom: 45px;
}
.number{
    padding-top: 35px;
}
.number ul li{
    width: 90px;
    text-align: center;
}
.number ul li i{
    margin: 0 auto;
    margin-bottom: 12px;
}
.number ul li i.icon1{
    width: 80px;
    height: 40px;
    background-position: -576px -230px;
}
.number ul li i.icon2{
    width: 90px;
    height: 40px;
    background-position: -576px -294px;
}
.number ul li i.icon3{
    width: 65px;
    height: 40px;
    background-position: -576px -358px;
}
.number ul li i.icon4{
    width: 64px;
    height: 40px;
    background-position: -576px -422px;
}
.number ul li + li{
    margin-left: 32px;
}
.number ul li span{
    font-size: 15px;
    color: #333;
}
.introduce-text{
    width: 701px;
}
.introduce-text h2{
    font-weight: normal;
    font-size: 34px;
    color: #946135;
}
.introduce-text p{
    line-height: 26px;
    padding-top: 50px;
    font-size: 16px;
    color: #666;
    text-indent: 2em;
    text-align: left;
}
.introduce-text img{
    display: block;
    margin-top: 61px;
}

.vision{
    width: 1200px;
    height: 508px;
    background: url(../images/about-bg.png) no-repeat;
    color: #fff;
    text-align: center;
}
.vision h4{
    padding-bottom: 10px;
    font-weight: normal;
    font-size: 24px;
}
.vision h4:first-child{
    padding-top: 45px;
}
.vision p{
    padding-bottom: 20px;
    font-size: 16px;
}
.vision p.long{
    position: relative;
    left: 38px;
}
.lisence ul li{
    width: 285px;
    height: 243px;
}
.lisence ul li + li{
    margin-left: 20px;
}
.more{
    display: block;
    width: 134px;
    height: 33px;
    margin: 92px auto;
    line-height: 33px;
    background: #666;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.more:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}

/*==========内容页==========*/
.details .title{
    width: 100%;
    padding-top: 80px !important;
    padding: 0;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.details .title h2{
    font-weight: normal;
    font-size: 24px;
    color: #666;
}
.details .title p span{
    display: inline-block;
    font-size: 14px;
    color: #666;
}
.details .text{
    padding: 20px 0;
    min-height: 300px;
}
.details .text img{
    margin:0 auto;
    display:block;
}
.details .text p{
    line-height: 30px;
    font-size: 16px;
    color: #666;
}
.details .other-news{
    padding-top: 20px;
    border-top: 1px solid #eee;
}
.details .other-news b{
    position: relative;
    float: left;
}
.details .other-news a{
    overflow: hidden;
    display: block;
    width: 200px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.details .other-news a:hover{
    text-decoration: underline;
}
.details .other-news .prev{
    float: left;
}
.details .other-news .next{
    float: right;
}