.tz{
    height: 60px;
    width: 100%;
    float: left;
    background:#f9f9f9;
    line-height:60px;
}
.tz .tit{
    background:url(../images/i-tz.png) left center no-repeat;
    padding-left:30px; 
    float: left;
    color:#0b4a8d;
    font-weight: bold;
}
.tz .con{
    float: left;
    margin-left:10px;
}
.rmore{
    width: 100%;
    clear: both;
    text-align: center;
    float: left;
}
.rmore a{
    display: inline-block;
    width: 168px;
    height: 48px;
    border:1px solid #d2d2d2;
    font-size: 14px;
    color:#888;
    line-height: 48px;    
}
.rmore a:hover{
    color:#b81c25;
}
.ads{
    width: 100%;
    float: left;
}
.ads img{
    width: 100%;
}

.h1 {
    clear: both;
    width: 100%;
    float: left;
    text-align: center;
}
.h1 .p1{
    font-size: 30px;
    color:#0b4a8d;
    line-height: 30px;
    height: 36px;   
    margin-bottom: 10px;
}
.h1 .p2{
    font-size: 14px;
    color:#ccc;
    height: 14px;
    line-height: 14px;
     background:url(../images/b-h1.png) no-repeat center ;
}

.pro-box{
    width: 100%;
    height: 628px;
    float: left;
    background:#f9f9f9;    
    margin-top:50px;
}
.pro-box .tt{
    width: 228px;
    height: 450px;
    float: left;
    margin:80px 0 0 45px;
}
.pro-box .tt .p1{
    font-size: 40px;
    color:#333;
    text-transform: uppercase;
}
.pro-box .tt .p2{
    font-size: 30px;
    color:#333;
    padding-top:50px;
    background:url(../images/b-tit.png) left top no-repeat;
}
.pro-box .tt .p3{
    color:#888;
    margin-top:50px;
    line-height:2;
}
.pro-box ul{
    width: 960px;
    float: right;
}

.pro-box ul li{
    width: 310px;
    float: left;
    height: 280px;
    margin:10px 0 0 10px ;
    background: #fff;
}
.pro-box ul li img{
    width: 310px;
    float: left;
    height: 228px;
}
.pro-box ul li .p1{
    height: 52px;
    line-height: 52px;
    color:#333;
    width: 290px;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
}
.pro-box ul li:hover .p1{
    color:#0b4a8d;
}
.case-box{
    width: 100%;
    float: left;
    background:#f9f9f9;    
    margin-top:50px;
    height: 490px;
    padding-top:50px;
}
.case-box ul{
    width: 1288px;
    float: left;
    margin-top:50px;
    margin-left: -8px;
}
.case-box ul li{
    cursor: pointer;
    width: 310px;
    height: 328px;
    float: left;
    margin-left: 12px;
    overflow: hidden;
    background:#fff;
    position: relative;
}
.case-box ul li img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin:40px 70px 10px 70px;;
}

.case-box ul li .p1{
    font-size: 16px;
    color:#333;
    width: 290px;
    text-align: center;
    padding:0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    line-height: 40px;
}
.case-box ul li .p2{
    color:#666;
    width: 290px;
    text-align: center;
    padding:0 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    line-height: 20px;
}
.case-box ul li a:hover p{
    color:#0b4a8d;
}
.about-box{
    width: 100%;
    float: left;
    background:#fff;
    padding:50px 0;
}
.about-box .img{
    width: 520px;
    height: 370px;
    float: left;
}
.about-box .img img{
    width: 100%;
    height: 100%;
}
img{
    transition: 0.5s;
}
img:hover{
    transform: scale(1.05);
}
.about-box .con{
    width: 700px;
    float: left;
    overflow: hidden;    
    margin-left:50px;
    color: #666;
}
.about-box .con .p1{
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    color:#0b4a8d;
    clear: both;
    width: 100%;
    float: left;
}
.about-box .con .p2{
    clear: both;
    width: 100%;
    float: left;
    margin-top:15px;
    font-size: 16px;
    color:#ccc;
    line-height: 2;
}
.about-box .con .p3{
    clear: both;
    width: 100%;
    float: left;    
    margin-top:10px;
    line-height: 30px;
    color:#666;
    overflow: hidden;
    height: 240px;
}
.about-box .con .p4 a{
    color: #0b4a8d;
}

.news-box{
    width: 100%;
    float: left;    
    margin-top:50px;
    background: #f9f9f9;
    padding: 50px 0;
}

.news-box .news-part{
    width: 400px;
    float: left;
    margin-left: 40px;
}
.news-box .news-part:first-child{
   margin-left:0;
}
.news-box .tt{
    text-align: left;
}
.news-box .tt .p1{
    font-size:24px;
    color:#0b4a8d;
}
.news-box .tt .p2{
    color:#ccc;
    line-height: 30px;
}
.news-box .item-img{
    width: 100%;
    float: left;
}
.news-box .item-img img{
    float: left;
    width:400px;
    height: 180px;
}
.news-box .item{
    width: 100%;
    float: left;
    border-bottom: 1px solid #e5e5e5;
    height: 50px;
    line-height: 50px;
}

.news-box .item .d{
    float: right;
    color:#999;
    width: 90px;
    text-align: right;
    height: 50px;
    line-height: 50px;
}
.news-box .item .t{
    width: 300px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
    line-height: 50px;
}
.news-box ul li .t a{
    color: #666;
}