.themenav .home-item .itemss a{
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FFFFFF;
}
.contentpart .cpinfo{
    width: 100%;
    padding: 20px 160px;
}
.contentpart .cpinfo .col-md-4{
    padding-bottom: 15px; 
    padding-top: 15px;
}
.contentpart .cpinfo .cpinfo-item{
    position:relative;
}
.contentpart .cpinfo .cpinfo-item img{
    width: 100%;
    height: 30%;
}
.contentpart .cpinfo .cpinfo-item .title{
    position: absolute;
    bottom: 80px;
    font-size: 36px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FAFAFA;
    left: 25px;
}
.contentpart .cpinfo .cpinfo-item .cliinfo{
    position: absolute;
    height: 27px;
    width: 166px;
    line-height: 27px;
    background: #FF7F00;
    border-radius: 13px;
    color: #FEFEFE;
    bottom: 30px;
    left: 25px;
    text-align: center;
}
.contentpart .cpinfo .cpinfo-item .cliinfo:hover{
    background: #c74d1d;
    cursor:pointer
}
.contentpart .cpmore{
    width: 100%;
    display: flex;
    justify-content: center;
}
.contentpart .cpmore .cpmorediv{
    width: 140px;
    height: 42px;
    border: 1px solid #FF7F00;
    text-align: center;
}
.contentpart .cpmore .cpmorediv span{
    font-size: 16px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #FF7F00;
    line-height: 42px;

}
.contnet-news{
    padding-top: 0px;
    position: relative;
}
.contnet-news .contnet-news1{
    background: #1a2f5e;
    height: 400px;
    color: #fff;
    padding-top: 66px;
}
.contnet-news .contnet-news2{
    background: #1a2f5e;
    height: 320px;
} 
.contnet-news .newslist{
    position: absolute;
    padding: 20px 160px;
    top: 180px;
}
.contnet-news .newslist .newslist-item{
    background: #125db0;
    width: 100%;
}
.contnet-news .newslist .newslist-item .newslist-item-top{
    width: 100%;
}
.contnet-news .newslist .newslist-item .newslist-item-top img{
    height: 100%;
    width: 100%;
}
.contnet-news .newslist .newslist-item .newslist-item-bottom{
    height: 230px;
    width: 100%;
    padding: 15px 20px;
}
.contnet-news .newslist .newslist-item .newslist-item-bottom .newslist-item-title{
    height: 40px;
    font-size: 20px;
    font-family: Adobe Heiti Std;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space:nowrap;
    width:100%;
    display:block;
    padding: 5px 0px;
    border-bottom: 1px solid #125db0;
}
.contnet-news .newslist .newslist-item .newslist-item-bottom .newslist-item-content{
    height: calc(100% - 40px - 45px);
    font-size: 1.6rem;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    color: #DADADA;
    line-height: 30px;
}
.contnet-news .newslist .newslist-item .newslist-item-bottom .newslist-item-more{
    width: 57px;
    height: 45px;
    font-size: 14px;
    font-family: Adobe Heiti Std;
    font-weight: normal;
    text-decoration: underline;
    color: #FFFFFF;
    line-height: 45px;
    margin: auto;
    cursor:pointer;
}
.contentpart-us{
    padding: 0px 15px;
}
.contentpart-us .usinfo{
    width: 100%;
    min-height: 550px;
    padding: 30px 160px 60px 160px;
    display: flex;
}
.contentpart-us .usinfo .animated{
   flex:1;
}
.contentpart-us .usinfo .animated img{
        width: 100%;
        height: 100%;
   
}
.contentpart-us .usinfo .usinfo-text{
    width: 350px;
    padding: 0px 20px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 300;
    color: #CCCCCC;
}

.underhd li img{
    width: 100%;
    height: auto;
}