@charset "UTF-8";

.index_about{
    width: 100%;
    height: 38rem;
    /* 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: #215E9A;
}

.index_about .index_about_txt .iabtxt{
    font-size: 1.6rem;
    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;
    color:#215E9A;
    text-align: center;
}
.protype h2{
    width: 78%;
    margin: 0 auto;
}

.w30{
    width: 50%;
    margin: 0rem auto 3rem;
    line-height: 2;
    font-weight: 400;
}

h3{
    font-size: 1.6rem;
    color: #303030;
    text-align: center;
    font-weight: 400;
    line-height: 180%;
}

.protype{
    width: 100%;
    background: #f2f3f8;
    margin-top:1rem;
}

.proleft{
    /* width: 69%;
    display: block;
    float: left; */
    width: 24%;
    display: block;
    float: left;
    margin-left: 15px;
}
.proleft li{
    overflow: hidden;
    width: 100%;
    display: block;
    float: left;
}
/* .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%; */
    width:67%;
    display: block;
    /* float: right; */
    float: left;
    overflow: hidden;
}

.proright img{
    width: 100%;
}

.in_newspic{
    width: 43.5%;
    /* height: 41.5rem; */
    display: block;
    float: left;
    overflow: hidden;
    text-align: right;
}

.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;
    color:#215E9A;
}

.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;
}

.homeaboutBox{
    width: 60%;
    margin: 7rem auto;
    display: flex;
    background: #eee;
    padding: 2rem;
    justify-content: center;
    border-radius: 1rem;
    max-width: 1200px;
}

.homeaboutBox .box-left h1{
    color: #215E9A;
    font-size: 4.8rem;
    font-weight: 400;
}

.homeaboutBox .box-left .aboutContent{
    margin-top: 0rem;
    font-size: 1.6rem;
    line-height: 2;
}

.homeaboutBox .box-right{
    margin-left: 2%;
}

.homeaboutBox .box-right .aboutImg{
    width: 100%;
}














