﻿.containerImg{
    background: url("../img/scrverbanner.png") center no-repeat;
    height: 400px;
    background-size: cover; 
    margin-bottom: 40px;
}

.contaninerTitle{
    font-weight: 600;
    margin-bottom: 42px;
}
.contaninerTitle h3{
    text-align: center; 
    color: #202d5d;
}
.contaninerTitle p{
    text-align: center; 
}

.span_1{
    display: inline-block;
    text-align: center; 
    font-size: 16px;
    color: #222c3c;
    width: 180px;
    border-bottom: 2px solid #202d5d;
    position: relative;
    padding-bottom: 5px;
}

.selecta{
    border: 1px solid #dcd0d0;
    padding: 10px 0;
    height: 140px;
}
.selecta:hover{ 
    border: 1px solid #dcd0d0;
    box-shadow: 0 2px 15px 0 rgba(220,208,208,1);
}


.sliImgs{
    position: relative;
    height: 170px;
    overflow: hidden;
}
.sliImgs img{
    width: 100%;
}

.sliImgsDiv{
    position: relative;
    top: -170px;
    width: 100%;
    height: 170px;
    color: #fff;
    text-align: center;
    padding-top: 48px;
    font-weight: 700;
}
.scrLeft{
    position: absolute;
    top: 22%;
    left: 0;
    cursor:pointer; 
}
.scrRight{
    top: 22%;
    right: 0;
    position: absolute;
    cursor:pointer; 
}
.slidCenter{
    position: relative;
    margin-bottom: 170px;
}
.conso{
    background: #f5f5f6;
    padding: 50px 0;
}
.consotitle{
    margin-bottom: 14px;
}
.consotitle img{
    display: block;
    float: left;
    width: 36px;
    height: auto;
    margin-right: 10px;
}
.consotitle div{
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 36px;
    font-weight: 700;
    text-align: left;
}
.consocenter{
    color: #666;
    text-align: left;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: 0.3px;
}



.bannerAgency{
    height: 500px;
    padding-top: 50px;
}
.ss_1{
    position: relative;
    top: 1px;
}
.p_3{
    border: 2px solid #c7d2d7;
    width: 250px;
    margin: 0 auto;
    position: relative;
}
.em_3{
    position: absolute;
    border: 2px solid #08b6ff;
    width: 50px;
    left: 40%;
    top: -2px;
}
.em_1{
    position: absolute;
    border: 2px solid #202d5d;
    width: 50px;
    bottom: -3px;
    left: 36%;
}

.reg_infos{
    margin-bottom: 40px;
}
.reg_info{
    padding: 0px 10px;
    text-align: center;
    color: #666;
    transition: all ease 0.3s;
}
.reg_info h2{
   color: #333;
}
.reg_info p{
    margin-top: 26px;
    line-height: 1.8em;
    font-size: 14px;
    padding: 0 20px 30px;;
}
.reg_info span{
    margin: 20px 0 20px;
}

.reg_info:hover{
    box-shadow: 0 7px 17px 4px rgba(0, 0, 0, 0.07);
}
.reg_info:hover h2{
    color: #1099e4;
}

.reg_img1{
    display: inline-block;
    background: url('../img/reg_img1.png') no-repeat 100%;
    width: 65px;
    height: 65px;
}
.reg_info1:hover .reg_img1{
    background: url('../img/reg_img2.png') no-repeat 100%;
}

.reg_img2{
    display: inline-block;
    background: url('../img/reg_img3.png') no-repeat 100%;
    width: 65px;
    height: 65px;
}
.reg_info1:hover .reg_img2{
    background: url('../img/reg_img4.png') no-repeat 100%;
}

.reg_img3{
    display: inline-block;
    background: url('../img/reg_img5.png') no-repeat 100%;
    width: 65px;
    height: 65px;
}
.reg_info1:hover .reg_img3{
    background: url('../img/reg_img6.png') no-repeat 100%;
}

.reg_img4{
    display: inline-block;
    background: url('../img/reg_img7.png') no-repeat 100%;
    width: 65px;
    height: 65px;
}
.reg_info1:hover .reg_img4{
    background: url('../img/reg_img8.png') no-repeat 100%;
}
