.h1 {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
}

.h1 .p1 {
    font-size: 28px;
    color: #333;
    line-height: 28px;
    height: 28px;
    background: url(../images/bg-h1.png) no-repeat bottom center;
    padding-bottom: 30px;
}
.h2{
    margin-top:20px;
    clear: both;
    float: left;
}
.h1 .p2 {
    font-size: 18px;
    color: #545454;
    margin: 20px 0;
}
.h2 .s1{
    font-size: 20px;
    color:#226ad6;
    clear: both;
    display: block;
}
.h2 .s2{
    font-size: 12px;
    color:#c7c7c7;
    display: block;
    clear: both;
}

.pcate{
    width: 100%;
    float: left;
    margin:40px 0;
    text-align: center;
}
.pcate a{
    display: inline-block;
    width: 100px;
    height: 38px;
    line-height: 38px;
    color: #212121;
    display: inline-block;
    margin:0 8px;
    background:#e1dcdc;
    text-align:center;
    border-radius: 5px;
}
.pcate a:hover{
    background: #cd0b02;
    color: #fff;
}
.pro-box{
    width: 100%;
    float: left;
    padding-top: 75px;
    padding-bottom: 90px;
    
    background:#f4f4f4;
}
.pro-box .pro-tit {
    width: 100%;
    float: left;
    background:url(../images/bg-tit.png) no-repeat 50% 40px;
    font-size: 24px;
    text-align: center;
    color:#00428e;
    position: relative;
}
.pro-box .pro-tit .p2{
    color: #929292;
    margin-top:16px;
    font-size: 12px;
}

.pro-box ul.pul{    
    margin-top: 55px;
    width: 1216px;
    margin-left: -16px;
    float: left;
    clear: both;
    overflow: hidden;
}

.pro-box ul li{
    width:288px;
    margin-left: 16px;
    float: left;
    height: 205px;
    margin-bottom: 16px;
    position: relative;
    overflow: hidden;
    background:#fff;
}
.pro-box ul li .img{
    width:288px;
    height: 205px;
    float: left;
    text-align: center;
    transition: 0.5s ease all;
}
.pro-box ul li .img img{
    height: 100%;
}
.pro-box ul li .img:hover{
    transform: scale(1.05);
}
.pro-box ul li .con{
    width: 100%;
    line-height: 2;
    text-align: center;
    float: left;
   	position: absolute;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    bottom: 0;
    left: 0;
    z-index: 9;
    background: #00428e;
}
.pro-box ul li .cover{
    width: 100%;
    position: absolute;
    top:0;
    left: -100%;
    height: 270px;
    text-align: center;
    background:rgba(34,106,214,.75);
    color:#fff;
    transition: 0.5s ease all;
}
.pro-box ul li .cover .p1{
    margin-top:130px;
    font-size: 14px;
}
.pro-box ul li .cover .p2{
    font-size: 12px;
}

.pro-box ul li .con .p1{
    height: 20px;
    margin-top:10px;
    line-height: 20px;
    font-size: 14px;
    color:#272727;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
}
.pro-box ul li .con .p2{
    font-size: 12px;
    color: #8e8e8e;
}
.pro-box ul li:hover .cover{
    left:0;
}

.rmore{
    width: 100%;
    clear: both;
    text-align: center;
    float: left;
}

.rmore a{
    display: inline-block;
    height: 34px;
    width: 158px;
    border:1px solid #a4a4a4;
    line-height: 34px;
    text-align: center;
    padding:0 20px;
    color: #3e3e3e;
    transition: 0.2s;
    border-radius: 17px;
}

.rmore a:hover{
    color:#226ad6;
    border-color:#226ad6;
    transform: scale(1.05);
}
.about-box {
    width: 100%;
    float: left;
    height: 530px;
    padding-top:70px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: bottom center;
}

.about-box .h1 {
    margin-bottom: 50px;
}

.about-box .about-tit {
    width: 100%;
    float: left;
    background:url(../images/bg-tit.png) no-repeat 50% 40px;
    font-size: 24px;
    text-align: center;
    color:#00428e;
    position: relative;
}
.about-box .about-tit .p2{
    color: #929292;
    margin-top:16px;
    font-size: 12px;
    margin-bottom: 45px;
}

.about-box .btn {
    position: absolute;
    left: 0;
    z-index: 999;
    bottom: 0;
}

.about-box #about-right {
    left: 47px;
}

.about-box .con {
    width: 680px;
    float: left;
    position: relative;
    color: #1c1c1c;
}
.about-box .con .p1 {
    font-size: 48px;
    color: #4c4c4c;
}
.about-box .con .p2 {
    font-size: 24px;
    color: #00428e;
    margin-top:5px;
    margin-bottom: 15px;
}
.about-box .con .p3 {
    font-size: 12px;
    color: #6d6d6d;
    line-height: 2;
    margin-bottom: 20px;
}

.about-box .con .p4 a {
    display: inline-block;
    height: 40px;
    width: 120px;
    line-height: 40px;
    text-align: left;
    padding-left: 20px;
    color: #fff;
    transition: 0.2s;
    background:url(../images/i-more.png) #00428e  110px 50% no-repeat;
}

.about-box .con .p4 a:hover {
    transform: scale(1.1);
}
.about-box .img{
    width: 470px;
    float: right;
}
.about-list{
    width: 90%;
    float: left;
    margin:0 5%;
    display: table;
}
.about-list a{
    display: table-cell;
    text-align: center;
    transition: .3s all;
}
.about-list a:hover{
    transform: scale(1.03);
}
.about-list a .img{
    display: inline-block;
    width: 129px;
    height: 129px;
    border-radius: 50%;
    border:1px solid #ddd;
}
.about-list a img{
    width: 109px;
    height: 109px;
    border-radius: 50%;
    border:10px solid #fff;
}
.about-list .p2{
    color: #1c1c1c;
    margin-top:20px;
}
.news-box{
    width: 585px;
    margin-right: 15px;
    float: left;
    padding-top: 75px;
    padding-bottom: 100px;
}
.news-box .news-tit {
    width: 100%;
    float: left;
    height: 45px;
    line-height: 45px;
    background:url(../images/bg-tit2.png) bottom left no-repeat;
    font-size: 16px;
    color:#232323;
    position: relative;
}
.news-top{
    width: 100%;
    float: left;
    margin-top:30px;
    margin-bottom: 10px;
}
.news-top .img{
    width: 200px;
    height: 110px;
    float: left;
}
.news-top .img img{
    width: 100%;
    height: 100%;
}
.news-top .con{
    float: left;
    width: 360px;
    margin-left:18px;
}
.news-top .con .p1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    color:#202020;
}
.news-top .con .p2{
    font-size: 12px;
    color:#7b7b7b;
    line-height: 25px;
    height: 70px;
    overflow: hidden;
}
.news-box .news-tit .s2{
    float:right;
    font-size: 12px;
}
.news-box .wrap {
    width: 1200px;
}

.news-box ul {
    width: 100%px;
    float: left;
}

.news-box  ul li {
    float: left;
    width: 580px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #f3f3f3;
    transition: 0.2s;
    background:#fff;
}
.news-box ul li:hover {
    transform: scale(1.05);
}

.news-box ul li .s1 {
    display:inline-block;
    width: 80%;
    font-size: 14px;
    line-height: 50px;
    color: #1e1e1e;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.5s;
}

.news-box ul li .s2 {
        display:inline-block;
    width: 18%;
    text-align: right;
    font-size: 12px;
    line-height: 50px;
    overflow: hidden;
    color: #6d6d6d;
}
