@charset "UTF-8";

.index_about{
    width: 100%;
    height: 58rem;
    background: #fff url(../images/index_abbg.jpg) no-repeat center top;
}

.index_about .index_about_txt{
    width: 50%;
    display: block;
    float: left;
}

.index_about .index_about_txt{
    width: 50%;
    display: block;
    float: left;
}

.index_about .index_about_txt h1{
    font-size: 3.2rem;
    color: #000;
}

.index_about .index_about_txt .iabtxt{
    font-size: 1.8rem;
    color: #333;
    line-height: 200%;
    margin-top: 4rem;
    width: 96%;
}

.inabdt{
    margin-top: 1.5rem;
}

.inabdt dl{
    display: block;
    float: left;
    width: 23%;
    margin-right: 2%;
}

.inabdt dl:nth-last-child(1){
    margin-right: 0%;
}

.inabdt dl dt{
    width: 4.7rem;
}

.inabdt dl dt img{
    width: 100%;
}

.inabdt dl dd.intitle{
    margin: 1rem 0;
    font-size: 1.8rem;
    color: #333;
}

.inabdt dl dd.indes{
    font-size: 3.2rem;
    color: #000;
    font-weight: bold;
}

.inabdt dl dd.indes span{
    font-size: 1.8rem;
    color: #333;
}

.index_about .iabpic{
    width: 49%;
    display: block;
    float: right;
    overflow: hidden;
}

.index_about .iabpic img{
    width: 100%;
}

h2{
    font-size: 4.8rem;
    color: #282828;
    text-align: center;
    font-weight: normal;
}

.w30{
    width: 30%;
    margin: 1.5rem auto 3rem;
}

h3{
    font-size: 2.4rem;
    color: #303030;
    text-align: center;
    font-weight: 300;
    line-height: 180%;
}

.protype{
    width: 100%;
    background: #f2f3f8;
}

.proleft{
    width: 69%;
    display: block;
    float: left;
}
.proleft li{
    overflow: hidden;
}
.proleft li:nth-child(1){
    width: 100%;
    display: block;
    float: left;
}

.proleft li:nth-child(2){
    width: 49.25%;
    display: block;
    float: left;
    margin-top: 1%;
}

.proleft li:nth-child(3){
    width: 49.25%;
    display: block;
    float: right;
    margin-top: 1%;
}

.proleft li img{
    width: 100%;
}

.proright{
    width: 30%;
    display: block;
    float: right;
    overflow: hidden;
}

.proright img{
    width: 100%;
}

.in_newspic{
    width: 43.5%;
    height: 41.5rem;
    display: block;
    float: left;
    overflow: hidden;
}

.in_newspic img{
    width: 100%;
    height: 100%;
}

.innews_ul{
    width: 56.5%;
    display: block;
    float:right;
}

.innews_ul li a{
   color: #333;
    
}

.innews_ul li{
    width: 94%;
    display: block;
    background: #f8f8f8;
    padding-left: 6%;
    margin-top: 1.25rem;
    height: 11rem;
    padding-top: 2rem;
}

.innews_ul li:nth-child(1){
    margin-top: 0%;
}

.innews_ul li em, .innews_ul li i{
    width: 80%;
    display: block;
    float: left;
}

.innews_ul li em{
    font-size: 1.8rem;
}

.innews_ul li a  i{
    color: #999;
    margin-top: 1.5rem;
    line-height: 150%;
}

.innews_ul li span{
    width: 15%;
    display: block;
    float: right;
    font-size: 1.4rem;
}














