.header{
    position: fixed;
    z-index: 99999;
    top: 0;
}
.section{
    padding-top:100px;
}
.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: 36px;
    color:#333;
    line-height: 36px;
    height: 36px;
    padding-bottom: 30px;
    background:url(../images/bg-tit.png) no-repeat center bottom;
    margin-bottom: 20px;
}
.h1 .p2{
    font-size: 14px;
    color:#999;
}

.agent-box{
    width: 100%;
    float: left;
    background:#f4f4f4;
    margin-top:100px;
    padding-top:70px; 
}
.agent-box .items{
    width: 1200px;
    height: 300px;
    overflow: hidden;
    margin:50px 0 0 240px;
    float: left;
}
.agent-box .item{
    border:1px solid #e5e5e5;
    float: left;
    width: 210px;
    height: 120px;
    padding:9px;
    margin:5px;
}
.agent-box .item-logo{
    height: 270px;
    border:1px solid #e5e5e5;
    float: left;
    width: 210px;
    padding:9px;
    margin:5px;
    position: absolute;
    left:0;
    top:50px;
    z-index: 9999999999;
}
.agent-box .item-logo img{
    width: 100%;
    height: 100%;
}
.agent-box .item img{
    width: 100%;
    height: 100%;
}
#agent-flash .swiper-slide{
    background: #f4f4f4;
}
.agent-box .swiper-pagination{
    padding-top:70px;
    margin-top:20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.agent-box .swiper-pagination-switch {
    width: 15px;
    height: 15px;
    display: inline-block;  
    margin: 0px 13px;
    opacity: 1;
    background:#dcdcdc;
}


.agent-box .swiper-pagination .swiper-active-switch {
    background-color:#ca1421;
    width: 15px;
    height: 15px;
    opacity: 1;
}
.pro-box{
    width: 100%;
    float: left;
    background:#fff;    
    margin-top:50px;
}
.pro-box .pcate{
    width: 100%;
    float: left;
    clear: both;
    text-align: center;
    padding: 30px 0;
}
.pro-box .pcate a{
    display: inline-block;
    height: 34px;
    text-align: center;
    padding:0 20px;
    background:#fff;
    border:1px solid #00a2e9;
    line-height: 34px;
    margin:0 10px;
    border-radius: 5px;
}
.pro-box .pcate a:hover{
    background-color: #00a2e9;
    color:#fff;
}
.pro-box ul{
    width: 1328px;
    float: left;
    margin:0 56px;
}

.pro-box ul li{
    width: 580px;
    float: left;
    height: 398px;
    padding:7px;
    background:url(../images/bg-pro.png) no-repeat center;
    margin:35px;
}
.pro-box ul li:hover{
     background-image: url(../images/bg-pro-on.png)
}
.pro-box ul li .img{
    width: 230px;
    float: left;
    margin-top:25px;
    margin-left:25px;
    height: 230px;
    overflow: hidden;
}
.pro-box ul li .img img{
    width: 230px;
    height: 230px;
}
.pro-box ul li .con{
    width: 290px;
    float: right;
    margin-right: 25px;
    margin-top:25px;
}
.pro-box ul li .con .p1{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    color:#333;
    width: 290px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.pro-box ul li:hover .con .p1{
    color:#b81c25;
}
.pro-box ul li .con .p2{
    color:#666;
    font-size: 16px;
    line-height: 1.7;
}
.pro-box .swiper-pagination{
    margin-top:25px;
    float: left;
    width: 100%;
    clear: both;
    margin-top:10px;
    position: relative;
    margin-bottom: 20px;
    
}
.pro-box .swiper-pagination .swiper-pagination-switch {
    width: 28px;
    height: 3px;
    display: inline-block;  
    margin: 0px 13px;
    opacity: 1;
    background:#dcdcdc;
    border-radius: 0;
    line-height: 20px;
}

.pro-box .swiper-pagination .swiper-active-switch {
    background-color:#ca1421;
    width: 42px;
    height: 3px;
    border-radius: 0;
    opacity: 1;
}

.case-box{
    width: 100%;
    float: left;
    background:#f4f4f4;    
    margin-top:100px;
    padding-top:70px;
}
.case-box ul{
    width: 1460px;
    float: left;
    margin-top:50px;
    margin-left: -20px;
    margin-bottom: 50px;
}
.case-box ul li{
    cursor: pointer;
    width: 345px;
    height: 340px;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    background:#fff;
    position: relative;
}
.case-box ul li .img img{
    width: 345px;
    height: 280px;
}

.case-box ul li .p1{
    font-size: 16px;
    color:#333;
    width: 305px;
    text-align: center;
    padding:0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 50px;
}
.case-box ul li:hover,
.case-box ul li:hover .p1,
.case-box ul li:hover .p1 a,
.case-box ul li:hover .p2{
    color:#b81c25;
}

#case-flash .swiper-slide{
    background: #f4f4f4;
}
#case-page{
    bottom:-40px;
}
.case-box .rmore{
    margin-top:100px; 
}
.agent-box .swiper-pagination{
    margin-top:20px;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
}
.case-box .swiper-pagination .swiper-pagination-switch{
    width: 15px;
    height: 15px;
    display: inline-block;  
    margin: 0px 13px;
    opacity: 1;
    background:#dcdcdc;
}

.case-box .swiper-pagination .swiper-active-switch {
    background-color:#ca1421;
    width: 15px;
    height: 15px;
    opacity: 1;
}
.about-box{
    width: 100%;
    float: left;
    background:#fff;
    padding:50px 0;
}
.about-box .img{
    width: 550px;
    margin:140px 80px auto 140px;
    height: 450px;
    float: left;
}
.about-box .img img{
    width: 100%;
    height: 100%;
}
.about-box .con{
    width: 550px;
    float: left;
    margin-top: 140px;
    color: #666;
}
.about-box .con .p1{
    font-size: 36px;
    height: 36px;
    line-height: 36px;
    padding-bottom: 20px;
    color:#333;
    background: url(../images/bg-tit.png) no-repeat bottom left;
    clear: both;
    width: 100%;
    float: left;
}
.about-box .con .p2{
    clear: both;
    width: 100%;
    float: left;
    margin-top:20px;
    font-size: 16px;
    color:#999;
    line-height: 2;
}
.about-box .con .p3{
    clear: both;
    width: 100%;
    float: left;
    margin-top:20px;
    color:#666;
    font-size: 16px;
    line-height: 2;
}
.about-box .con .d3 a{
    display: inline-block;
    height: 34px;
    border:1px solid #fff;
    border-radius: 17px;
    line-height: 34px;
    padding:0 20px;
    color: #fff;
}

.news-box{
    width: 100%;
    float: left;    
    margin-top:50px;
}
.news-box .rmore{
    margin-top: 100px;
}
.news-box .news-part{
    width: 540px;
    float: left;
    margin-left: 40px;
}
.news-box .news-part:nth-child(odd){
   margin-left: 140px;
}
.news-box .h1{
    text-align: left;
}
.news-box .h1 .p1{
    background-position: left bottom;
}
.news-box .item-img{
    width: 100%;
    margin-top:40px;
    float: left;
}
.news-box .item-img img{
    float: left;
    width: 150px;
    height: 120px;
}
.news-box .item-img .con{
    width: 365px;
    float: right;    
}
.news-box .item-img .con .p1{
    font-size: 22px;
    color:#333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-box .item-img .con .p2{
    color:#888;
    font-size: 12px;
    height: 50px;
    line-height: 50px;
}

.news-box .item-img .con .p3{
    color:#666px;
    height: 40px;
    overflow: hidden;
}


.news-box .item{
    width: 100%;
    float: left;
    border-bottom: 1px solid #d2d2d2;
    height: 60px;
    line-height: 60px;
}
.news-box ul li.img{
    width: 100%;
    height: 195px;    
}
.news-box ul li.img img{
    width: 100%;
    height: 195px;
}
.news-box .item .d{
    float: right;
    color:#999;
    width: 90px;
    text-align: right;
    height: 60px;
    line-height: 60px;
}
.news-box .item .t{
    width: 370px;
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    line-height: 60px;
}
.news-box ul li .t a{
    color: #666;
}