
/*保险小课堂和防范非法集资*/
.main-news {
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0px;
}
.main-news .title-txt {
    border-bottom: 1px dashed #e6e6e6;
    padding-bottom: 45px;
    color: #133C8B;
    font-weight: bold;
    font-size: 24px;
}
.title-txt-border{
    padding-bottom: 45px;
    color: #133C8B;
    font-weight: bold;
    font-size: 24px;
}
.main-news .alert-content {
    box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    behavior: url("./pie/PIE.htc");
    border: 1px solid #e5e5e5\0;
}
.main-news .first, .main-news .each-news{
    height: 148px;
    border-bottom: 1px dashed #E6E6E6;
}
/*.main-news .each-news img.hover-img{*/
/*    display: none;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    top: -8px;*/
/*}*/

.main-news .first .left, .main-news .each-news .left{
    height: 60px;
    width: 60px;
    text-align: center;
    color: #F25822;
    padding: 8px 0px;
    font-size: 14px;
    display: inline-block;
    float: left;
    margin-top: 45px;
    margin-left: 10px;
    background-image: url("../images/zjca/baoxian.png");
    background-repeat:no-repeat;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.main-news .first .left .newsdate, .main-news .each-news .left .newsdate{
    font-size:30px;
}
.main-news .first .left{
    font-size:30px;
    color: white;
    background-size:100% 100%;
    -moz-background-size:100% 100%;
}
.main-news .first img.hover-img{
    display: block !important;
}
.main-news .first .left .newsyear{
    font-size:14px;
}
.main-news .first .right, .main-news .each-news .right{
    width: 1080px;
    height: 78px;
    float: left;
    margin-left: 20px;
    margin-top: 35px;
}
.main-news .first .right div, .main-news .each-news .right div{
    height: 39px;
    line-height: 39px;
    color: #444444 !important;
    font-size: 16px;
}
.main-news .first .right .title, .main-news .each-news .right .title{
    color: #133C8B !important;
    font-size: 20px;
    font-weight: bold;
}

.main-news .first .right .title{
    color: #F25822 !important;
    font-size: 20px;
    font-weight: bold;
}

/*// 分页*/
.news-page{
    text-align: right;
}
.news-page a{
    display: inline-block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    background: white;
    color: #333;
    border: 1px solid #E6E6E6;
    border-radius: 3px;
    text-align: center !important;
}
.news-page a.abled-btn:hover{
    cursor: pointer;
    background-color: #F25822;
    color: white;
    border: 1px solid #F25822;
}
.news-page a.pre-btn, .news-page a.next-btn{
    width: 84px;
}
.news-page a.active{
    background-color: #F25822;
    color: white;
    border: 1px solid #F25822;
}
.news-page a.disabled-btn{
    color: #999999 !important;
}

/*服务中心*/
.service-main {
    position: relative;
}
.service-main .service_title{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0px;
}
.service-main .service-item{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 45px 0px;
}
.service-name{
    font-size: 24px;
    color: #133c8b;
    font-weight: bold;
}
.line{
    width: 40px;
    height: 5px;
    background: #F25822;
    border-radius: 2px;
    position: relative;
    top: 5px;
}
.service-main .service-item .item-contentList{
    padding: 40px 0;
}
.service-main .service-item a.item{
    display: inline-block;
    width: 280px;
    border-radius: 2px;
    color: #333333;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
.service-main .service-item a.itemOne{
    margin-right: 60px;
    width: 360px;
    position: relative;
}
.service-main .service-item a.itemOne div{
    padding-left: 0;
    text-align: center;
    color: #fff;
}
.service-main .service-item a.itemOne img{
    margin: 85px 0 30px 0;
}
.service-main .service-item a.itemOne:hover .screen{
    display: block;
    width: 360px;
    height: 430px;
    background: #133C8B;
    opacity: 0.5;
    border-radius: 2px;
    top: 85px;
}
.service-main .service-item a.itemOne:nth-child(3){
    margin-right: 0px;
}
.service-main .service-item .name{
    height: 50px;
    line-height: 50px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    padding-left: 20px;
}
.service-main .service-item .description{
    height: 32px;
    color: #999999;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    top: -5px;
}
.service-main .service-item a.item:hover div{
    color: #F25822;
}
.service-main .service-item a.item:before{
    content: "";
    display: block;
    clear: both;
    width: 8px;
    height: 8px;
    background: #133C8B;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 20px;
}
.service-main .service-item a.itemOne:before{
    visibility: hidden;
    width: 0;
    height: 0;
}
.service-main .service-item a.item:hover:before{
    background: #F25822;
}
.banner-service{
    position: relative;
    z-index: -1;
}
.banner-service .banner-area-img{
    min-width: 1200px;
}
.banner-service .banner-area-text-wrap{
    width: 1200px;
    height: 100%;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -150px;
    margin-left: -600px;

}
.banner-service .banner-area-text{
    width: 500px;
    height: 100%;
    float: right;
}
.banner-service .img{
    width:136px;
    height: 136px;
    position: relative;
}
.banner-service .img-back{
    width:136px;
    height: 136px;
    position: relative;
    background: white;
    opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.2);
}
.banner-service .img img{
    position:absolute;
    width:120px;
    height: 120px;
    left: 8px;
    top: 8px;
}
.banner-service .banner-area-title{
    font-size: 40px;
    font-weight: 800;
    color: #FFFFFF;
}
.banner-service .banner-area-desc{
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 52px;
    text-align: left;
    position: relative;
}

.service-txt {
    width: 100%;
}
.service-txt .main-center{
    width: 1200px;
    margin: 0 auto;
}
.service-txt .back-gray{
    width: 100%;
    background: #f7f7f7;
}

.service-txt .txt-title{
    padding-top: 45px;
    position: relative;
}
.service-txt .title{
    font-size: 36px;
    color: #133C8B;
    font-weight: bold;
}
.service-txt .line{
    width: 78px;
    height: 5px;
    border-radius: 2px;
    background: #F25822;
    position: relative;
    top: 5px;
}
.service-txt .txt-content{
    padding: 20px 0;
    color: #666666;
    font-size: 16px;
}

.service-txt .each-img{
    width: 295px;
    height: 130px;
    border-right: 1px solid #e1e2e2;
    text-align: center;
    float: left;

}
.service-txt .each-img img{
    width: 50px;
    height: 50px;
}
.service-txt .last-img{
    border: none !important;
}
.service-txt .img-content{
    color: #333333;
    font-size: 18px;
    margin-top: 15px;
    padding: 0 20px;
}
.car-txt{
    position: relative;
    width: 100%;
    height: 420px;
    background: white;
    margin-top: 20px;
    margin-bottom: 40px;
    box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow:0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    behavior: url("./pie/PIE.htc");
}
.no-car-txt{
    height: 430px;
}
.car-txt .img-left{
    position: relative;
    width: 500px;
    height: 100%;
    float: left;
}
.car-txt .img-car {
    height: 100%;
    width: 500px;

}
.car-txt .img-left .back-car{
    width: 136px;
    height: 136px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -68px;
    margin-top: -68px;
    background: white;
    opacity: 0.2;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.4);
}
.car-txt .img-left .img-er{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
}
.car-txt .car-content{
    width: 680px;
    height: 420px;
    float: left;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
}
.car-txt .no-car-content{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 20px;
}
.car-txt .car-content li{
    list-style-type: disc;
    color:#F25822;
    margin-bottom: 10px;
}
.car-txt .car-content .ul-li li{
    list-style-type: disc;
    color:#F25822;
    margin-bottom: 15px;
}
.car-txt .car-content li span, .car-txt .car-content li p{
    font-size: 16px;
    color:#333333;
}
.car-txt .car-content li span.bold{
    font-size: 18px;
    color:#333333;
    font-weight: bold;
    margin-bottom: 5px;
}
.car-txt .car-content li .bold-des{
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}
.left-line{
    position: absolute !important;
    left: 0;
    height: 38px !important;
    width: 5px !important;
    top: 5px !important;
}
.split-line{
    width: 100%;
    background: #e5e5e5;
    margin: 20px 0;
    height: 1px;
}
.jia-content{
    font-size: 16px;
    color:#333333;
    line-height: 30px;
}

.screen{
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}