/*main*/

.main{
    width: 1200px;
    margin: 26px auto 40px auto;
}

.main .left{
    width: 348px;
    float: left;
}

.main .left .zc{
    width: 269px;
    height: 73px;
    background: #183a6a;
    color: white;
    font-size: 25px;
    font-weight: bold;
    padding: 22px 30px 0 49px;
    margin-bottom: 9px;
}

.main .left .zc span{
    font-size: 20px;
    display: block;
    text-align: right;
}

.main .left li{
    width: 348px;
    height: 55px;
    text-align: center;
    background: #f5f5f5;
    margin-bottom: 9px;
    line-height: 55px;
}

.main .left li a{
    color: black;
    font-weight: bold;
}

.main .left .lan{
    width: 348px;
    height: 55px;
    text-align: center;
    background: #3466af;
    margin-bottom: 9px;
    line-height: 55px;
}

.main .left .lan a{
    color: white;
}


.main .right{
    width: 812px;
    margin-left: 40px;
    float: left;
}

.main .right .top{
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
    border-bottom: 2px #183a6a solid;
}


.main .right .top h4{
    color: #183a6a;
    display: block;
    float: left;
}

.main .right .top ul{
    float: right;
}


.main .right .top ul li{
    float: left;
    color: #183a6a;
}


.main .bottom{
    margin-top: 3px;
    border-top: 6px #183a6a solid;
    padding: 37px 0 0 0;
}

.main .bottom ul{
    margin-top: 56px;
    position: relative;
}

.main .bottom ul li{
    width: 333px;
    height: 225px;
    float: left;
    border: 4px #3466af solid;
    background: #f3f3f3;
    padding: 30px 16px 0 26px;
    margin-bottom: 46px;
    margin-right: 36px;
}

.main .bottom ul li h4{
    color: #183a6a;
    font-size: 18px;
    margin-bottom: 15px;
}

.main .bottom ul li p{
    color: #444444;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: bold;
}

.main .bottom ul li p span{
    color: #284e83;
}


.main .bottom ul li:nth-child(5){
    width: 203px;
    height: 160px;
    background: #3466af;
    color: white;
    text-align: center;
    border-radius: 50%;

    padding-top: 63px;

    position: absolute;
    left: 50%;
    margin-left: -135px;
    top: 155px;
}
.main .bottom ul li:nth-child(5) h3{
    font-size: 20px;
}

.main .bottom ul li:nth-child(1){
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}

.main .bottom ul li:nth-child(2){
    width: 333px;
    padding-left: 30px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.main .bottom ul li:nth-child(3){
    width: 338px;
    padding-left: 25px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
}

.main .bottom ul li:nth-child(4){
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
}


/*main*/