.banner{
    width: 100%;
    height: 200px;
    background: url(/images/banner.jpg) no-repeat center;
}

.substance{
    width: 1080px;
    overflow: hidden;
    min-height: 500px;
    margin: 0 auto;
    position: relative;
}
.substance .aside{
    top: 30px;
    bottom: 0;
    position: absolute;
    width: 213px;
    float: left;
    background-color: #f0f0f0;
}

.substance .aside .gyhy .title{
    padding: 0 0 10px 14px;
    width: 209px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: #fff url(/images/gyhy.jpg) no-repeat top;
}
.substance .aside .gyhy ul{
    padding: 10px 0;
    border-bottom: 10px solid #fff;
}
.substance .aside .gyhy ul.cpcss{
    border-bottom: 0;
}
.substance .aside .gyhy li{
    padding:10px 0;
    padding-left: 14px;
    line-height: 14px;
}
.substance .aside .gyhy li.on{
    width: 209px;
    background: url(/images/gyhyon.jpg) no-repeat right;
}
.substance .aside .gyhy li.on a{
    color: #fff;
}
.substance .aside .gyhy li a{
    color: #282828;
    font-size: 14px;
}
.substance .aside .cpyy{
    padding-top: 10px;
}
.substance .aside .cpyy .title{
    padding: 0 0 0 14px;
    width: 209px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    background: #fff url(/images/cpyy.jpg) no-repeat top;
}
.substance .aside .cpyy li.last{
    /*width: 86px;*/
    /*float: right;*/
}
.substance .aside .cpyy ul{
    overflow: hidden;
    padding-left: 13px;
}
.substance .aside .cpyy li{
    line-height: 13px;
    padding:9px 0;
}
.substance .aside .cpyy li a{
    color: #282828;
    font-size: 12px;
}



.substance .content{
    width: 837px;
    float: right;
    text-align: center;
}

.substance .toptitle{
    padding: 0 30px;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
    margin-top: 16px;
}
.substance .toptitle h2{
    font-size: 24px;
    color: #282828;
    float: left;
    font-weight: normal;
}
.substance .toptitle .weizhi {
    color: #646464;
    font-size: 12px;
    float: right;
}
.substance .toptitle .weizhi a{
    color: #646464;
    font-size: 12px;
}

.substance .neirong{
    padding: 30px 30px 0 30px;
    min-height:800px;
}


.substance .content .aboutus{
    color: #282828;
    font-size: 14px;
    line-height: 30px;
}
.substance .content .aboutus .txt{
    text-align: left;
}
.substance .content .aboutus h2{
    font-weight: normal;
    color: #282828;
    font-size: 24px;
    line-height: 58px;
}
.substance .content .aboutus a{
    color: #282828;
    font-size: 14px;
    display: inline-block;
    margin-top: 20px;
}


.content .hornor{
    overflow: hidden;
}
.content .hornor img{
    width: 203px;
    height: 203px;
    padding: 6px;
    background-color: #fff;
    border: 1px solid #dcdcdc;
}
.content .hornor h3{
    font-size: 14px;
    color: #282828;
    font-weight: normal;
    line-height: 34px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.content .hornor a{
    width: 217px;
    font-size: 0;
    float: left;
    margin: 14px 63px 0 0;
}
.content .hornor .last{
    margin-right: 0;
}





.news ul{font-size: 0;text-align: left; margin-top: 14px;}
.news li{
    overflow: hidden;
    line-height: 45px;
    padding:0 12px;
}
.news li h3{
    width: 620px;
    font-size: 14px;
    font-weight: normal;
    color: #282828;
    float: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news li .date{
    float: right;
    color: #282828;
    font-size: 14px;
}
.news li.color{
    background-color: #f5f5f5;
}





.content .cp{}
.content .cp ul{
    margin-top: -16px;
}
.content .cp li{
    height: 237px;
    overflow: hidden;
    margin-top: 30px;
    background: #fff url(/images/cpbg.jpg) no-repeat right;
    border:1px solid #00a9df;
}
.content .cp li .left{
    font-size: 0;
    margin: 10px 0 0 10px;
    position:relative;
}
.content .cp li .left img{
    border: 1px solid #dcdcdc;
    padding: 6px;
    background-color: #fff;
    width:203px;
    height:203px;
}
.content .cp li .left .float{ position:absolute; bottom:0; right:0; width:35px; height:29px; background:none; border:0;}
.content .cp li .txt{
    width: 506px;
    text-align: left;
    margin-right: 24px;
    float: right;
}
.content .cp li .txt h3{
    color: #282828;
    font-size: 18px;
    line-height: 56px;
    font-weight: normal;
    border-bottom: 2px dashed #dcdcdc;
    margin: 18px 0 10px 0;
}
.content .cp li .txt .wenzi{
    width: 100%;
    height: 114px;
    color: #282828;
    font-size: 14px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 4; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
}
.contact{
    color: #282828;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    overflow: hidden;
}
.contact .txt{
    margin-top:30px;
}
.contact .black{
    width: 370px;
    float: right;
}
.contact .black h2{
    text-align: center;
    color: #282828;
    font-size: 18px;
    font-weight: normal;
    line-height: 38px;
}
.contact .black h3{
    margin-left: 12px;
    float: left;
    color: #282828;
    font-size: 14px;
    font-weight: normal;
}
.contact .black .write{
    width: 356px;
    height: 38px;
    line-height: 38px;
    background-color: #f5f5f5;
    border: 1px solid #dcdcdc;
    margin-bottom: 10px;
    padding:0 5px;
    background-color: #f5f5f5;
    font-family: Arial;
}
.contact .black textarea{
    width: 356px;
    height: 80px;
    resize: none;
    font-family: Arial;
    background-color: #f5f5f5;
}
.contact .black .text{
    height: 80px;
    line-height: 24px;
    padding:5px;
}
.contact .black .button{
    display:block;
    width: 368px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background-color: #1753c0;
    color: #fff;
    border: 0 none;
    outline: none;
    font-family: Arial;
    text-align:center;
}
.clickbig .big{
    display: none;
}